Sep 21 03:27:21.770 INFO checking seal-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:27:21.770 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:27:21.770 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:27:21.955 INFO blam! d53d435b562bba550b7e45b7e70205e00ea4c914cc83a9dc0d73fe32fc3ef2dd Sep 21 03:27:21.957 INFO running `"docker" "start" "-a" "d53d435b562bba550b7e45b7e70205e00ea4c914cc83a9dc0d73fe32fc3ef2dd"` Sep 21 03:27:22.906 INFO kablam! usermod: no changes Sep 21 03:27:22.966 INFO kablam! Checking uuid v0.5.1 Sep 21 03:27:23.340 INFO kablam! Checking seal v0.1.0 (/source) Sep 21 03:27:23.746 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 03:27:23.746 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 21 03:27:23.746 INFO kablam! | Sep 21 03:27:23.746 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 21 03:27:23.746 INFO kablam! | __________________________________________________________^ Sep 21 03:27:23.746 INFO kablam! 56 | | (y as isize))); Sep 21 03:27:23.746 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 21 03:27:23.746 INFO kablam! | Sep 21 03:27:23.746 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 03:27:23.746 INFO kablam! Sep 21 03:27:23.746 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 03:27:23.746 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 21 03:27:23.746 INFO kablam! | Sep 21 03:27:23.746 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 21 03:27:23.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 03:27:23.746 INFO kablam! Sep 21 03:27:23.746 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 03:27:23.746 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 21 03:27:23.746 INFO kablam! | Sep 21 03:27:23.746 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 21 03:27:23.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 03:27:23.746 INFO kablam! Sep 21 03:27:23.747 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 03:27:23.747 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 21 03:27:23.747 INFO kablam! | Sep 21 03:27:23.747 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 21 03:27:23.747 INFO kablam! | __________________________________________________________^ Sep 21 03:27:23.747 INFO kablam! 56 | | (y as isize))); Sep 21 03:27:23.747 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 21 03:27:23.747 INFO kablam! | Sep 21 03:27:23.747 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 03:27:23.747 INFO kablam! Sep 21 03:27:23.754 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 03:27:23.754 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 21 03:27:23.754 INFO kablam! | Sep 21 03:27:23.754 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 21 03:27:23.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 03:27:23.754 INFO kablam! Sep 21 03:27:23.754 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 03:27:23.754 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 21 03:27:23.754 INFO kablam! | Sep 21 03:27:23.754 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 21 03:27:23.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 03:27:23.754 INFO kablam! Sep 21 03:27:24.090 INFO kablam! warning: variable does not need to be mutable Sep 21 03:27:24.090 INFO kablam! --> src/pair/runs.rs:22:13 Sep 21 03:27:24.090 INFO kablam! | Sep 21 03:27:24.090 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 21 03:27:24.090 INFO kablam! | ----^^^^^ Sep 21 03:27:24.090 INFO kablam! | | Sep 21 03:27:24.090 INFO kablam! | help: remove this `mut` Sep 21 03:27:24.090 INFO kablam! | Sep 21 03:27:24.090 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 03:27:24.090 INFO kablam! Sep 21 03:27:24.102 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 21 03:27:24.102 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 21 03:27:24.102 INFO kablam! | Sep 21 03:27:24.102 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 21 03:27:24.102 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 21 03:27:24.102 INFO kablam! | | | Sep 21 03:27:24.102 INFO kablam! | | immutable borrow occurs here Sep 21 03:27:24.102 INFO kablam! | mutable borrow occurs here Sep 21 03:27:24.102 INFO kablam! Sep 21 03:27:24.114 INFO kablam! warning: variable does not need to be mutable Sep 21 03:27:24.114 INFO kablam! --> src/pair/runs.rs:22:13 Sep 21 03:27:24.114 INFO kablam! | Sep 21 03:27:24.114 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 21 03:27:24.114 INFO kablam! | ----^^^^^ Sep 21 03:27:24.114 INFO kablam! | | Sep 21 03:27:24.114 INFO kablam! | help: remove this `mut` Sep 21 03:27:24.114 INFO kablam! | Sep 21 03:27:24.114 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 03:27:24.114 INFO kablam! Sep 21 03:27:24.114 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 21 03:27:24.114 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 21 03:27:24.114 INFO kablam! | Sep 21 03:27:24.114 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 21 03:27:24.114 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 21 03:27:24.114 INFO kablam! | | | Sep 21 03:27:24.114 INFO kablam! | | immutable borrow occurs here Sep 21 03:27:24.114 INFO kablam! | mutable borrow occurs here Sep 21 03:27:24.114 INFO kablam! Sep 21 03:27:24.146 INFO kablam! error: aborting due to previous error Sep 21 03:27:24.146 INFO kablam! Sep 21 03:27:24.146 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 21 03:27:24.150 INFO kablam! error: Could not compile `seal`. Sep 21 03:27:24.150 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 03:27:24.181 INFO kablam! error: aborting due to previous error Sep 21 03:27:24.181 INFO kablam! Sep 21 03:27:24.181 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 21 03:27:24.190 INFO kablam! error: Could not compile `seal`. Sep 21 03:27:24.190 INFO kablam! Sep 21 03:27:24.190 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:27:24.199 INFO kablam! su: No module specific data is present Sep 21 03:27:25.564 INFO running `"docker" "rm" "-f" "d53d435b562bba550b7e45b7e70205e00ea4c914cc83a9dc0d73fe32fc3ef2dd"` Sep 21 03:27:25.688 INFO blam! d53d435b562bba550b7e45b7e70205e00ea4c914cc83a9dc0d73fe32fc3ef2dd