Oct 22 00:00:36.630 INFO checking rustfbp-0.3.34 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:00:36.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 00:00:37.116 INFO blam! f6f43509e961c959aef3d7e14b5d7314253fcc94ca935dbd1db08c4f79fedb1b Oct 22 00:00:37.118 INFO running `"docker" "start" "-a" "f6f43509e961c959aef3d7e14b5d7314253fcc94ca935dbd1db08c4f79fedb1b"` Oct 22 00:00:38.340 INFO kablam! usermod: no changes Oct 22 00:00:38.432 INFO kablam! Checking capnp v0.8.17 Oct 22 00:00:40.508 INFO kablam! Checking rustfbp v0.3.34 (/source) Oct 22 00:00:42.132 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.132 INFO kablam! --> src/scheduler.rs:475:32 Oct 22 00:00:42.132 INFO kablam! | Oct 22 00:00:42.132 INFO kablam! 475 | .and_then(|mut port| { Oct 22 00:00:42.132 INFO kablam! | ----^^^^ Oct 22 00:00:42.132 INFO kablam! | | Oct 22 00:00:42.132 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.132 INFO kablam! | Oct 22 00:00:42.132 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 00:00:42.132 INFO kablam! Oct 22 00:00:42.132 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.132 INFO kablam! --> src/scheduler.rs:470:24 Oct 22 00:00:42.132 INFO kablam! | Oct 22 00:00:42.132 INFO kablam! 470 | .and_then(|mut comp| { Oct 22 00:00:42.132 INFO kablam! | ----^^^^ Oct 22 00:00:42.132 INFO kablam! | | Oct 22 00:00:42.132 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.132 INFO kablam! Oct 22 00:00:42.176 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.176 INFO kablam! --> src/scheduler.rs:475:32 Oct 22 00:00:42.176 INFO kablam! | Oct 22 00:00:42.176 INFO kablam! 475 | .and_then(|mut port| { Oct 22 00:00:42.176 INFO kablam! | ----^^^^ Oct 22 00:00:42.176 INFO kablam! | | Oct 22 00:00:42.176 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.176 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.176 INFO kablam! --> src/scheduler.rs:853:13 Oct 22 00:00:42.176 INFO kablam! | Oct 22 00:00:42.176 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Oct 22 00:00:42.177 INFO kablam! | ----^^^^^^ Oct 22 00:00:42.177 INFO kablam! | | Oct 22 00:00:42.177 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.177 INFO kablam! Oct 22 00:00:42.177 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.177 INFO kablam! --> src/scheduler.rs:868:13 Oct 22 00:00:42.177 INFO kablam! | Oct 22 00:00:42.177 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Oct 22 00:00:42.177 INFO kablam! | ----^^^^ Oct 22 00:00:42.177 INFO kablam! | | Oct 22 00:00:42.177 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.177 INFO kablam! Oct 22 00:00:42.177 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.177 INFO kablam! --> src/scheduler.rs:878:22 Oct 22 00:00:42.177 INFO kablam! | Oct 22 00:00:42.177 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Oct 22 00:00:42.177 INFO kablam! | ----^ Oct 22 00:00:42.177 INFO kablam! | | Oct 22 00:00:42.177 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.177 INFO kablam! Oct 22 00:00:42.177 INFO kablam! | Oct 22 00:00:42.177 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 00:00:42.178 INFO kablam! Oct 22 00:00:42.178 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.178 INFO kablam! --> src/scheduler.rs:470:24 Oct 22 00:00:42.178 INFO kablam! | Oct 22 00:00:42.178 INFO kablam! 470 | .and_then(|mut comp| { Oct 22 00:00:42.178 INFO kablam! | ----^^^^ Oct 22 00:00:42.178 INFO kablam! | | Oct 22 00:00:42.178 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.178 INFO kablam! Oct 22 00:00:42.232 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.232 INFO kablam! --> src/scheduler.rs:853:13 Oct 22 00:00:42.232 INFO kablam! | Oct 22 00:00:42.232 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Oct 22 00:00:42.232 INFO kablam! | ----^^^^^^ Oct 22 00:00:42.232 INFO kablam! | | Oct 22 00:00:42.232 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.232 INFO kablam! Oct 22 00:00:42.236 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.236 INFO kablam! --> src/scheduler.rs:868:13 Oct 22 00:00:42.236 INFO kablam! | Oct 22 00:00:42.236 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Oct 22 00:00:42.236 INFO kablam! | ----^^^^ Oct 22 00:00:42.236 INFO kablam! | | Oct 22 00:00:42.236 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.236 INFO kablam! Oct 22 00:00:42.236 INFO kablam! warning: variable does not need to be mutable Oct 22 00:00:42.236 INFO kablam! --> src/scheduler.rs:878:22 Oct 22 00:00:42.237 INFO kablam! | Oct 22 00:00:42.240 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Oct 22 00:00:42.240 INFO kablam! | ----^ Oct 22 00:00:42.240 INFO kablam! | | Oct 22 00:00:42.240 INFO kablam! | help: remove this `mut` Oct 22 00:00:42.240 INFO kablam! Oct 22 00:00:42.389 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.01s Oct 22 00:00:42.393 INFO kablam! su: No module specific data is present Oct 22 00:00:43.299 INFO running `"docker" "rm" "-f" "f6f43509e961c959aef3d7e14b5d7314253fcc94ca935dbd1db08c4f79fedb1b"` Oct 22 00:00:43.508 INFO blam! f6f43509e961c959aef3d7e14b5d7314253fcc94ca935dbd1db08c4f79fedb1b