Oct 15 22:06:00.294 INFO testing revonet-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:06:00.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 22:06:00.467 INFO blam! 6204bc38d7798ac5c0e1e8510e5d13a0bea76209a96f4a0153c5686c92a131e6 Oct 15 22:06:00.469 INFO running `"docker" "start" "-a" "6204bc38d7798ac5c0e1e8510e5d13a0bea76209a96f4a0153c5686c92a131e6"` Oct 15 22:06:00.851 INFO kablam! usermod: no changes Oct 15 22:06:00.915 INFO kablam! Compiling revonet v0.2.1 (/source) Oct 15 22:06:02.344 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:02.344 INFO kablam! --> src/ea.rs:65:45 Oct 15 22:06:02.344 INFO kablam! | Oct 15 22:06:02.344 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 15 22:06:02.344 INFO kablam! | ----^^^ Oct 15 22:06:02.344 INFO kablam! | | Oct 15 22:06:02.344 INFO kablam! | help: remove this `mut` Oct 15 22:06:02.344 INFO kablam! | Oct 15 22:06:02.344 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:06:02.344 INFO kablam! Oct 15 22:06:02.363 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:02.364 INFO kablam! --> src/ea.rs:228:97 Oct 15 22:06:02.364 INFO kablam! | Oct 15 22:06:02.364 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Oct 15 22:06:02.364 INFO kablam! | ----^^^ Oct 15 22:06:02.365 INFO kablam! | | Oct 15 22:06:02.365 INFO kablam! | help: remove this `mut` Oct 15 22:06:02.365 INFO kablam! Oct 15 22:06:02.370 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:02.370 INFO kablam! --> src/ga.rs:82:182 Oct 15 22:06:02.370 INFO kablam! | Oct 15 22:06:02.371 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) { Oct 15 22:06:02.371 INFO kablam! | ----^^^ Oct 15 22:06:02.371 INFO kablam! | | Oct 15 22:06:02.371 INFO kablam! | help: remove this `mut` Oct 15 22:06:02.372 INFO kablam! Oct 15 22:06:02.372 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:02.372 INFO kablam! --> src/ga.rs:121:102 Oct 15 22:06:02.372 INFO kablam! | Oct 15 22:06:02.373 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Oct 15 22:06:02.373 INFO kablam! | ----^^^ Oct 15 22:06:02.373 INFO kablam! | | Oct 15 22:06:02.373 INFO kablam! | help: remove this `mut` Oct 15 22:06:02.373 INFO kablam! Oct 15 22:06:02.399 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:02.399 INFO kablam! --> src/ne.rs:67:45 Oct 15 22:06:02.399 INFO kablam! | Oct 15 22:06:02.399 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 15 22:06:02.400 INFO kablam! | ----^^^ Oct 15 22:06:02.400 INFO kablam! | | Oct 15 22:06:02.400 INFO kablam! | help: remove this `mut` Oct 15 22:06:02.400 INFO kablam! Oct 15 22:06:02.462 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:02.463 INFO kablam! --> src/problem.rs:53:73 Oct 15 22:06:02.463 INFO kablam! | Oct 15 22:06:02.463 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Oct 15 22:06:02.463 INFO kablam! | ----^^^ Oct 15 22:06:02.463 INFO kablam! | | Oct 15 22:06:02.464 INFO kablam! | help: remove this `mut` Oct 15 22:06:02.464 INFO kablam! Oct 15 22:06:03.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.53s Oct 15 22:06:03.407 INFO kablam! su: No module specific data is present Oct 15 22:06:03.727 INFO running `"docker" "rm" "-f" "6204bc38d7798ac5c0e1e8510e5d13a0bea76209a96f4a0153c5686c92a131e6"` Oct 15 22:06:03.834 INFO blam! 6204bc38d7798ac5c0e1e8510e5d13a0bea76209a96f4a0153c5686c92a131e6 Oct 15 22:06:03.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 22:06:04.049 INFO blam! 530ae5de8eeec4f878c516a88ba4d5024be52297354d7ca3230c1a7ea5a70743 Oct 15 22:06:04.059 INFO running `"docker" "start" "-a" "530ae5de8eeec4f878c516a88ba4d5024be52297354d7ca3230c1a7ea5a70743"` Oct 15 22:06:04.593 INFO kablam! usermod: no changes Oct 15 22:06:04.656 INFO kablam! Compiling revonet v0.2.1 (/source) Oct 15 22:06:07.415 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:07.415 INFO kablam! --> src/ea.rs:65:45 Oct 15 22:06:07.415 INFO kablam! | Oct 15 22:06:07.415 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 15 22:06:07.415 INFO kablam! | ----^^^ Oct 15 22:06:07.415 INFO kablam! | | Oct 15 22:06:07.415 INFO kablam! | help: remove this `mut` Oct 15 22:06:07.415 INFO kablam! | Oct 15 22:06:07.415 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:06:07.415 INFO kablam! Oct 15 22:06:07.439 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:07.439 INFO kablam! --> src/ea.rs:228:97 Oct 15 22:06:07.439 INFO kablam! | Oct 15 22:06:07.439 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Oct 15 22:06:07.439 INFO kablam! | ----^^^ Oct 15 22:06:07.439 INFO kablam! | | Oct 15 22:06:07.439 INFO kablam! | help: remove this `mut` Oct 15 22:06:07.439 INFO kablam! Oct 15 22:06:07.449 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:07.449 INFO kablam! --> src/ga.rs:82:182 Oct 15 22:06:07.449 INFO kablam! | Oct 15 22:06:07.449 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) { Oct 15 22:06:07.449 INFO kablam! | ----^^^ Oct 15 22:06:07.449 INFO kablam! | | Oct 15 22:06:07.449 INFO kablam! | help: remove this `mut` Oct 15 22:06:07.449 INFO kablam! Oct 15 22:06:07.456 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:07.456 INFO kablam! --> src/ga.rs:121:102 Oct 15 22:06:07.456 INFO kablam! | Oct 15 22:06:07.456 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Oct 15 22:06:07.456 INFO kablam! | ----^^^ Oct 15 22:06:07.456 INFO kablam! | | Oct 15 22:06:07.456 INFO kablam! | help: remove this `mut` Oct 15 22:06:07.456 INFO kablam! Oct 15 22:06:07.499 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:07.500 INFO kablam! --> src/ne.rs:67:45 Oct 15 22:06:07.500 INFO kablam! | Oct 15 22:06:07.500 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 15 22:06:07.500 INFO kablam! | ----^^^ Oct 15 22:06:07.500 INFO kablam! | | Oct 15 22:06:07.500 INFO kablam! | help: remove this `mut` Oct 15 22:06:07.500 INFO kablam! Oct 15 22:06:07.630 INFO kablam! warning: variable does not need to be mutable Oct 15 22:06:07.630 INFO kablam! --> src/problem.rs:53:73 Oct 15 22:06:07.630 INFO kablam! | Oct 15 22:06:07.630 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Oct 15 22:06:07.630 INFO kablam! | ----^^^ Oct 15 22:06:07.630 INFO kablam! | | Oct 15 22:06:07.630 INFO kablam! | help: remove this `mut` Oct 15 22:06:07.630 INFO kablam! Oct 15 22:06:10.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.24s Oct 15 22:06:10.861 INFO kablam! su: No module specific data is present Oct 15 22:06:11.140 INFO running `"docker" "rm" "-f" "530ae5de8eeec4f878c516a88ba4d5024be52297354d7ca3230c1a7ea5a70743"` Oct 15 22:06:11.266 INFO blam! 530ae5de8eeec4f878c516a88ba4d5024be52297354d7ca3230c1a7ea5a70743