Oct 27 16:25:14.356 INFO checking rustfbp-0.3.34 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:25:14.358 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 16:25:14.778 INFO blam! 683af5fbd7043bffb9367fe3364df9bf1d99e267c5ac8ede2a556e2feec3565a Oct 27 16:25:14.779 INFO running `"docker" "start" "-a" "683af5fbd7043bffb9367fe3364df9bf1d99e267c5ac8ede2a556e2feec3565a"` Oct 27 16:25:16.371 INFO kablam! usermod: no changes Oct 27 16:25:16.434 INFO kablam! Checking capnp v0.8.17 Oct 27 16:25:18.298 INFO kablam! Checking rustfbp v0.3.34 (/source) Oct 27 16:25:19.491 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.491 INFO kablam! --> src/scheduler.rs:475:32 Oct 27 16:25:19.492 INFO kablam! | Oct 27 16:25:19.492 INFO kablam! 475 | .and_then(|mut port| { Oct 27 16:25:19.492 INFO kablam! | ----^^^^ Oct 27 16:25:19.492 INFO kablam! | | Oct 27 16:25:19.492 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.493 INFO kablam! | Oct 27 16:25:19.493 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 16:25:19.493 INFO kablam! Oct 27 16:25:19.494 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.494 INFO kablam! --> src/scheduler.rs:470:24 Oct 27 16:25:19.494 INFO kablam! | Oct 27 16:25:19.494 INFO kablam! 470 | .and_then(|mut comp| { Oct 27 16:25:19.495 INFO kablam! | ----^^^^ Oct 27 16:25:19.495 INFO kablam! | | Oct 27 16:25:19.495 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.495 INFO kablam! Oct 27 16:25:19.515 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.515 INFO kablam! --> src/scheduler.rs:853:13 Oct 27 16:25:19.515 INFO kablam! | Oct 27 16:25:19.516 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Oct 27 16:25:19.516 INFO kablam! | ----^^^^^^ Oct 27 16:25:19.516 INFO kablam! | | Oct 27 16:25:19.516 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.517 INFO kablam! Oct 27 16:25:19.517 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.517 INFO kablam! --> src/scheduler.rs:868:13 Oct 27 16:25:19.517 INFO kablam! | Oct 27 16:25:19.518 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Oct 27 16:25:19.518 INFO kablam! | ----^^^^ Oct 27 16:25:19.518 INFO kablam! | | Oct 27 16:25:19.518 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.519 INFO kablam! Oct 27 16:25:19.519 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.519 INFO kablam! --> src/scheduler.rs:878:22 Oct 27 16:25:19.519 INFO kablam! | Oct 27 16:25:19.520 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Oct 27 16:25:19.520 INFO kablam! | ----^ Oct 27 16:25:19.520 INFO kablam! | | Oct 27 16:25:19.520 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.521 INFO kablam! Oct 27 16:25:19.971 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.971 INFO kablam! --> src/scheduler.rs:475:32 Oct 27 16:25:19.971 INFO kablam! | Oct 27 16:25:19.971 INFO kablam! 475 | .and_then(|mut port| { Oct 27 16:25:19.971 INFO kablam! | ----^^^^ Oct 27 16:25:19.971 INFO kablam! | | Oct 27 16:25:19.971 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.971 INFO kablam! | Oct 27 16:25:19.971 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 16:25:19.971 INFO kablam! Oct 27 16:25:19.971 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.971 INFO kablam! --> src/scheduler.rs:470:24 Oct 27 16:25:19.971 INFO kablam! | Oct 27 16:25:19.971 INFO kablam! 470 | .and_then(|mut comp| { Oct 27 16:25:19.971 INFO kablam! | ----^^^^ Oct 27 16:25:19.971 INFO kablam! | | Oct 27 16:25:19.971 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.971 INFO kablam! Oct 27 16:25:19.995 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.995 INFO kablam! --> src/scheduler.rs:853:13 Oct 27 16:25:19.995 INFO kablam! | Oct 27 16:25:19.995 INFO kablam! 853 | let mut o_comp = self.agents.get_mut(&id).expect("SchedSate run : agent doesn't exist"); Oct 27 16:25:19.995 INFO kablam! | ----^^^^^^ Oct 27 16:25:19.995 INFO kablam! | | Oct 27 16:25:19.995 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.995 INFO kablam! Oct 27 16:25:19.995 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.995 INFO kablam! --> src/scheduler.rs:868:13 Oct 27 16:25:19.995 INFO kablam! | Oct 27 16:25:19.995 INFO kablam! 868 | let mut comp = self.agents.get_mut(&id).expect("SchedState edit_agent : agent doesn't exist"); Oct 27 16:25:19.995 INFO kablam! | ----^^^^ Oct 27 16:25:19.995 INFO kablam! | | Oct 27 16:25:19.995 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.995 INFO kablam! Oct 27 16:25:19.997 INFO kablam! warning: variable does not need to be mutable Oct 27 16:25:19.997 INFO kablam! --> src/scheduler.rs:878:22 Oct 27 16:25:19.997 INFO kablam! | Oct 27 16:25:19.997 INFO kablam! 878 | fn edit_one_comp(mut c: &mut BoxedComp, msg: EditCmp) -> Result<()> { Oct 27 16:25:19.997 INFO kablam! | ----^ Oct 27 16:25:19.997 INFO kablam! | | Oct 27 16:25:19.997 INFO kablam! | help: remove this `mut` Oct 27 16:25:19.997 INFO kablam! Oct 27 16:25:20.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.70s Oct 27 16:25:20.103 INFO kablam! su: No module specific data is present Oct 27 16:25:20.879 INFO running `"docker" "rm" "-f" "683af5fbd7043bffb9367fe3364df9bf1d99e267c5ac8ede2a556e2feec3565a"` Oct 27 16:25:21.199 INFO blam! 683af5fbd7043bffb9367fe3364df9bf1d99e267c5ac8ede2a556e2feec3565a