Oct 15 15:00:26.000 INFO testing utp-0.7.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:00:26.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15:00:26.415 INFO blam! 028c42436cd1299ed45b395e0a6a61cedc3beb116ae7964361b9ab6ca3e5d05a Oct 15 15:00:26.423 INFO running `"docker" "start" "-a" "028c42436cd1299ed45b395e0a6a61cedc3beb116ae7964361b9ab6ca3e5d05a"` Oct 15 15:00:27.847 INFO kablam! usermod: no changes Oct 15 15:00:28.015 INFO kablam! Compiling env_logger v0.3.5 Oct 15 15:00:29.764 INFO kablam! Compiling utp v0.7.0 (/source) Oct 15 15:00:31.051 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:31.051 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:31.051 INFO kablam! | Oct 15 15:00:31.051 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:31.051 INFO kablam! | ----^^^^^^ Oct 15 15:00:31.051 INFO kablam! | | Oct 15 15:00:31.051 INFO kablam! | help: remove this `mut` Oct 15 15:00:31.051 INFO kablam! ... Oct 15 15:00:31.051 INFO kablam! 312 | make_setter!(set_seq_nr, seq_nr, u16); Oct 15 15:00:31.051 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:31.051 INFO kablam! | Oct 15 15:00:31.052 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:00:31.052 INFO kablam! Oct 15 15:00:31.052 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:31.052 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:31.052 INFO kablam! | Oct 15 15:00:31.052 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:31.052 INFO kablam! | ----^^^^^^ Oct 15 15:00:31.052 INFO kablam! | | Oct 15 15:00:31.052 INFO kablam! | help: remove this `mut` Oct 15 15:00:31.052 INFO kablam! ... Oct 15 15:00:31.052 INFO kablam! 313 | make_setter!(set_ack_nr, ack_nr, u16); Oct 15 15:00:31.052 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:31.052 INFO kablam! Oct 15 15:00:31.052 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:31.052 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:31.052 INFO kablam! | Oct 15 15:00:31.052 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:31.052 INFO kablam! | ----^^^^^^ Oct 15 15:00:31.052 INFO kablam! | | Oct 15 15:00:31.052 INFO kablam! | help: remove this `mut` Oct 15 15:00:31.052 INFO kablam! ... Oct 15 15:00:31.052 INFO kablam! 314 | make_setter!(set_connection_id, connection_id, u16); Oct 15 15:00:31.052 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 15 15:00:31.052 INFO kablam! Oct 15 15:00:31.052 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:31.052 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:31.052 INFO kablam! | Oct 15 15:00:31.052 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:31.052 INFO kablam! | ----^^^^^^ Oct 15 15:00:31.052 INFO kablam! | | Oct 15 15:00:31.052 INFO kablam! | help: remove this `mut` Oct 15 15:00:31.052 INFO kablam! ... Oct 15 15:00:31.052 INFO kablam! 315 | make_setter!(set_wnd_size, wnd_size, u32); Oct 15 15:00:31.052 INFO kablam! | ------------------------------------------ in this macro invocation Oct 15 15:00:31.052 INFO kablam! Oct 15 15:00:31.067 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:31.067 INFO kablam! --> src/packet.rs:245:13 Oct 15 15:00:31.067 INFO kablam! | Oct 15 15:00:31.067 INFO kablam! 245 | let mut header = unsafe { &mut *(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:31.067 INFO kablam! | ----^^^^^^ Oct 15 15:00:31.067 INFO kablam! | | Oct 15 15:00:31.067 INFO kablam! | help: remove this `mut` Oct 15 15:00:31.067 INFO kablam! Oct 15 15:00:31.110 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:31.110 INFO kablam! --> src/socket.rs:463:17 Oct 15 15:00:31.111 INFO kablam! | Oct 15 15:00:31.111 INFO kablam! 463 | let mut packet = &mut self.send_window[0]; Oct 15 15:00:31.111 INFO kablam! | ----^^^^^^ Oct 15 15:00:31.111 INFO kablam! | | Oct 15 15:00:31.112 INFO kablam! | help: remove this `mut` Oct 15 15:00:31.112 INFO kablam! Oct 15 15:00:32.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.27s Oct 15 15:00:32.158 INFO kablam! su: No module specific data is present Oct 15 15:00:32.584 INFO running `"docker" "rm" "-f" "028c42436cd1299ed45b395e0a6a61cedc3beb116ae7964361b9ab6ca3e5d05a"` Oct 15 15:00:32.795 INFO blam! 028c42436cd1299ed45b395e0a6a61cedc3beb116ae7964361b9ab6ca3e5d05a Oct 15 15:00:32.803 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15:00:33.262 INFO blam! 04d07d9cb9db9f2f8390f6cc8a97638781bff172ce4fdb1b4011232af114d566 Oct 15 15:00:33.264 INFO running `"docker" "start" "-a" "04d07d9cb9db9f2f8390f6cc8a97638781bff172ce4fdb1b4011232af114d566"` Oct 15 15:00:34.435 INFO kablam! usermod: no changes Oct 15 15:00:34.563 INFO kablam! Compiling quickcheck v0.4.1 Oct 15 15:00:37.596 INFO kablam! Compiling utp v0.7.0 (/source) Oct 15 15:00:39.559 INFO kablam! warning: unused `#[macro_use]` import Oct 15 15:00:39.559 INFO kablam! --> examples/utpcat.rs:2:1 Oct 15 15:00:39.559 INFO kablam! | Oct 15 15:00:39.559 INFO kablam! 2 | #[macro_use] Oct 15 15:00:39.559 INFO kablam! | ^^^^^^^^^^^^ Oct 15 15:00:39.559 INFO kablam! | Oct 15 15:00:39.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:00:39.560 INFO kablam! Oct 15 15:00:41.119 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:00:41.119 INFO kablam! --> src/socket.rs:2214:30 Oct 15 15:00:41.119 INFO kablam! | Oct 15 15:00:41.119 INFO kablam! 2214 | assert!(take_address(("0.0.0.0:0")).is_ok()); Oct 15 15:00:41.119 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:00:41.119 INFO kablam! | Oct 15 15:00:41.119 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:00:41.119 INFO kablam! Oct 15 15:00:41.119 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:00:41.119 INFO kablam! --> src/socket.rs:2215:30 Oct 15 15:00:41.119 INFO kablam! | Oct 15 15:00:41.119 INFO kablam! 2215 | assert!(take_address(("[::]:0")).is_ok()); Oct 15 15:00:41.119 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 15 15:00:41.119 INFO kablam! Oct 15 15:00:41.119 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:00:41.119 INFO kablam! --> src/socket.rs:2222:30 Oct 15 15:00:41.119 INFO kablam! | Oct 15 15:00:41.119 INFO kablam! 2222 | assert!(take_address(("1.2.3.4:70000")).is_err()); Oct 15 15:00:41.119 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:00:41.119 INFO kablam! Oct 15 15:00:43.131 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:43.131 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:43.131 INFO kablam! | Oct 15 15:00:43.131 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:43.131 INFO kablam! | ----^^^^^^ Oct 15 15:00:43.131 INFO kablam! | | Oct 15 15:00:43.131 INFO kablam! | help: remove this `mut` Oct 15 15:00:43.131 INFO kablam! ... Oct 15 15:00:43.131 INFO kablam! 312 | make_setter!(set_seq_nr, seq_nr, u16); Oct 15 15:00:43.131 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:43.131 INFO kablam! | Oct 15 15:00:43.131 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:00:43.131 INFO kablam! Oct 15 15:00:43.131 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:43.131 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:43.131 INFO kablam! | Oct 15 15:00:43.131 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:43.131 INFO kablam! | ----^^^^^^ Oct 15 15:00:43.131 INFO kablam! | | Oct 15 15:00:43.131 INFO kablam! | help: remove this `mut` Oct 15 15:00:43.131 INFO kablam! ... Oct 15 15:00:43.132 INFO kablam! 313 | make_setter!(set_ack_nr, ack_nr, u16); Oct 15 15:00:43.132 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:43.132 INFO kablam! Oct 15 15:00:43.132 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:43.132 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:43.133 INFO kablam! | Oct 15 15:00:43.133 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:43.133 INFO kablam! | ----^^^^^^ Oct 15 15:00:43.133 INFO kablam! | | Oct 15 15:00:43.134 INFO kablam! | help: remove this `mut` Oct 15 15:00:43.134 INFO kablam! ... Oct 15 15:00:43.134 INFO kablam! 314 | make_setter!(set_connection_id, connection_id, u16); Oct 15 15:00:43.135 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 15 15:00:43.135 INFO kablam! Oct 15 15:00:43.135 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:43.135 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:43.136 INFO kablam! | Oct 15 15:00:43.136 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:43.136 INFO kablam! | ----^^^^^^ Oct 15 15:00:43.136 INFO kablam! | | Oct 15 15:00:43.136 INFO kablam! | help: remove this `mut` Oct 15 15:00:43.136 INFO kablam! ... Oct 15 15:00:43.136 INFO kablam! 315 | make_setter!(set_wnd_size, wnd_size, u32); Oct 15 15:00:43.136 INFO kablam! | ------------------------------------------ in this macro invocation Oct 15 15:00:43.136 INFO kablam! Oct 15 15:00:43.171 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:43.171 INFO kablam! --> src/packet.rs:245:13 Oct 15 15:00:43.171 INFO kablam! | Oct 15 15:00:43.171 INFO kablam! 245 | let mut header = unsafe { &mut *(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:43.171 INFO kablam! | ----^^^^^^ Oct 15 15:00:43.171 INFO kablam! | | Oct 15 15:00:43.171 INFO kablam! | help: remove this `mut` Oct 15 15:00:43.171 INFO kablam! Oct 15 15:00:43.491 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:43.491 INFO kablam! --> src/socket.rs:463:17 Oct 15 15:00:43.491 INFO kablam! | Oct 15 15:00:43.491 INFO kablam! 463 | let mut packet = &mut self.send_window[0]; Oct 15 15:00:43.491 INFO kablam! | ----^^^^^^ Oct 15 15:00:43.491 INFO kablam! | | Oct 15 15:00:43.491 INFO kablam! | help: remove this `mut` Oct 15 15:00:43.491 INFO kablam! Oct 15 15:00:49.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.93s Oct 15 15:00:49.414 INFO kablam! su: No module specific data is present Oct 15 15:00:50.919 INFO running `"docker" "rm" "-f" "04d07d9cb9db9f2f8390f6cc8a97638781bff172ce4fdb1b4011232af114d566"` Oct 15 15:00:51.223 INFO blam! 04d07d9cb9db9f2f8390f6cc8a97638781bff172ce4fdb1b4011232af114d566