Sep 06 00:21:46.491 INFO checking seal-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:21:46.491 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:21:46.491 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:21:46.610 INFO blam! 079f76b190a20e012ac8016f62ef2677b45dafb09d5733b5856f4e9d54aaedad Sep 06 00:21:46.611 INFO running `"docker" "start" "-a" "079f76b190a20e012ac8016f62ef2677b45dafb09d5733b5856f4e9d54aaedad"` Sep 06 00:21:47.767 INFO kablam! usermod: no changes Sep 06 00:21:47.836 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 06 00:21:48.234 INFO kablam! warning: unnecessary parentheses around method argument Sep 06 00:21:48.234 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 06 00:21:48.234 INFO kablam! | Sep 06 00:21:48.234 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 06 00:21:48.234 INFO kablam! | __________________________________________________________^ Sep 06 00:21:48.234 INFO kablam! 56 | | (y as isize))); Sep 06 00:21:48.234 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 06 00:21:48.234 INFO kablam! | Sep 06 00:21:48.234 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 00:21:48.234 INFO kablam! Sep 06 00:21:48.234 INFO kablam! warning: unnecessary parentheses around method argument Sep 06 00:21:48.234 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 06 00:21:48.234 INFO kablam! | Sep 06 00:21:48.234 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 06 00:21:48.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:21:48.234 INFO kablam! Sep 06 00:21:48.234 INFO kablam! warning: unnecessary parentheses around method argument Sep 06 00:21:48.234 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 06 00:21:48.234 INFO kablam! | Sep 06 00:21:48.234 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 06 00:21:48.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:21:48.234 INFO kablam! Sep 06 00:21:48.310 INFO kablam! warning: unnecessary parentheses around method argument Sep 06 00:21:48.310 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 06 00:21:48.310 INFO kablam! | Sep 06 00:21:48.310 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 06 00:21:48.310 INFO kablam! | __________________________________________________________^ Sep 06 00:21:48.310 INFO kablam! 56 | | (y as isize))); Sep 06 00:21:48.310 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 06 00:21:48.310 INFO kablam! | Sep 06 00:21:48.310 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 00:21:48.310 INFO kablam! Sep 06 00:21:48.310 INFO kablam! warning: unnecessary parentheses around method argument Sep 06 00:21:48.310 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 06 00:21:48.310 INFO kablam! | Sep 06 00:21:48.310 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 06 00:21:48.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:21:48.310 INFO kablam! Sep 06 00:21:48.310 INFO kablam! warning: unnecessary parentheses around method argument Sep 06 00:21:48.310 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 06 00:21:48.310 INFO kablam! | Sep 06 00:21:48.310 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 06 00:21:48.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:21:48.310 INFO kablam! Sep 06 00:21:48.418 INFO kablam! warning: variable does not need to be mutable Sep 06 00:21:48.418 INFO kablam! --> src/pair/runs.rs:22:13 Sep 06 00:21:48.418 INFO kablam! | Sep 06 00:21:48.418 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 06 00:21:48.418 INFO kablam! | ----^^^^^ Sep 06 00:21:48.418 INFO kablam! | | Sep 06 00:21:48.418 INFO kablam! | help: remove this `mut` Sep 06 00:21:48.418 INFO kablam! | Sep 06 00:21:48.418 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:21:48.418 INFO kablam! Sep 06 00:21:48.422 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 06 00:21:48.422 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 06 00:21:48.422 INFO kablam! | Sep 06 00:21:48.422 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 06 00:21:48.422 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 06 00:21:48.422 INFO kablam! | | | Sep 06 00:21:48.422 INFO kablam! | | immutable borrow occurs here Sep 06 00:21:48.422 INFO kablam! | mutable borrow occurs here Sep 06 00:21:48.422 INFO kablam! Sep 06 00:21:48.455 INFO kablam! error: aborting due to previous error Sep 06 00:21:48.455 INFO kablam! Sep 06 00:21:48.455 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 06 00:21:48.457 INFO kablam! error: Could not compile `seal`. Sep 06 00:21:48.457 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:21:48.641 INFO kablam! warning: variable does not need to be mutable Sep 06 00:21:48.641 INFO kablam! --> src/pair/runs.rs:22:13 Sep 06 00:21:48.641 INFO kablam! | Sep 06 00:21:48.641 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 06 00:21:48.641 INFO kablam! | ----^^^^^ Sep 06 00:21:48.641 INFO kablam! | | Sep 06 00:21:48.641 INFO kablam! | help: remove this `mut` Sep 06 00:21:48.641 INFO kablam! | Sep 06 00:21:48.641 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:21:48.641 INFO kablam! Sep 06 00:21:48.644 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 06 00:21:48.644 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 06 00:21:48.644 INFO kablam! | Sep 06 00:21:48.644 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 06 00:21:48.644 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 06 00:21:48.644 INFO kablam! | | | Sep 06 00:21:48.644 INFO kablam! | | immutable borrow occurs here Sep 06 00:21:48.644 INFO kablam! | mutable borrow occurs here Sep 06 00:21:48.644 INFO kablam! Sep 06 00:21:48.671 INFO kablam! error: aborting due to previous error Sep 06 00:21:48.671 INFO kablam! Sep 06 00:21:48.671 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 06 00:21:48.681 INFO kablam! error: Could not compile `seal`. Sep 06 00:21:48.681 INFO kablam! Sep 06 00:21:48.681 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:21:48.683 INFO kablam! su: No module specific data is present Sep 06 00:21:49.266 INFO running `"docker" "rm" "-f" "079f76b190a20e012ac8016f62ef2677b45dafb09d5733b5856f4e9d54aaedad"` Sep 06 00:21:49.351 INFO blam! 079f76b190a20e012ac8016f62ef2677b45dafb09d5733b5856f4e9d54aaedad