Sep 04 03:55:31.171 INFO checking seal-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 03:55:31.171 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 03:55:31.171 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 03:55:31.402 INFO blam! 1d26484d13acfaedcf57069fc15f22387d3a05e5b2a10ba6e1246db8dab657d0 Sep 04 03:55:31.405 INFO running `"docker" "start" "-a" "1d26484d13acfaedcf57069fc15f22387d3a05e5b2a10ba6e1246db8dab657d0"` Sep 04 03:55:32.089 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 04 03:55:32.656 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:32.656 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 04 03:55:32.656 INFO kablam! | Sep 04 03:55:32.656 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 04 03:55:32.656 INFO kablam! | __________________________________________________________^ Sep 04 03:55:32.656 INFO kablam! 56 | | (y as isize))); Sep 04 03:55:32.656 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 04 03:55:32.656 INFO kablam! | Sep 04 03:55:32.656 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 03:55:32.656 INFO kablam! Sep 04 03:55:32.657 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:32.657 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 04 03:55:32.657 INFO kablam! | Sep 04 03:55:32.657 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 04 03:55:32.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:32.657 INFO kablam! Sep 04 03:55:32.657 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:32.657 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 04 03:55:32.657 INFO kablam! | Sep 04 03:55:32.657 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 04 03:55:32.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:32.657 INFO kablam! Sep 04 03:55:32.744 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:32.744 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 04 03:55:32.744 INFO kablam! | Sep 04 03:55:32.744 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 04 03:55:32.744 INFO kablam! | __________________________________________________________^ Sep 04 03:55:32.744 INFO kablam! 56 | | (y as isize))); Sep 04 03:55:32.744 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 04 03:55:32.744 INFO kablam! | Sep 04 03:55:32.744 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 03:55:32.744 INFO kablam! Sep 04 03:55:32.744 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:32.744 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 04 03:55:32.744 INFO kablam! | Sep 04 03:55:32.745 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 04 03:55:32.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:32.745 INFO kablam! Sep 04 03:55:32.745 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:32.745 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 04 03:55:32.745 INFO kablam! | Sep 04 03:55:32.745 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 04 03:55:32.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:32.745 INFO kablam! Sep 04 03:55:33.172 INFO kablam! warning: variable does not need to be mutable Sep 04 03:55:33.172 INFO kablam! --> src/pair/runs.rs:22:13 Sep 04 03:55:33.172 INFO kablam! | Sep 04 03:55:33.172 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 04 03:55:33.172 INFO kablam! | ----^^^^^ Sep 04 03:55:33.172 INFO kablam! | | Sep 04 03:55:33.172 INFO kablam! | help: remove this `mut` Sep 04 03:55:33.172 INFO kablam! | Sep 04 03:55:33.172 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:55:33.172 INFO kablam! Sep 04 03:55:33.181 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 04 03:55:33.181 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 04 03:55:33.181 INFO kablam! | Sep 04 03:55:33.181 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 04 03:55:33.181 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 04 03:55:33.181 INFO kablam! | | | Sep 04 03:55:33.181 INFO kablam! | | immutable borrow occurs here Sep 04 03:55:33.181 INFO kablam! | mutable borrow occurs here Sep 04 03:55:33.181 INFO kablam! Sep 04 03:55:33.233 INFO kablam! error: aborting due to previous error Sep 04 03:55:33.233 INFO kablam! Sep 04 03:55:33.233 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 04 03:55:33.242 INFO kablam! error: Could not compile `seal`. Sep 04 03:55:33.242 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 03:55:33.317 INFO kablam! warning: variable does not need to be mutable Sep 04 03:55:33.317 INFO kablam! --> src/pair/runs.rs:22:13 Sep 04 03:55:33.317 INFO kablam! | Sep 04 03:55:33.317 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 04 03:55:33.317 INFO kablam! | ----^^^^^ Sep 04 03:55:33.317 INFO kablam! | | Sep 04 03:55:33.317 INFO kablam! | help: remove this `mut` Sep 04 03:55:33.317 INFO kablam! | Sep 04 03:55:33.317 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:55:33.317 INFO kablam! Sep 04 03:55:33.322 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 04 03:55:33.322 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 04 03:55:33.322 INFO kablam! | Sep 04 03:55:33.322 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 04 03:55:33.322 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 04 03:55:33.322 INFO kablam! | | | Sep 04 03:55:33.322 INFO kablam! | | immutable borrow occurs here Sep 04 03:55:33.322 INFO kablam! | mutable borrow occurs here Sep 04 03:55:33.323 INFO kablam! Sep 04 03:55:33.354 INFO kablam! error: aborting due to previous error Sep 04 03:55:33.354 INFO kablam! Sep 04 03:55:33.354 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 04 03:55:33.363 INFO kablam! error: Could not compile `seal`. Sep 04 03:55:33.363 INFO kablam! Sep 04 03:55:33.363 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:55:33.364 INFO kablam! su: No module specific data is present Sep 04 03:55:33.771 INFO running `"docker" "rm" "-f" "1d26484d13acfaedcf57069fc15f22387d3a05e5b2a10ba6e1246db8dab657d0"` Sep 04 03:55:33.900 INFO blam! 1d26484d13acfaedcf57069fc15f22387d3a05e5b2a10ba6e1246db8dab657d0