Sep 01 07:17:39.500 INFO checking seal-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:17:39.500 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:17:39.500 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/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 01 07:17:39.736 INFO blam! f702fdf77e4f5dbb45aa531779e6c34ad2d43631f1f6b2231a574e459dc656b4 Sep 01 07:17:39.736 INFO running `"docker" "start" "-a" "f702fdf77e4f5dbb45aa531779e6c34ad2d43631f1f6b2231a574e459dc656b4"` Sep 01 07:17:40.512 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 01 07:17:41.096 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 07:17:41.096 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 01 07:17:41.096 INFO kablam! | Sep 01 07:17:41.096 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 01 07:17:41.096 INFO kablam! | __________________________________________________________^ Sep 01 07:17:41.096 INFO kablam! 56 | | (y as isize))); Sep 01 07:17:41.096 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 01 07:17:41.097 INFO kablam! | Sep 01 07:17:41.097 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 07:17:41.097 INFO kablam! Sep 01 07:17:41.097 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 07:17:41.097 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 01 07:17:41.097 INFO kablam! | Sep 01 07:17:41.097 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 01 07:17:41.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 07:17:41.097 INFO kablam! Sep 01 07:17:41.097 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 07:17:41.097 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 01 07:17:41.097 INFO kablam! | Sep 01 07:17:41.097 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 01 07:17:41.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 07:17:41.097 INFO kablam! Sep 01 07:17:41.161 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 07:17:41.161 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 01 07:17:41.161 INFO kablam! | Sep 01 07:17:41.161 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 01 07:17:41.161 INFO kablam! | __________________________________________________________^ Sep 01 07:17:41.161 INFO kablam! 56 | | (y as isize))); Sep 01 07:17:41.161 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 01 07:17:41.161 INFO kablam! | Sep 01 07:17:41.161 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 07:17:41.162 INFO kablam! Sep 01 07:17:41.162 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 07:17:41.162 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 01 07:17:41.162 INFO kablam! | Sep 01 07:17:41.162 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 01 07:17:41.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 07:17:41.162 INFO kablam! Sep 01 07:17:41.162 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 07:17:41.162 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 01 07:17:41.163 INFO kablam! | Sep 01 07:17:41.163 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 01 07:17:41.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 07:17:41.163 INFO kablam! Sep 01 07:17:41.516 INFO kablam! warning: variable does not need to be mutable Sep 01 07:17:41.516 INFO kablam! --> src/pair/runs.rs:22:13 Sep 01 07:17:41.516 INFO kablam! | Sep 01 07:17:41.516 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 01 07:17:41.516 INFO kablam! | ----^^^^^ Sep 01 07:17:41.516 INFO kablam! | | Sep 01 07:17:41.516 INFO kablam! | help: remove this `mut` Sep 01 07:17:41.516 INFO kablam! | Sep 01 07:17:41.516 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 07:17:41.516 INFO kablam! Sep 01 07:17:41.523 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 01 07:17:41.523 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 01 07:17:41.523 INFO kablam! | Sep 01 07:17:41.523 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 01 07:17:41.524 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 01 07:17:41.524 INFO kablam! | | | Sep 01 07:17:41.524 INFO kablam! | | immutable borrow occurs here Sep 01 07:17:41.524 INFO kablam! | mutable borrow occurs here Sep 01 07:17:41.524 INFO kablam! Sep 01 07:17:41.565 INFO kablam! error: aborting due to previous error Sep 01 07:17:41.565 INFO kablam! Sep 01 07:17:41.565 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 01 07:17:41.572 INFO kablam! error: Could not compile `seal`. Sep 01 07:17:41.572 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:17:41.654 INFO kablam! warning: variable does not need to be mutable Sep 01 07:17:41.654 INFO kablam! --> src/pair/runs.rs:22:13 Sep 01 07:17:41.654 INFO kablam! | Sep 01 07:17:41.654 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 01 07:17:41.654 INFO kablam! | ----^^^^^ Sep 01 07:17:41.654 INFO kablam! | | Sep 01 07:17:41.654 INFO kablam! | help: remove this `mut` Sep 01 07:17:41.654 INFO kablam! | Sep 01 07:17:41.654 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 07:17:41.654 INFO kablam! Sep 01 07:17:41.660 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 01 07:17:41.660 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 01 07:17:41.660 INFO kablam! | Sep 01 07:17:41.660 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 01 07:17:41.660 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 01 07:17:41.660 INFO kablam! | | | Sep 01 07:17:41.660 INFO kablam! | | immutable borrow occurs here Sep 01 07:17:41.660 INFO kablam! | mutable borrow occurs here Sep 01 07:17:41.660 INFO kablam! Sep 01 07:17:41.688 INFO kablam! error: aborting due to previous error Sep 01 07:17:41.688 INFO kablam! Sep 01 07:17:41.688 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 01 07:17:41.695 INFO kablam! error: Could not compile `seal`. Sep 01 07:17:41.695 INFO kablam! Sep 01 07:17:41.695 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:17:41.697 INFO kablam! su: No module specific data is present Sep 01 07:17:42.255 INFO running `"docker" "rm" "-f" "f702fdf77e4f5dbb45aa531779e6c34ad2d43631f1f6b2231a574e459dc656b4"` Sep 01 07:17:42.350 INFO blam! f702fdf77e4f5dbb45aa531779e6c34ad2d43631f1f6b2231a574e459dc656b4