Oct 27 17:15:43.076 INFO checking reset-router-0.5.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:15:43.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 17:15:43.479 INFO blam! 8bbc4bc8de108f614749a9d4de742503e5fce51eb4b29e1c683133dd4c9ceaf4 Oct 27 17:15:43.491 INFO running `"docker" "start" "-a" "8bbc4bc8de108f614749a9d4de742503e5fce51eb4b29e1c683133dd4c9ceaf4"` Oct 27 17:15:44.311 INFO kablam! usermod: no changes Oct 27 17:15:44.607 INFO kablam! Checking reset-router v0.5.0 (/source) Oct 27 17:15:50.430 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.430 INFO kablam! --> src/lib.rs:300:19 Oct 27 17:15:50.430 INFO kablam! | Oct 27 17:15:50.431 INFO kablam! 300 | pub fn finish(mut self) -> err::Result> { Ok(self.with_state(()).finish()?) } Oct 27 17:15:50.431 INFO kablam! | ----^^^^ Oct 27 17:15:50.431 INFO kablam! | | Oct 27 17:15:50.431 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.431 INFO kablam! | Oct 27 17:15:50.431 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:15:50.431 INFO kablam! Oct 27 17:15:50.431 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.432 INFO kablam! --> src/lib.rs:306:29 Oct 27 17:15:50.432 INFO kablam! | Oct 27 17:15:50.432 INFO kablam! 306 | pub fn add_not_found(mut self, handler: H) -> Self Oct 27 17:15:50.432 INFO kablam! | ----^^^^ Oct 27 17:15:50.432 INFO kablam! | | Oct 27 17:15:50.432 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.432 INFO kablam! Oct 27 17:15:50.432 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.432 INFO kablam! --> src/lib.rs:311:19 Oct 27 17:15:50.432 INFO kablam! | Oct 27 17:15:50.432 INFO kablam! 311 | pub fn add(mut self, method: Method, regex: &'a str, handler: H) -> Self Oct 27 17:15:50.432 INFO kablam! | ----^^^^ Oct 27 17:15:50.432 INFO kablam! | | Oct 27 17:15:50.432 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.432 INFO kablam! Oct 27 17:15:50.432 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.432 INFO kablam! --> src/lib.rs:317:9 Oct 27 17:15:50.432 INFO kablam! | Oct 27 17:15:50.432 INFO kablam! 317 | mut self, Oct 27 17:15:50.433 INFO kablam! | ----^^^^ Oct 27 17:15:50.433 INFO kablam! | | Oct 27 17:15:50.433 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.433 INFO kablam! Oct 27 17:15:50.575 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.575 INFO kablam! --> src/lib.rs:300:19 Oct 27 17:15:50.576 INFO kablam! | Oct 27 17:15:50.576 INFO kablam! 300 | pub fn finish(mut self) -> err::Result> { Ok(self.with_state(()).finish()?) } Oct 27 17:15:50.577 INFO kablam! | ----^^^^ Oct 27 17:15:50.577 INFO kablam! | | Oct 27 17:15:50.577 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.578 INFO kablam! | Oct 27 17:15:50.578 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:15:50.578 INFO kablam! Oct 27 17:15:50.578 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.579 INFO kablam! --> src/lib.rs:306:29 Oct 27 17:15:50.579 INFO kablam! | Oct 27 17:15:50.580 INFO kablam! 306 | pub fn add_not_found(mut self, handler: H) -> Self Oct 27 17:15:50.580 INFO kablam! | ----^^^^ Oct 27 17:15:50.580 INFO kablam! | | Oct 27 17:15:50.581 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.581 INFO kablam! Oct 27 17:15:50.581 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.581 INFO kablam! --> src/lib.rs:311:19 Oct 27 17:15:50.581 INFO kablam! | Oct 27 17:15:50.581 INFO kablam! 311 | pub fn add(mut self, method: Method, regex: &'a str, handler: H) -> Self Oct 27 17:15:50.581 INFO kablam! | ----^^^^ Oct 27 17:15:50.581 INFO kablam! | | Oct 27 17:15:50.581 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.581 INFO kablam! Oct 27 17:15:50.581 INFO kablam! warning: variable does not need to be mutable Oct 27 17:15:50.581 INFO kablam! --> src/lib.rs:317:9 Oct 27 17:15:50.581 INFO kablam! | Oct 27 17:15:50.581 INFO kablam! 317 | mut self, Oct 27 17:15:50.581 INFO kablam! | ----^^^^ Oct 27 17:15:50.581 INFO kablam! | | Oct 27 17:15:50.581 INFO kablam! | help: remove this `mut` Oct 27 17:15:50.581 INFO kablam! Oct 27 17:15:54.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.55s Oct 27 17:15:54.916 INFO kablam! su: No module specific data is present Oct 27 17:15:55.843 INFO running `"docker" "rm" "-f" "8bbc4bc8de108f614749a9d4de742503e5fce51eb4b29e1c683133dd4c9ceaf4"` Oct 27 17:15:56.171 INFO blam! 8bbc4bc8de108f614749a9d4de742503e5fce51eb4b29e1c683133dd4c9ceaf4