Sep 04 08:57:55.943 INFO checking orset-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:57:55.943 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:57:55.943 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:57:56.098 INFO blam! 4753624c302fce951847e0eac52c3fd129f9af7101460bb9438de433bd1ba054 Sep 04 08:57:56.103 INFO running `"docker" "start" "-a" "4753624c302fce951847e0eac52c3fd129f9af7101460bb9438de433bd1ba054"` Sep 04 08:57:56.801 INFO kablam! Checking orset v0.2.0 (file:///source) Sep 04 08:57:57.893 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:57.893 INFO kablam! --> src/lib.rs:77:13 Sep 04 08:57:57.893 INFO kablam! | Sep 04 08:57:57.893 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Sep 04 08:57:57.893 INFO kablam! | ----^^^^ Sep 04 08:57:57.893 INFO kablam! | | Sep 04 08:57:57.893 INFO kablam! | help: remove this `mut` Sep 04 08:57:57.893 INFO kablam! | Sep 04 08:57:57.893 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 08:57:57.893 INFO kablam! Sep 04 08:57:57.897 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:57.897 INFO kablam! --> src/lib.rs:89:13 Sep 04 08:57:57.897 INFO kablam! | Sep 04 08:57:57.897 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Sep 04 08:57:57.897 INFO kablam! | ----^^^^^^^ Sep 04 08:57:57.897 INFO kablam! | | Sep 04 08:57:57.897 INFO kablam! | help: remove this `mut` Sep 04 08:57:57.897 INFO kablam! Sep 04 08:57:57.897 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:57.898 INFO kablam! --> src/lib.rs:90:13 Sep 04 08:57:57.898 INFO kablam! | Sep 04 08:57:57.898 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Sep 04 08:57:57.898 INFO kablam! | ----^^^^ Sep 04 08:57:57.898 INFO kablam! | | Sep 04 08:57:57.898 INFO kablam! | help: remove this `mut` Sep 04 08:57:57.898 INFO kablam! Sep 04 08:57:58.696 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:58.696 INFO kablam! --> src/lib.rs:77:13 Sep 04 08:57:58.696 INFO kablam! | Sep 04 08:57:58.696 INFO kablam! 77 | let mut adds = self.adds.entry(element).or_insert(Vec::new()); Sep 04 08:57:58.696 INFO kablam! | ----^^^^ Sep 04 08:57:58.696 INFO kablam! | | Sep 04 08:57:58.696 INFO kablam! | help: remove this `mut` Sep 04 08:57:58.696 INFO kablam! | Sep 04 08:57:58.697 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 08:57:58.697 INFO kablam! Sep 04 08:57:58.703 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:58.703 INFO kablam! --> src/lib.rs:89:13 Sep 04 08:57:58.703 INFO kablam! | Sep 04 08:57:58.703 INFO kablam! 89 | let mut removes = self.removes.entry(element.clone()).or_insert(Vec::new()); Sep 04 08:57:58.703 INFO kablam! | ----^^^^^^^ Sep 04 08:57:58.703 INFO kablam! | | Sep 04 08:57:58.703 INFO kablam! | help: remove this `mut` Sep 04 08:57:58.703 INFO kablam! Sep 04 08:57:58.704 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:58.704 INFO kablam! --> src/lib.rs:90:13 Sep 04 08:57:58.704 INFO kablam! | Sep 04 08:57:58.704 INFO kablam! 90 | let mut adds = self.adds.get_mut(&element).unwrap(); Sep 04 08:57:58.704 INFO kablam! | ----^^^^ Sep 04 08:57:58.704 INFO kablam! | | Sep 04 08:57:58.704 INFO kablam! | help: remove this `mut` Sep 04 08:57:58.704 INFO kablam! Sep 04 08:57:58.821 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:58.821 INFO kablam! --> src/lib.rs:517:13 Sep 04 08:57:58.821 INFO kablam! | Sep 04 08:57:58.821 INFO kablam! 517 | let mut orset = Sep 04 08:57:58.821 INFO kablam! | ----^^^^^ Sep 04 08:57:58.821 INFO kablam! | | Sep 04 08:57:58.821 INFO kablam! | help: remove this `mut` Sep 04 08:57:58.821 INFO kablam! Sep 04 08:57:58.821 INFO kablam! warning: variable does not need to be mutable Sep 04 08:57:58.821 INFO kablam! --> src/lib.rs:520:13 Sep 04 08:57:58.822 INFO kablam! | Sep 04 08:57:58.822 INFO kablam! 520 | let mut mutator = mutators.entry(node).or_insert(Vec::new()); Sep 04 08:57:58.822 INFO kablam! | ----^^^^^^^ Sep 04 08:57:58.822 INFO kablam! | | Sep 04 08:57:58.822 INFO kablam! | help: remove this `mut` Sep 04 08:57:58.822 INFO kablam! Sep 04 08:57:58.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Sep 04 08:57:58.888 INFO kablam! su: No module specific data is present Sep 04 08:57:59.333 INFO running `"docker" "rm" "-f" "4753624c302fce951847e0eac52c3fd129f9af7101460bb9438de433bd1ba054"` Sep 04 08:57:59.462 INFO blam! 4753624c302fce951847e0eac52c3fd129f9af7101460bb9438de433bd1ba054