Sep 02 00:36:15.453 INFO checking seal-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 00:36:15.453 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 00:36:15.453 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 00:36:15.629 INFO blam! 73c0c2d485bba6c76c2f5a3da4f82c94fa6f906c29c7a43611751ede6cd2c3f3 Sep 02 00:36:15.631 INFO running `"docker" "start" "-a" "73c0c2d485bba6c76c2f5a3da4f82c94fa6f906c29c7a43611751ede6cd2c3f3"` Sep 02 00:36:16.343 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 02 00:36:16.736 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:16.736 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 02 00:36:16.736 INFO kablam! | Sep 02 00:36:16.736 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 02 00:36:16.736 INFO kablam! | __________________________________________________________^ Sep 02 00:36:16.736 INFO kablam! 56 | | (y as isize))); Sep 02 00:36:16.736 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 02 00:36:16.736 INFO kablam! | Sep 02 00:36:16.736 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 00:36:16.736 INFO kablam! Sep 02 00:36:16.736 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:16.736 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 02 00:36:16.737 INFO kablam! | Sep 02 00:36:16.737 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 02 00:36:16.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:16.737 INFO kablam! Sep 02 00:36:16.737 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:16.737 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 02 00:36:16.737 INFO kablam! | Sep 02 00:36:16.737 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 02 00:36:16.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:16.737 INFO kablam! Sep 02 00:36:16.813 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:16.813 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 02 00:36:16.813 INFO kablam! | Sep 02 00:36:16.813 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 02 00:36:16.813 INFO kablam! | __________________________________________________________^ Sep 02 00:36:16.813 INFO kablam! 56 | | (y as isize))); Sep 02 00:36:16.813 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 02 00:36:16.813 INFO kablam! | Sep 02 00:36:16.813 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 00:36:16.814 INFO kablam! Sep 02 00:36:16.814 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:16.814 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 02 00:36:16.814 INFO kablam! | Sep 02 00:36:16.814 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 02 00:36:16.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:16.814 INFO kablam! Sep 02 00:36:16.814 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:16.814 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 02 00:36:16.814 INFO kablam! | Sep 02 00:36:16.814 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 02 00:36:16.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:16.814 INFO kablam! Sep 02 00:36:17.183 INFO kablam! warning: variable does not need to be mutable Sep 02 00:36:17.183 INFO kablam! --> src/pair/runs.rs:22:13 Sep 02 00:36:17.183 INFO kablam! | Sep 02 00:36:17.183 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 02 00:36:17.183 INFO kablam! | ----^^^^^ Sep 02 00:36:17.183 INFO kablam! | | Sep 02 00:36:17.183 INFO kablam! | help: remove this `mut` Sep 02 00:36:17.185 INFO kablam! | Sep 02 00:36:17.185 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 00:36:17.185 INFO kablam! Sep 02 00:36:17.194 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 02 00:36:17.194 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 02 00:36:17.194 INFO kablam! | Sep 02 00:36:17.194 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 02 00:36:17.194 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 02 00:36:17.194 INFO kablam! | | | Sep 02 00:36:17.194 INFO kablam! | | immutable borrow occurs here Sep 02 00:36:17.194 INFO kablam! | mutable borrow occurs here Sep 02 00:36:17.195 INFO kablam! Sep 02 00:36:17.242 INFO kablam! error: aborting due to previous error Sep 02 00:36:17.242 INFO kablam! Sep 02 00:36:17.242 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 02 00:36:17.252 INFO kablam! error: Could not compile `seal`. Sep 02 00:36:17.252 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:36:17.366 INFO kablam! warning: variable does not need to be mutable Sep 02 00:36:17.366 INFO kablam! --> src/pair/runs.rs:22:13 Sep 02 00:36:17.367 INFO kablam! | Sep 02 00:36:17.367 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 02 00:36:17.367 INFO kablam! | ----^^^^^ Sep 02 00:36:17.367 INFO kablam! | | Sep 02 00:36:17.367 INFO kablam! | help: remove this `mut` Sep 02 00:36:17.367 INFO kablam! | Sep 02 00:36:17.367 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 00:36:17.367 INFO kablam! Sep 02 00:36:17.372 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 02 00:36:17.373 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 02 00:36:17.373 INFO kablam! | Sep 02 00:36:17.373 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 02 00:36:17.373 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 02 00:36:17.373 INFO kablam! | | | Sep 02 00:36:17.373 INFO kablam! | | immutable borrow occurs here Sep 02 00:36:17.373 INFO kablam! | mutable borrow occurs here Sep 02 00:36:17.373 INFO kablam! Sep 02 00:36:17.409 INFO kablam! error: aborting due to previous error Sep 02 00:36:17.409 INFO kablam! Sep 02 00:36:17.409 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 02 00:36:17.418 INFO kablam! error: Could not compile `seal`. Sep 02 00:36:17.418 INFO kablam! Sep 02 00:36:17.418 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:36:17.420 INFO kablam! su: No module specific data is present Sep 02 00:36:17.769 INFO running `"docker" "rm" "-f" "73c0c2d485bba6c76c2f5a3da4f82c94fa6f906c29c7a43611751ede6cd2c3f3"` Sep 02 00:36:17.855 INFO blam! 73c0c2d485bba6c76c2f5a3da4f82c94fa6f906c29c7a43611751ede6cd2c3f3