Sep 04 04:39:59.695 INFO checking rustfbp-0.3.34 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:39:59.695 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:39:59.695 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:39:59.865 INFO blam! f95031d57af7d78f6f44a23839e2511fdba19636d9e9496e13908f25188e9d1a Sep 04 04:39:59.867 INFO running `"docker" "start" "-a" "f95031d57af7d78f6f44a23839e2511fdba19636d9e9496e13908f25188e9d1a"` Sep 04 04:40:00.499 INFO kablam! Checking capnp v0.8.17 Sep 04 04:40:03.035 INFO kablam! Checking rustfbp v0.3.34 (file:///source) Sep 04 04:40:03.992 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:03.992 INFO kablam! --> src/scheduler.rs:475:32 Sep 04 04:40:03.992 INFO kablam! | Sep 04 04:40:03.992 INFO kablam! 475 | .and_then(|mut port| { Sep 04 04:40:03.992 INFO kablam! | ----^^^^ Sep 04 04:40:03.992 INFO kablam! | | Sep 04 04:40:03.992 INFO kablam! | help: remove this `mut` Sep 04 04:40:03.992 INFO kablam! | Sep 04 04:40:03.992 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:40:03.993 INFO kablam! Sep 04 04:40:03.993 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:03.993 INFO kablam! --> src/scheduler.rs:470:24 Sep 04 04:40:03.993 INFO kablam! | Sep 04 04:40:03.993 INFO kablam! 470 | .and_then(|mut comp| { Sep 04 04:40:03.993 INFO kablam! | ----^^^^ Sep 04 04:40:03.993 INFO kablam! | | Sep 04 04:40:03.993 INFO kablam! | help: remove this `mut` Sep 04 04:40:03.993 INFO kablam! Sep 04 04:40:04.035 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.035 INFO kablam! --> src/scheduler.rs:853:13 Sep 04 04:40:04.035 INFO kablam! | Sep 04 04:40:04.035 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Sep 04 04:40:04.036 INFO kablam! | ----^^^^^^ Sep 04 04:40:04.036 INFO kablam! | | Sep 04 04:40:04.036 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.036 INFO kablam! Sep 04 04:40:04.037 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.037 INFO kablam! --> src/scheduler.rs:868:13 Sep 04 04:40:04.037 INFO kablam! | Sep 04 04:40:04.037 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Sep 04 04:40:04.037 INFO kablam! | ----^^^^ Sep 04 04:40:04.037 INFO kablam! | | Sep 04 04:40:04.037 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.037 INFO kablam! Sep 04 04:40:04.042 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.042 INFO kablam! --> src/scheduler.rs:878:22 Sep 04 04:40:04.042 INFO kablam! | Sep 04 04:40:04.042 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Sep 04 04:40:04.042 INFO kablam! | ----^ Sep 04 04:40:04.042 INFO kablam! | | Sep 04 04:40:04.042 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.042 INFO kablam! Sep 04 04:40:04.297 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.297 INFO kablam! --> src/scheduler.rs:475:32 Sep 04 04:40:04.297 INFO kablam! | Sep 04 04:40:04.297 INFO kablam! 475 | .and_then(|mut port| { Sep 04 04:40:04.297 INFO kablam! | ----^^^^ Sep 04 04:40:04.297 INFO kablam! | | Sep 04 04:40:04.297 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.297 INFO kablam! | Sep 04 04:40:04.297 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:40:04.297 INFO kablam! Sep 04 04:40:04.298 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.298 INFO kablam! --> src/scheduler.rs:470:24 Sep 04 04:40:04.298 INFO kablam! | Sep 04 04:40:04.298 INFO kablam! 470 | .and_then(|mut comp| { Sep 04 04:40:04.298 INFO kablam! | ----^^^^ Sep 04 04:40:04.298 INFO kablam! | | Sep 04 04:40:04.298 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.298 INFO kablam! Sep 04 04:40:04.349 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.349 INFO kablam! --> src/scheduler.rs:853:13 Sep 04 04:40:04.349 INFO kablam! | Sep 04 04:40:04.349 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Sep 04 04:40:04.349 INFO kablam! | ----^^^^^^ Sep 04 04:40:04.349 INFO kablam! | | Sep 04 04:40:04.349 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.350 INFO kablam! Sep 04 04:40:04.350 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.350 INFO kablam! --> src/scheduler.rs:868:13 Sep 04 04:40:04.351 INFO kablam! | Sep 04 04:40:04.351 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Sep 04 04:40:04.351 INFO kablam! | ----^^^^ Sep 04 04:40:04.351 INFO kablam! | | Sep 04 04:40:04.351 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.351 INFO kablam! Sep 04 04:40:04.354 INFO kablam! warning: variable does not need to be mutable Sep 04 04:40:04.354 INFO kablam! --> src/scheduler.rs:878:22 Sep 04 04:40:04.354 INFO kablam! | Sep 04 04:40:04.354 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Sep 04 04:40:04.354 INFO kablam! | ----^ Sep 04 04:40:04.354 INFO kablam! | | Sep 04 04:40:04.354 INFO kablam! | help: remove this `mut` Sep 04 04:40:04.354 INFO kablam! Sep 04 04:40:04.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.01s Sep 04 04:40:04.483 INFO kablam! su: No module specific data is present Sep 04 04:40:04.897 INFO running `"docker" "rm" "-f" "f95031d57af7d78f6f44a23839e2511fdba19636d9e9496e13908f25188e9d1a"` Sep 04 04:40:05.009 INFO blam! f95031d57af7d78f6f44a23839e2511fdba19636d9e9496e13908f25188e9d1a