Sep 19 19:52:47.615 INFO checking revonet-0.2.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 19:52:47.615 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 19:52:47.615 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:52:47.774 INFO blam! 8f688710fd8de020d35537c14a0b7221f09643e96ce82e7a5ea064d72eb5c600 Sep 19 19:52:47.778 INFO running `"docker" "start" "-a" "8f688710fd8de020d35537c14a0b7221f09643e96ce82e7a5ea064d72eb5c600"` Sep 19 19:52:49.327 INFO kablam! usermod: no changes Sep 19 19:52:49.395 INFO kablam! Checking revonet v0.2.1 (/source) Sep 19 19:52:50.848 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:50.848 INFO kablam! --> src/ea.rs:65:45 Sep 19 19:52:50.848 INFO kablam! | Sep 19 19:52:50.848 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 19 19:52:50.849 INFO kablam! | ----^^^ Sep 19 19:52:50.849 INFO kablam! | | Sep 19 19:52:50.849 INFO kablam! | help: remove this `mut` Sep 19 19:52:50.849 INFO kablam! | Sep 19 19:52:50.849 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:52:50.849 INFO kablam! Sep 19 19:52:50.887 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:50.887 INFO kablam! --> src/ea.rs:228:97 Sep 19 19:52:50.887 INFO kablam! | Sep 19 19:52:50.887 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Sep 19 19:52:50.887 INFO kablam! | ----^^^ Sep 19 19:52:50.887 INFO kablam! | | Sep 19 19:52:50.887 INFO kablam! | help: remove this `mut` Sep 19 19:52:50.887 INFO kablam! Sep 19 19:52:50.895 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:50.895 INFO kablam! --> src/ga.rs:82:182 Sep 19 19:52:50.895 INFO kablam! | Sep 19 19:52:50.895 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 19 19:52:50.895 INFO kablam! | ----^^^ Sep 19 19:52:50.895 INFO kablam! | | Sep 19 19:52:50.895 INFO kablam! | help: remove this `mut` Sep 19 19:52:50.895 INFO kablam! Sep 19 19:52:50.895 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:50.895 INFO kablam! --> src/ga.rs:121:102 Sep 19 19:52:50.895 INFO kablam! | Sep 19 19:52:50.895 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Sep 19 19:52:50.895 INFO kablam! | ----^^^ Sep 19 19:52:50.895 INFO kablam! | | Sep 19 19:52:50.895 INFO kablam! | help: remove this `mut` Sep 19 19:52:50.895 INFO kablam! Sep 19 19:52:50.935 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:50.935 INFO kablam! --> src/ne.rs:67:45 Sep 19 19:52:50.935 INFO kablam! | Sep 19 19:52:50.935 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 19 19:52:50.935 INFO kablam! | ----^^^ Sep 19 19:52:50.935 INFO kablam! | | Sep 19 19:52:50.935 INFO kablam! | help: remove this `mut` Sep 19 19:52:50.935 INFO kablam! Sep 19 19:52:51.019 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:51.019 INFO kablam! --> src/problem.rs:53:73 Sep 19 19:52:51.019 INFO kablam! | Sep 19 19:52:51.019 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Sep 19 19:52:51.019 INFO kablam! | ----^^^ Sep 19 19:52:51.019 INFO kablam! | | Sep 19 19:52:51.019 INFO kablam! | help: remove this `mut` Sep 19 19:52:51.019 INFO kablam! Sep 19 19:52:51.071 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:51.071 INFO kablam! --> src/ea.rs:65:45 Sep 19 19:52:51.071 INFO kablam! | Sep 19 19:52:51.071 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 19 19:52:51.071 INFO kablam! | ----^^^ Sep 19 19:52:51.071 INFO kablam! | | Sep 19 19:52:51.071 INFO kablam! | help: remove this `mut` Sep 19 19:52:51.071 INFO kablam! | Sep 19 19:52:51.071 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:52:51.071 INFO kablam! Sep 19 19:52:51.087 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:51.087 INFO kablam! --> src/ea.rs:228:97 Sep 19 19:52:51.087 INFO kablam! | Sep 19 19:52:51.087 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Sep 19 19:52:51.087 INFO kablam! | ----^^^ Sep 19 19:52:51.087 INFO kablam! | | Sep 19 19:52:51.087 INFO kablam! | help: remove this `mut` Sep 19 19:52:51.087 INFO kablam! Sep 19 19:52:51.107 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:51.107 INFO kablam! --> src/ga.rs:82:182 Sep 19 19:52:51.107 INFO kablam! | Sep 19 19:52:51.107 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 19 19:52:51.107 INFO kablam! | ----^^^ Sep 19 19:52:51.107 INFO kablam! | | Sep 19 19:52:51.107 INFO kablam! | help: remove this `mut` Sep 19 19:52:51.107 INFO kablam! Sep 19 19:52:51.107 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:51.107 INFO kablam! --> src/ga.rs:121:102 Sep 19 19:52:51.107 INFO kablam! | Sep 19 19:52:51.107 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Sep 19 19:52:51.107 INFO kablam! | ----^^^ Sep 19 19:52:51.107 INFO kablam! | | Sep 19 19:52:51.107 INFO kablam! | help: remove this `mut` Sep 19 19:52:51.107 INFO kablam! Sep 19 19:52:51.175 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:51.175 INFO kablam! --> src/ne.rs:67:45 Sep 19 19:52:51.175 INFO kablam! | Sep 19 19:52:51.175 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Sep 19 19:52:51.175 INFO kablam! | ----^^^ Sep 19 19:52:51.175 INFO kablam! | | Sep 19 19:52:51.175 INFO kablam! | help: remove this `mut` Sep 19 19:52:51.175 INFO kablam! Sep 19 19:52:51.267 INFO kablam! warning: variable does not need to be mutable Sep 19 19:52:51.267 INFO kablam! --> src/problem.rs:53:73 Sep 19 19:52:51.267 INFO kablam! | Sep 19 19:52:51.267 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Sep 19 19:52:51.267 INFO kablam! | ----^^^ Sep 19 19:52:51.267 INFO kablam! | | Sep 19 19:52:51.267 INFO kablam! | help: remove this `mut` Sep 19 19:52:51.267 INFO kablam! Sep 19 19:52:52.070 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Sep 19 19:52:52.076 INFO kablam! su: No module specific data is present Sep 19 19:52:52.572 INFO running `"docker" "rm" "-f" "8f688710fd8de020d35537c14a0b7221f09643e96ce82e7a5ea064d72eb5c600"` Sep 19 19:52:52.698 INFO blam! 8f688710fd8de020d35537c14a0b7221f09643e96ce82e7a5ea064d72eb5c600