Sep 02 02:47:06.479 INFO checking revonet-0.2.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 02:47:06.479 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:47:06.479 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:47:06.633 INFO blam! b1efccf99247cc61546e445d62b4046cd3f39eea9778a157e290e21b08b9bea8 Sep 02 02:47:06.635 INFO running `"docker" "start" "-a" "b1efccf99247cc61546e445d62b4046cd3f39eea9778a157e290e21b08b9bea8"` Sep 02 02:47:07.362 INFO kablam! Checking revonet v0.2.1 (file:///source) Sep 02 02:47:10.192 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.192 INFO kablam! --> src/ea.rs:65:45 Sep 02 02:47:10.192 INFO kablam! | Sep 02 02:47:10.192 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 02 02:47:10.192 INFO kablam! | ----^^^ Sep 02 02:47:10.192 INFO kablam! | | Sep 02 02:47:10.192 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.192 INFO kablam! | Sep 02 02:47:10.192 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 02:47:10.192 INFO kablam! Sep 02 02:47:10.264 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.264 INFO kablam! --> src/ea.rs:228:97 Sep 02 02:47:10.264 INFO kablam! | Sep 02 02:47:10.264 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Sep 02 02:47:10.264 INFO kablam! | ----^^^ Sep 02 02:47:10.264 INFO kablam! | | Sep 02 02:47:10.264 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.265 INFO kablam! Sep 02 02:47:10.290 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.290 INFO kablam! --> src/ga.rs:82:182 Sep 02 02:47:10.290 INFO kablam! | Sep 02 02:47:10.290 INFO kablam! 82 | pub fn cross(popul: &Vec, sel_inds: &Vec, children: &mut Vec, use_elite: bool, x_type: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) { Sep 02 02:47:10.291 INFO kablam! | ----^^^ Sep 02 02:47:10.291 INFO kablam! | | Sep 02 02:47:10.291 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.291 INFO kablam! Sep 02 02:47:10.298 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.298 INFO kablam! --> src/ga.rs:121:102 Sep 02 02:47:10.298 INFO kablam! | Sep 02 02:47:10.298 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Sep 02 02:47:10.298 INFO kablam! | ----^^^ Sep 02 02:47:10.298 INFO kablam! | | Sep 02 02:47:10.298 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.298 INFO kablam! Sep 02 02:47:10.370 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.370 INFO kablam! --> src/ne.rs:67:45 Sep 02 02:47:10.370 INFO kablam! | Sep 02 02:47:10.370 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 02 02:47:10.371 INFO kablam! | ----^^^ Sep 02 02:47:10.371 INFO kablam! | | Sep 02 02:47:10.371 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.371 INFO kablam! Sep 02 02:47:10.440 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.440 INFO kablam! --> src/ea.rs:65:45 Sep 02 02:47:10.440 INFO kablam! | Sep 02 02:47:10.440 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 02 02:47:10.441 INFO kablam! | ----^^^ Sep 02 02:47:10.441 INFO kablam! | | Sep 02 02:47:10.441 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.441 INFO kablam! | Sep 02 02:47:10.442 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 02:47:10.442 INFO kablam! Sep 02 02:47:10.496 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.496 INFO kablam! --> src/ea.rs:228:97 Sep 02 02:47:10.496 INFO kablam! | Sep 02 02:47:10.496 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Sep 02 02:47:10.496 INFO kablam! | ----^^^ Sep 02 02:47:10.496 INFO kablam! | | Sep 02 02:47:10.496 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.497 INFO kablam! Sep 02 02:47:10.525 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.525 INFO kablam! --> src/ga.rs:82:182 Sep 02 02:47:10.525 INFO kablam! | Sep 02 02:47:10.525 INFO kablam! 82 | pub fn cross(popul: &Vec, sel_inds: &Vec, children: &mut Vec, use_elite: bool, x_type: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) { Sep 02 02:47:10.525 INFO kablam! | ----^^^ Sep 02 02:47:10.525 INFO kablam! | | Sep 02 02:47:10.525 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.525 INFO kablam! Sep 02 02:47:10.529 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.529 INFO kablam! --> src/problem.rs:53:73 Sep 02 02:47:10.529 INFO kablam! | Sep 02 02:47:10.529 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Sep 02 02:47:10.529 INFO kablam! | ----^^^ Sep 02 02:47:10.529 INFO kablam! | | Sep 02 02:47:10.529 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.529 INFO kablam! Sep 02 02:47:10.530 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.531 INFO kablam! --> src/ga.rs:121:102 Sep 02 02:47:10.531 INFO kablam! | Sep 02 02:47:10.531 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Sep 02 02:47:10.531 INFO kablam! | ----^^^ Sep 02 02:47:10.531 INFO kablam! | | Sep 02 02:47:10.531 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.531 INFO kablam! Sep 02 02:47:10.635 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.635 INFO kablam! --> src/ne.rs:67:45 Sep 02 02:47:10.635 INFO kablam! | Sep 02 02:47:10.635 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 02 02:47:10.635 INFO kablam! | ----^^^ Sep 02 02:47:10.635 INFO kablam! | | Sep 02 02:47:10.635 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.635 INFO kablam! Sep 02 02:47:10.844 INFO kablam! warning: variable does not need to be mutable Sep 02 02:47:10.844 INFO kablam! --> src/problem.rs:53:73 Sep 02 02:47:10.844 INFO kablam! | Sep 02 02:47:10.844 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Sep 02 02:47:10.844 INFO kablam! | ----^^^ Sep 02 02:47:10.844 INFO kablam! | | Sep 02 02:47:10.844 INFO kablam! | help: remove this `mut` Sep 02 02:47:10.844 INFO kablam! Sep 02 02:47:12.138 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.84s Sep 02 02:47:12.146 INFO kablam! su: No module specific data is present Sep 02 02:47:12.653 INFO running `"docker" "rm" "-f" "b1efccf99247cc61546e445d62b4046cd3f39eea9778a157e290e21b08b9bea8"` Sep 02 02:47:12.762 INFO blam! b1efccf99247cc61546e445d62b4046cd3f39eea9778a157e290e21b08b9bea8