Sep 19 20:35:25.037 INFO checking seal-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:35:25.037 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:35:25.037 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:35:25.296 INFO blam! 0b6b2151188fbb4655f2ffc988eb19e6e7b2c2ab642f06f5f00caf8e44eb2806 Sep 19 20:35:25.298 INFO running `"docker" "start" "-a" "0b6b2151188fbb4655f2ffc988eb19e6e7b2c2ab642f06f5f00caf8e44eb2806"` Sep 19 20:35:26.326 INFO kablam! usermod: no changes Sep 19 20:35:26.390 INFO kablam! Checking uuid v0.5.1 Sep 19 20:35:26.894 INFO kablam! Checking seal v0.1.0 (/source) Sep 19 20:35:27.398 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 20:35:27.398 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 19 20:35:27.398 INFO kablam! | Sep 19 20:35:27.398 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 19 20:35:27.398 INFO kablam! | __________________________________________________________^ Sep 19 20:35:27.398 INFO kablam! 56 | | (y as isize))); Sep 19 20:35:27.398 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 19 20:35:27.398 INFO kablam! | Sep 19 20:35:27.398 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:35:27.398 INFO kablam! Sep 19 20:35:27.398 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 20:35:27.398 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 19 20:35:27.398 INFO kablam! | Sep 19 20:35:27.398 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 19 20:35:27.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:35:27.398 INFO kablam! Sep 19 20:35:27.398 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 20:35:27.398 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 19 20:35:27.398 INFO kablam! | Sep 19 20:35:27.398 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 19 20:35:27.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:35:27.398 INFO kablam! Sep 19 20:35:27.502 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 20:35:27.502 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 19 20:35:27.502 INFO kablam! | Sep 19 20:35:27.502 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 19 20:35:27.502 INFO kablam! | __________________________________________________________^ Sep 19 20:35:27.502 INFO kablam! 56 | | (y as isize))); Sep 19 20:35:27.502 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 19 20:35:27.502 INFO kablam! | Sep 19 20:35:27.502 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:35:27.502 INFO kablam! Sep 19 20:35:27.502 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 20:35:27.502 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 19 20:35:27.502 INFO kablam! | Sep 19 20:35:27.502 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 19 20:35:27.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:35:27.502 INFO kablam! Sep 19 20:35:27.502 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 20:35:27.502 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 19 20:35:27.502 INFO kablam! | Sep 19 20:35:27.502 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 19 20:35:27.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:35:27.502 INFO kablam! Sep 19 20:35:27.677 INFO kablam! warning: variable does not need to be mutable Sep 19 20:35:27.677 INFO kablam! --> src/pair/runs.rs:22:13 Sep 19 20:35:27.677 INFO kablam! | Sep 19 20:35:27.677 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 19 20:35:27.677 INFO kablam! | ----^^^^^ Sep 19 20:35:27.677 INFO kablam! | | Sep 19 20:35:27.677 INFO kablam! | help: remove this `mut` Sep 19 20:35:27.677 INFO kablam! | Sep 19 20:35:27.677 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:35:27.677 INFO kablam! Sep 19 20:35:27.686 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 19 20:35:27.686 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 19 20:35:27.686 INFO kablam! | Sep 19 20:35:27.686 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 19 20:35:27.686 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 19 20:35:27.686 INFO kablam! | | | Sep 19 20:35:27.686 INFO kablam! | | immutable borrow occurs here Sep 19 20:35:27.686 INFO kablam! | mutable borrow occurs here Sep 19 20:35:27.686 INFO kablam! Sep 19 20:35:27.707 INFO kablam! error: aborting due to previous error Sep 19 20:35:27.707 INFO kablam! Sep 19 20:35:27.707 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 20:35:27.712 INFO kablam! error: Could not compile `seal`. Sep 19 20:35:27.712 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:35:27.763 INFO kablam! warning: variable does not need to be mutable Sep 19 20:35:27.763 INFO kablam! --> src/pair/runs.rs:22:13 Sep 19 20:35:27.763 INFO kablam! | Sep 19 20:35:27.763 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 19 20:35:27.763 INFO kablam! | ----^^^^^ Sep 19 20:35:27.763 INFO kablam! | | Sep 19 20:35:27.763 INFO kablam! | help: remove this `mut` Sep 19 20:35:27.763 INFO kablam! | Sep 19 20:35:27.763 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:35:27.763 INFO kablam! Sep 19 20:35:27.770 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 19 20:35:27.770 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 19 20:35:27.770 INFO kablam! | Sep 19 20:35:27.770 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 19 20:35:27.770 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 19 20:35:27.770 INFO kablam! | | | Sep 19 20:35:27.770 INFO kablam! | | immutable borrow occurs here Sep 19 20:35:27.770 INFO kablam! | mutable borrow occurs here Sep 19 20:35:27.770 INFO kablam! Sep 19 20:35:27.791 INFO kablam! error: aborting due to previous error Sep 19 20:35:27.791 INFO kablam! Sep 19 20:35:27.798 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 20:35:27.799 INFO kablam! error: Could not compile `seal`. Sep 19 20:35:27.799 INFO kablam! Sep 19 20:35:27.799 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:35:27.800 INFO kablam! su: No module specific data is present Sep 19 20:35:28.933 INFO running `"docker" "rm" "-f" "0b6b2151188fbb4655f2ffc988eb19e6e7b2c2ab642f06f5f00caf8e44eb2806"` Sep 19 20:35:29.041 INFO blam! 0b6b2151188fbb4655f2ffc988eb19e6e7b2c2ab642f06f5f00caf8e44eb2806