Oct 13 09:13:07.883 INFO checking rustfbp-0.3.34 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:13:07.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 09:13:08.344 INFO blam! 9700549a07ade3a6bedbcfb1038106691daf9a6376f7f37439ed7b74a5971e6a Oct 13 09:13:08.352 INFO running `"docker" "start" "-a" "9700549a07ade3a6bedbcfb1038106691daf9a6376f7f37439ed7b74a5971e6a"` Oct 13 09:13:09.548 INFO kablam! usermod: no changes Oct 13 09:13:09.652 INFO kablam! Checking capnp v0.8.17 Oct 13 09:13:09.668 INFO kablam! Checking libloading v0.4.3 Oct 13 09:13:11.924 INFO kablam! Checking rustfbp v0.3.34 (/source) Oct 13 09:13:13.776 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.776 INFO kablam! --> src/scheduler.rs:475:32 Oct 13 09:13:13.776 INFO kablam! | Oct 13 09:13:13.776 INFO kablam! 475 | .and_then(|mut port| { Oct 13 09:13:13.776 INFO kablam! | ----^^^^ Oct 13 09:13:13.776 INFO kablam! | | Oct 13 09:13:13.776 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.776 INFO kablam! | Oct 13 09:13:13.776 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 09:13:13.776 INFO kablam! Oct 13 09:13:13.776 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.776 INFO kablam! --> src/scheduler.rs:470:24 Oct 13 09:13:13.776 INFO kablam! | Oct 13 09:13:13.776 INFO kablam! 470 | .and_then(|mut comp| { Oct 13 09:13:13.776 INFO kablam! | ----^^^^ Oct 13 09:13:13.776 INFO kablam! | | Oct 13 09:13:13.776 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.777 INFO kablam! Oct 13 09:13:13.797 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.797 INFO kablam! --> src/scheduler.rs:475:32 Oct 13 09:13:13.797 INFO kablam! | Oct 13 09:13:13.797 INFO kablam! 475 | .and_then(|mut port| { Oct 13 09:13:13.797 INFO kablam! | ----^^^^ Oct 13 09:13:13.797 INFO kablam! | | Oct 13 09:13:13.797 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.797 INFO kablam! | Oct 13 09:13:13.797 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 09:13:13.797 INFO kablam! Oct 13 09:13:13.797 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.797 INFO kablam! --> src/scheduler.rs:470:24 Oct 13 09:13:13.797 INFO kablam! | Oct 13 09:13:13.797 INFO kablam! 470 | .and_then(|mut comp| { Oct 13 09:13:13.797 INFO kablam! | ----^^^^ Oct 13 09:13:13.797 INFO kablam! | | Oct 13 09:13:13.797 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.797 INFO kablam! Oct 13 09:13:13.800 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.800 INFO kablam! --> src/scheduler.rs:853:13 Oct 13 09:13:13.800 INFO kablam! | Oct 13 09:13:13.800 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Oct 13 09:13:13.800 INFO kablam! | ----^^^^^^ Oct 13 09:13:13.800 INFO kablam! | | Oct 13 09:13:13.800 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.800 INFO kablam! Oct 13 09:13:13.801 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.801 INFO kablam! --> src/scheduler.rs:868:13 Oct 13 09:13:13.801 INFO kablam! | Oct 13 09:13:13.801 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Oct 13 09:13:13.801 INFO kablam! | ----^^^^ Oct 13 09:13:13.801 INFO kablam! | | Oct 13 09:13:13.801 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.801 INFO kablam! Oct 13 09:13:13.808 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.808 INFO kablam! --> src/scheduler.rs:878:22 Oct 13 09:13:13.808 INFO kablam! | Oct 13 09:13:13.808 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Oct 13 09:13:13.808 INFO kablam! | ----^ Oct 13 09:13:13.808 INFO kablam! | | Oct 13 09:13:13.808 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.808 INFO kablam! Oct 13 09:13:13.836 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.836 INFO kablam! --> src/scheduler.rs:853:13 Oct 13 09:13:13.836 INFO kablam! | Oct 13 09:13:13.836 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Oct 13 09:13:13.836 INFO kablam! | ----^^^^^^ Oct 13 09:13:13.836 INFO kablam! | | Oct 13 09:13:13.836 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.836 INFO kablam! Oct 13 09:13:13.836 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.836 INFO kablam! --> src/scheduler.rs:868:13 Oct 13 09:13:13.836 INFO kablam! | Oct 13 09:13:13.836 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Oct 13 09:13:13.836 INFO kablam! | ----^^^^ Oct 13 09:13:13.836 INFO kablam! | | Oct 13 09:13:13.836 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.836 INFO kablam! Oct 13 09:13:13.836 INFO kablam! warning: variable does not need to be mutable Oct 13 09:13:13.836 INFO kablam! --> src/scheduler.rs:878:22 Oct 13 09:13:13.837 INFO kablam! | Oct 13 09:13:13.837 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Oct 13 09:13:13.837 INFO kablam! | ----^ Oct 13 09:13:13.837 INFO kablam! | | Oct 13 09:13:13.837 INFO kablam! | help: remove this `mut` Oct 13 09:13:13.837 INFO kablam! Oct 13 09:13:13.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.41s Oct 13 09:13:13.985 INFO kablam! su: No module specific data is present Oct 13 09:13:15.006 INFO running `"docker" "rm" "-f" "9700549a07ade3a6bedbcfb1038106691daf9a6376f7f37439ed7b74a5971e6a"` Oct 13 09:13:15.377 INFO blam! 9700549a07ade3a6bedbcfb1038106691daf9a6376f7f37439ed7b74a5971e6a