Sep 14 09:27:28.905 INFO checking seal-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 09:27:28.905 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 09:27:28.906 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:27:29.136 INFO blam! 1061869ccf9bf87a7105682a7d2b96efdadabe64d3b4a39f5321ea54150c1b23 Sep 14 09:27:29.137 INFO running `"docker" "start" "-a" "1061869ccf9bf87a7105682a7d2b96efdadabe64d3b4a39f5321ea54150c1b23"` Sep 14 09:27:29.832 INFO kablam! usermod: no changes Sep 14 09:27:29.895 INFO kablam! Checking uuid v0.5.1 Sep 14 09:27:30.323 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 14 09:27:30.759 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 09:27:30.759 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 14 09:27:30.759 INFO kablam! | Sep 14 09:27:30.759 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 14 09:27:30.759 INFO kablam! | __________________________________________________________^ Sep 14 09:27:30.759 INFO kablam! 56 | | (y as isize))); Sep 14 09:27:30.759 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 14 09:27:30.759 INFO kablam! | Sep 14 09:27:30.759 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 09:27:30.759 INFO kablam! Sep 14 09:27:30.759 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 09:27:30.759 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 14 09:27:30.759 INFO kablam! | Sep 14 09:27:30.759 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 14 09:27:30.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 09:27:30.759 INFO kablam! Sep 14 09:27:30.759 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 09:27:30.759 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 14 09:27:30.759 INFO kablam! | Sep 14 09:27:30.759 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 14 09:27:30.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 09:27:30.759 INFO kablam! Sep 14 09:27:30.854 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 09:27:30.854 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 14 09:27:30.854 INFO kablam! | Sep 14 09:27:30.854 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 14 09:27:30.854 INFO kablam! | __________________________________________________________^ Sep 14 09:27:30.854 INFO kablam! 56 | | (y as isize))); Sep 14 09:27:30.854 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 14 09:27:30.854 INFO kablam! | Sep 14 09:27:30.854 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 09:27:30.854 INFO kablam! Sep 14 09:27:30.854 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 09:27:30.854 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 14 09:27:30.854 INFO kablam! | Sep 14 09:27:30.854 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 14 09:27:30.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 09:27:30.854 INFO kablam! Sep 14 09:27:30.854 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 09:27:30.854 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 14 09:27:30.855 INFO kablam! | Sep 14 09:27:30.855 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 14 09:27:30.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 09:27:30.855 INFO kablam! Sep 14 09:27:31.099 INFO kablam! warning: variable does not need to be mutable Sep 14 09:27:31.099 INFO kablam! --> src/pair/runs.rs:22:13 Sep 14 09:27:31.099 INFO kablam! | Sep 14 09:27:31.099 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 14 09:27:31.099 INFO kablam! | ----^^^^^ Sep 14 09:27:31.099 INFO kablam! | | Sep 14 09:27:31.099 INFO kablam! | help: remove this `mut` Sep 14 09:27:31.099 INFO kablam! | Sep 14 09:27:31.099 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:27:31.099 INFO kablam! Sep 14 09:27:31.111 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 14 09:27:31.111 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 14 09:27:31.111 INFO kablam! | Sep 14 09:27:31.111 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 14 09:27:31.111 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 14 09:27:31.111 INFO kablam! | | | Sep 14 09:27:31.111 INFO kablam! | | immutable borrow occurs here Sep 14 09:27:31.111 INFO kablam! | mutable borrow occurs here Sep 14 09:27:31.111 INFO kablam! Sep 14 09:27:31.155 INFO kablam! error: aborting due to previous error Sep 14 09:27:31.155 INFO kablam! Sep 14 09:27:31.155 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 14 09:27:31.163 INFO kablam! error: Could not compile `seal`. Sep 14 09:27:31.163 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:27:31.183 INFO kablam! warning: variable does not need to be mutable Sep 14 09:27:31.183 INFO kablam! --> src/pair/runs.rs:22:13 Sep 14 09:27:31.183 INFO kablam! | Sep 14 09:27:31.183 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 14 09:27:31.183 INFO kablam! | ----^^^^^ Sep 14 09:27:31.183 INFO kablam! | | Sep 14 09:27:31.183 INFO kablam! | help: remove this `mut` Sep 14 09:27:31.183 INFO kablam! | Sep 14 09:27:31.183 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:27:31.183 INFO kablam! Sep 14 09:27:31.203 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 14 09:27:31.203 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 14 09:27:31.203 INFO kablam! | Sep 14 09:27:31.203 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 14 09:27:31.203 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 14 09:27:31.203 INFO kablam! | | | Sep 14 09:27:31.203 INFO kablam! | | immutable borrow occurs here Sep 14 09:27:31.203 INFO kablam! | mutable borrow occurs here Sep 14 09:27:31.203 INFO kablam! Sep 14 09:27:31.235 INFO kablam! error: aborting due to previous error Sep 14 09:27:31.235 INFO kablam! Sep 14 09:27:31.235 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 14 09:27:31.243 INFO kablam! error: Could not compile `seal`. Sep 14 09:27:31.243 INFO kablam! Sep 14 09:27:31.243 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:27:31.243 INFO kablam! su: No module specific data is present Sep 14 09:27:32.395 INFO running `"docker" "rm" "-f" "1061869ccf9bf87a7105682a7d2b96efdadabe64d3b4a39f5321ea54150c1b23"` Sep 14 09:27:32.695 INFO blam! 1061869ccf9bf87a7105682a7d2b96efdadabe64d3b4a39f5321ea54150c1b23