Sep 19 22:10:03.215 INFO checking rbpf-0.0.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:10:03.215 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:10:03.215 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:10:03.432 INFO blam! 455fab8137aa895f51045c28304ed80e45f8cd358d12b3460120b8d3ccc91e27 Sep 19 22:10:03.434 INFO running `"docker" "start" "-a" "455fab8137aa895f51045c28304ed80e45f8cd358d12b3460120b8d3ccc91e27"` Sep 19 22:10:04.146 INFO kablam! usermod: no changes Sep 19 22:10:04.218 INFO kablam! Checking rbpf v0.0.2 (/source) Sep 19 22:10:04.950 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:04.950 INFO kablam! --> src/lib.rs:826:17 Sep 19 22:10:04.950 INFO kablam! | Sep 19 22:10:04.950 INFO kablam! 826 | let mut data = self.mbuff.buffer.as_ptr().offset(self.mbuff.data_offset as isize) as *mut u64; Sep 19 22:10:04.950 INFO kablam! | ----^^^^ Sep 19 22:10:04.950 INFO kablam! | | Sep 19 22:10:04.950 INFO kablam! | help: remove this `mut` Sep 19 22:10:04.950 INFO kablam! | Sep 19 22:10:04.950 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 22:10:04.950 INFO kablam! Sep 19 22:10:04.950 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:04.950 INFO kablam! --> src/lib.rs:827:17 Sep 19 22:10:04.950 INFO kablam! | Sep 19 22:10:04.950 INFO kablam! 827 | let mut data_end = self.mbuff.buffer.as_ptr().offset(self.mbuff.data_end_offset as isize) as *mut u64; Sep 19 22:10:04.950 INFO kablam! | ----^^^^^^^^ Sep 19 22:10:04.950 INFO kablam! | | Sep 19 22:10:04.950 INFO kablam! | help: remove this `mut` Sep 19 22:10:04.950 INFO kablam! Sep 19 22:10:04.970 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:04.970 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:04.970 INFO kablam! | Sep 19 22:10:04.970 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:04.970 INFO kablam! | ----^^^ Sep 19 22:10:04.970 INFO kablam! | | Sep 19 22:10:04.970 INFO kablam! | help: remove this `mut` Sep 19 22:10:04.970 INFO kablam! ... Sep 19 22:10:04.970 INFO kablam! 92 | emit_bytes!(jit, data, u8); Sep 19 22:10:04.970 INFO kablam! | --------------------------- in this macro invocation Sep 19 22:10:04.970 INFO kablam! Sep 19 22:10:04.970 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:04.970 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:04.970 INFO kablam! | Sep 19 22:10:04.970 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:04.970 INFO kablam! | ----^^^ Sep 19 22:10:04.970 INFO kablam! | | Sep 19 22:10:04.970 INFO kablam! | help: remove this `mut` Sep 19 22:10:04.970 INFO kablam! ... Sep 19 22:10:04.970 INFO kablam! 97 | emit_bytes!(jit, data, u16); Sep 19 22:10:04.970 INFO kablam! | ---------------------------- in this macro invocation Sep 19 22:10:04.970 INFO kablam! Sep 19 22:10:04.971 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:04.971 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:04.971 INFO kablam! | Sep 19 22:10:04.971 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:04.971 INFO kablam! | ----^^^ Sep 19 22:10:04.971 INFO kablam! | | Sep 19 22:10:04.971 INFO kablam! | help: remove this `mut` Sep 19 22:10:04.972 INFO kablam! ... Sep 19 22:10:04.972 INFO kablam! 102 | emit_bytes!(jit, data, u32); Sep 19 22:10:04.972 INFO kablam! | ---------------------------- in this macro invocation Sep 19 22:10:04.972 INFO kablam! Sep 19 22:10:04.973 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:04.973 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:04.973 INFO kablam! | Sep 19 22:10:04.973 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:04.973 INFO kablam! | ----^^^ Sep 19 22:10:04.973 INFO kablam! | | Sep 19 22:10:04.973 INFO kablam! | help: remove this `mut` Sep 19 22:10:04.974 INFO kablam! ... Sep 19 22:10:04.974 INFO kablam! 107 | emit_bytes!(jit, data, u64); Sep 19 22:10:04.974 INFO kablam! | ---------------------------- in this macro invocation Sep 19 22:10:04.974 INFO kablam! Sep 19 22:10:04.997 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:04.997 INFO kablam! --> src/lib.rs:826:17 Sep 19 22:10:04.997 INFO kablam! | Sep 19 22:10:04.997 INFO kablam! 826 | let mut data = self.mbuff.buffer.as_ptr().offset(self.mbuff.data_offset as isize) as *mut u64; Sep 19 22:10:05.002 INFO kablam! | ----^^^^ Sep 19 22:10:05.002 INFO kablam! | | Sep 19 22:10:05.002 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.002 INFO kablam! | Sep 19 22:10:05.002 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 22:10:05.002 INFO kablam! Sep 19 22:10:05.002 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.002 INFO kablam! --> src/lib.rs:827:17 Sep 19 22:10:05.002 INFO kablam! | Sep 19 22:10:05.002 INFO kablam! 827 | let mut data_end = self.mbuff.buffer.as_ptr().offset(self.mbuff.data_end_offset as isize) as *mut u64; Sep 19 22:10:05.002 INFO kablam! | ----^^^^^^^^ Sep 19 22:10:05.002 INFO kablam! | | Sep 19 22:10:05.002 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.002 INFO kablam! Sep 19 22:10:05.022 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.022 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:05.022 INFO kablam! | Sep 19 22:10:05.022 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:05.022 INFO kablam! | ----^^^ Sep 19 22:10:05.022 INFO kablam! | | Sep 19 22:10:05.022 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.022 INFO kablam! ... Sep 19 22:10:05.022 INFO kablam! 92 | emit_bytes!(jit, data, u8); Sep 19 22:10:05.022 INFO kablam! | --------------------------- in this macro invocation Sep 19 22:10:05.022 INFO kablam! Sep 19 22:10:05.022 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.022 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:05.022 INFO kablam! | Sep 19 22:10:05.022 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:05.022 INFO kablam! | ----^^^ Sep 19 22:10:05.022 INFO kablam! | | Sep 19 22:10:05.022 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.022 INFO kablam! ... Sep 19 22:10:05.022 INFO kablam! 97 | emit_bytes!(jit, data, u16); Sep 19 22:10:05.022 INFO kablam! | ---------------------------- in this macro invocation Sep 19 22:10:05.023 INFO kablam! Sep 19 22:10:05.030 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.030 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:05.030 INFO kablam! | Sep 19 22:10:05.030 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:05.030 INFO kablam! | ----^^^ Sep 19 22:10:05.030 INFO kablam! | | Sep 19 22:10:05.030 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.030 INFO kablam! ... Sep 19 22:10:05.030 INFO kablam! 102 | emit_bytes!(jit, data, u32); Sep 19 22:10:05.030 INFO kablam! | ---------------------------- in this macro invocation Sep 19 22:10:05.030 INFO kablam! Sep 19 22:10:05.030 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.030 INFO kablam! --> src/jit.rs:83:17 Sep 19 22:10:05.030 INFO kablam! | Sep 19 22:10:05.030 INFO kablam! 83 | let mut ptr = $jit.contents.as_ptr().offset($jit.offset as isize) as *mut $t; Sep 19 22:10:05.030 INFO kablam! | ----^^^ Sep 19 22:10:05.030 INFO kablam! | | Sep 19 22:10:05.030 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.030 INFO kablam! ... Sep 19 22:10:05.030 INFO kablam! 107 | emit_bytes!(jit, data, u64); Sep 19 22:10:05.030 INFO kablam! | ---------------------------- in this macro invocation Sep 19 22:10:05.030 INFO kablam! Sep 19 22:10:05.789 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.789 INFO kablam! --> tests/misc.rs:270:13 Sep 19 22:10:05.789 INFO kablam! | Sep 19 22:10:05.789 INFO kablam! 270 | let mut data = mbuff.as_ptr().offset(8) as *mut u64; Sep 19 22:10:05.789 INFO kablam! | ----^^^^ Sep 19 22:10:05.789 INFO kablam! | | Sep 19 22:10:05.789 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.789 INFO kablam! | Sep 19 22:10:05.789 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 22:10:05.789 INFO kablam! Sep 19 22:10:05.789 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.789 INFO kablam! --> tests/misc.rs:271:13 Sep 19 22:10:05.789 INFO kablam! | Sep 19 22:10:05.789 INFO kablam! 271 | let mut data_end = mbuff.as_ptr().offset(24) as *mut u64; Sep 19 22:10:05.789 INFO kablam! | ----^^^^^^^^ Sep 19 22:10:05.789 INFO kablam! | | Sep 19 22:10:05.789 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.789 INFO kablam! Sep 19 22:10:05.790 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.790 INFO kablam! --> tests/misc.rs:296:13 Sep 19 22:10:05.790 INFO kablam! | Sep 19 22:10:05.790 INFO kablam! 296 | let mut data = mbuff.as_ptr().offset(8) as *mut u64; Sep 19 22:10:05.790 INFO kablam! | ----^^^^ Sep 19 22:10:05.790 INFO kablam! | | Sep 19 22:10:05.790 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.790 INFO kablam! Sep 19 22:10:05.790 INFO kablam! warning: variable does not need to be mutable Sep 19 22:10:05.790 INFO kablam! --> tests/misc.rs:297:13 Sep 19 22:10:05.790 INFO kablam! | Sep 19 22:10:05.790 INFO kablam! 297 | let mut data_end = mbuff.as_ptr().offset(24) as *mut u64; Sep 19 22:10:05.790 INFO kablam! | ----^^^^^^^^ Sep 19 22:10:05.790 INFO kablam! | | Sep 19 22:10:05.790 INFO kablam! | help: remove this `mut` Sep 19 22:10:05.790 INFO kablam! Sep 19 22:10:06.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Sep 19 22:10:06.493 INFO kablam! su: No module specific data is present Sep 19 22:10:07.413 INFO running `"docker" "rm" "-f" "455fab8137aa895f51045c28304ed80e45f8cd358d12b3460120b8d3ccc91e27"` Sep 19 22:10:07.531 INFO blam! 455fab8137aa895f51045c28304ed80e45f8cd358d12b3460120b8d3ccc91e27