Oct 12 19:07:48.015 INFO checking kenpratt/jvm-assembler against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 19:07:48.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 19:07:48.502 INFO blam! 8c177350779c383e6e4ab8daabf66708a53a31724a8e478d08a6155dfa1e01fe Oct 12 19:07:48.512 INFO running `"docker" "start" "-a" "8c177350779c383e6e4ab8daabf66708a53a31724a8e478d08a6155dfa1e01fe"` Oct 12 19:07:49.420 INFO kablam! usermod: no changes Oct 12 19:07:49.528 INFO kablam! Checking jvm-assembler v0.0.1 (/source) Oct 12 19:07:50.748 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:50.748 INFO kablam! --> src/serialization.rs:21:13 Oct 12 19:07:50.748 INFO kablam! | Oct 12 19:07:50.748 INFO kablam! 21 | let mut buf = &mut Deserializer::new(Box::new(stream.bytes().map(|r| r.unwrap()))); Oct 12 19:07:50.748 INFO kablam! | ----^^^ Oct 12 19:07:50.748 INFO kablam! | | Oct 12 19:07:50.748 INFO kablam! | help: remove this `mut` Oct 12 19:07:50.748 INFO kablam! | Oct 12 19:07:50.748 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:07:50.748 INFO kablam! Oct 12 19:07:50.776 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:50.776 INFO kablam! --> src/serialization.rs:279:13 Oct 12 19:07:50.776 INFO kablam! | Oct 12 19:07:50.776 INFO kablam! 279 | let mut code_buf = &mut Deserializer::new(Box::new(code.into_iter())); Oct 12 19:07:50.776 INFO kablam! | ----^^^^^^^^ Oct 12 19:07:50.776 INFO kablam! | | Oct 12 19:07:50.776 INFO kablam! | help: remove this `mut` Oct 12 19:07:50.776 INFO kablam! Oct 12 19:07:50.790 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:50.790 INFO kablam! --> src/serialization.rs:377:13 Oct 12 19:07:50.790 INFO kablam! | Oct 12 19:07:50.790 INFO kablam! 377 | let mut attribute_name_index; Oct 12 19:07:50.790 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 12 19:07:50.790 INFO kablam! | | Oct 12 19:07:50.790 INFO kablam! | help: remove this `mut` Oct 12 19:07:50.790 INFO kablam! Oct 12 19:07:50.790 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:50.790 INFO kablam! --> src/serialization.rs:380:17 Oct 12 19:07:50.790 INFO kablam! | Oct 12 19:07:50.790 INFO kablam! 380 | let mut body_buf = &mut attribute_body; Oct 12 19:07:50.790 INFO kablam! | ----^^^^^^^^ Oct 12 19:07:50.790 INFO kablam! | | Oct 12 19:07:50.790 INFO kablam! | help: remove this `mut` Oct 12 19:07:50.791 INFO kablam! Oct 12 19:07:50.791 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:50.791 INFO kablam! --> src/serialization.rs:416:13 Oct 12 19:07:50.791 INFO kablam! | Oct 12 19:07:50.791 INFO kablam! 416 | let mut buf2 = &mut Deserializer::new(Box::new(attribute_body.into_iter())); Oct 12 19:07:50.791 INFO kablam! | ----^^^^ Oct 12 19:07:50.791 INFO kablam! | | Oct 12 19:07:50.791 INFO kablam! | help: remove this `mut` Oct 12 19:07:50.791 INFO kablam! Oct 12 19:07:51.137 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:51.138 INFO kablam! --> src/serialization.rs:21:13 Oct 12 19:07:51.138 INFO kablam! | Oct 12 19:07:51.138 INFO kablam! 21 | let mut buf = &mut Deserializer::new(Box::new(stream.bytes().map(|r| r.unwrap()))); Oct 12 19:07:51.138 INFO kablam! | ----^^^ Oct 12 19:07:51.139 INFO kablam! | | Oct 12 19:07:51.139 INFO kablam! | help: remove this `mut` Oct 12 19:07:51.139 INFO kablam! | Oct 12 19:07:51.140 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:07:51.140 INFO kablam! Oct 12 19:07:51.168 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:51.168 INFO kablam! --> src/serialization.rs:279:13 Oct 12 19:07:51.168 INFO kablam! | Oct 12 19:07:51.168 INFO kablam! 279 | let mut code_buf = &mut Deserializer::new(Box::new(code.into_iter())); Oct 12 19:07:51.168 INFO kablam! | ----^^^^^^^^ Oct 12 19:07:51.168 INFO kablam! | | Oct 12 19:07:51.168 INFO kablam! | help: remove this `mut` Oct 12 19:07:51.168 INFO kablam! Oct 12 19:07:51.184 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:51.184 INFO kablam! --> src/serialization.rs:377:13 Oct 12 19:07:51.184 INFO kablam! | Oct 12 19:07:51.184 INFO kablam! 377 | let mut attribute_name_index; Oct 12 19:07:51.184 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 12 19:07:51.184 INFO kablam! | | Oct 12 19:07:51.185 INFO kablam! | help: remove this `mut` Oct 12 19:07:51.185 INFO kablam! Oct 12 19:07:51.185 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:51.185 INFO kablam! --> src/serialization.rs:380:17 Oct 12 19:07:51.185 INFO kablam! | Oct 12 19:07:51.185 INFO kablam! 380 | let mut body_buf = &mut attribute_body; Oct 12 19:07:51.185 INFO kablam! | ----^^^^^^^^ Oct 12 19:07:51.185 INFO kablam! | | Oct 12 19:07:51.185 INFO kablam! | help: remove this `mut` Oct 12 19:07:51.185 INFO kablam! Oct 12 19:07:51.195 INFO kablam! warning: variable does not need to be mutable Oct 12 19:07:51.195 INFO kablam! --> src/serialization.rs:416:13 Oct 12 19:07:51.195 INFO kablam! | Oct 12 19:07:51.195 INFO kablam! 416 | let mut buf2 = &mut Deserializer::new(Box::new(attribute_body.into_iter())); Oct 12 19:07:51.195 INFO kablam! | ----^^^^ Oct 12 19:07:51.195 INFO kablam! | | Oct 12 19:07:51.195 INFO kablam! | help: remove this `mut` Oct 12 19:07:51.195 INFO kablam! Oct 12 19:07:52.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 12 19:07:52.188 INFO kablam! su: No module specific data is present Oct 12 19:07:52.558 INFO running `"docker" "rm" "-f" "8c177350779c383e6e4ab8daabf66708a53a31724a8e478d08a6155dfa1e01fe"` Oct 12 19:07:52.655 INFO blam! 8c177350779c383e6e4ab8daabf66708a53a31724a8e478d08a6155dfa1e01fe