Oct 27 18:25:29.777 INFO checking orset-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:25:29.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:25:30.085 INFO blam! a70a58e756512b24d655c5bd250e3261cba18b68ab49051d61618c637fe47d67 Oct 27 18:25:30.085 INFO running `"docker" "start" "-a" "a70a58e756512b24d655c5bd250e3261cba18b68ab49051d61618c637fe47d67"` Oct 27 18:25:30.612 INFO kablam! usermod: no changes Oct 27 18:25:30.699 INFO kablam! Checking orset v0.2.0 (/source) Oct 27 18:25:31.547 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:31.547 INFO kablam! --> src/lib.rs:77:13 Oct 27 18:25:31.547 INFO kablam! | Oct 27 18:25:31.547 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Oct 27 18:25:31.547 INFO kablam! | ----^^^^ Oct 27 18:25:31.547 INFO kablam! | | Oct 27 18:25:31.547 INFO kablam! | help: remove this `mut` Oct 27 18:25:31.547 INFO kablam! | Oct 27 18:25:31.547 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:25:31.547 INFO kablam! Oct 27 18:25:31.547 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:31.547 INFO kablam! --> src/lib.rs:89:13 Oct 27 18:25:31.547 INFO kablam! | Oct 27 18:25:31.547 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Oct 27 18:25:31.552 INFO kablam! | ----^^^^^^^ Oct 27 18:25:31.553 INFO kablam! | | Oct 27 18:25:31.553 INFO kablam! | help: remove this `mut` Oct 27 18:25:31.553 INFO kablam! Oct 27 18:25:31.553 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:31.553 INFO kablam! --> src/lib.rs:90:13 Oct 27 18:25:31.553 INFO kablam! | Oct 27 18:25:31.553 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Oct 27 18:25:31.553 INFO kablam! | ----^^^^ Oct 27 18:25:31.553 INFO kablam! | | Oct 27 18:25:31.553 INFO kablam! | help: remove this `mut` Oct 27 18:25:31.553 INFO kablam! Oct 27 18:25:32.719 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:32.719 INFO kablam! --> src/lib.rs:77:13 Oct 27 18:25:32.719 INFO kablam! | Oct 27 18:25:32.719 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Oct 27 18:25:32.719 INFO kablam! | ----^^^^ Oct 27 18:25:32.719 INFO kablam! | | Oct 27 18:25:32.719 INFO kablam! | help: remove this `mut` Oct 27 18:25:32.719 INFO kablam! | Oct 27 18:25:32.719 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:25:32.719 INFO kablam! Oct 27 18:25:32.727 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:32.727 INFO kablam! --> src/lib.rs:89:13 Oct 27 18:25:32.727 INFO kablam! | Oct 27 18:25:32.727 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Oct 27 18:25:32.727 INFO kablam! | ----^^^^^^^ Oct 27 18:25:32.727 INFO kablam! | | Oct 27 18:25:32.727 INFO kablam! | help: remove this `mut` Oct 27 18:25:32.727 INFO kablam! Oct 27 18:25:32.727 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:32.727 INFO kablam! --> src/lib.rs:90:13 Oct 27 18:25:32.727 INFO kablam! | Oct 27 18:25:32.727 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Oct 27 18:25:32.727 INFO kablam! | ----^^^^ Oct 27 18:25:32.727 INFO kablam! | | Oct 27 18:25:32.727 INFO kablam! | help: remove this `mut` Oct 27 18:25:32.727 INFO kablam! Oct 27 18:25:32.783 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:32.783 INFO kablam! --> src/lib.rs:517:13 Oct 27 18:25:32.783 INFO kablam! | Oct 27 18:25:32.783 INFO kablam! 517 | let mut orset = Oct 27 18:25:32.783 INFO kablam! | ----^^^^^ Oct 27 18:25:32.783 INFO kablam! | | Oct 27 18:25:32.783 INFO kablam! | help: remove this `mut` Oct 27 18:25:32.783 INFO kablam! Oct 27 18:25:32.783 INFO kablam! warning: variable does not need to be mutable Oct 27 18:25:32.783 INFO kablam! --> src/lib.rs:520:13 Oct 27 18:25:32.783 INFO kablam! | Oct 27 18:25:32.783 INFO kablam! 520 | let mut mutator = mutators.entry(node).or_insert(Vec::new()); Oct 27 18:25:32.783 INFO kablam! | ----^^^^^^^ Oct 27 18:25:32.783 INFO kablam! | | Oct 27 18:25:32.783 INFO kablam! | help: remove this `mut` Oct 27 18:25:32.783 INFO kablam! Oct 27 18:25:32.834 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 27 18:25:32.843 INFO kablam! su: No module specific data is present Oct 27 18:25:33.270 INFO running `"docker" "rm" "-f" "a70a58e756512b24d655c5bd250e3261cba18b68ab49051d61618c637fe47d67"` Oct 27 18:25:33.432 INFO blam! a70a58e756512b24d655c5bd250e3261cba18b68ab49051d61618c637fe47d67