Sep 02 00:36:16.025 INFO checking seal-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 00:36:16.025 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 00:36:16.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:16.198 INFO blam! 28389a1b984d87e8b836ea5a67ea8f41580c41bdcf695d331d57097695fd194c Sep 02 00:36:16.200 INFO running `"docker" "start" "-a" "28389a1b984d87e8b836ea5a67ea8f41580c41bdcf695d331d57097695fd194c"` Sep 02 00:36:16.865 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 02 00:36:17.235 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:17.235 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 02 00:36:17.235 INFO kablam! | Sep 02 00:36:17.235 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 02 00:36:17.235 INFO kablam! | __________________________________________________________^ Sep 02 00:36:17.235 INFO kablam! 56 | | (y as isize))); Sep 02 00:36:17.235 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 02 00:36:17.235 INFO kablam! | Sep 02 00:36:17.235 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 00:36:17.235 INFO kablam! Sep 02 00:36:17.236 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:17.236 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 02 00:36:17.236 INFO kablam! | Sep 02 00:36:17.236 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 02 00:36:17.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:17.236 INFO kablam! Sep 02 00:36:17.236 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:17.236 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 02 00:36:17.236 INFO kablam! | Sep 02 00:36:17.236 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 02 00:36:17.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:17.236 INFO kablam! Sep 02 00:36:17.346 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:17.346 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 02 00:36:17.346 INFO kablam! | Sep 02 00:36:17.346 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 02 00:36:17.346 INFO kablam! | __________________________________________________________^ Sep 02 00:36:17.346 INFO kablam! 56 | | (y as isize))); Sep 02 00:36:17.347 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 02 00:36:17.347 INFO kablam! | Sep 02 00:36:17.347 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 00:36:17.347 INFO kablam! Sep 02 00:36:17.347 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:17.347 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 02 00:36:17.347 INFO kablam! | Sep 02 00:36:17.347 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 02 00:36:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:17.347 INFO kablam! Sep 02 00:36:17.347 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 00:36:17.347 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 02 00:36:17.347 INFO kablam! | Sep 02 00:36:17.347 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 02 00:36:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 00:36:17.347 INFO kablam! Sep 02 00:36:17.604 INFO kablam! warning: variable does not need to be mutable Sep 02 00:36:17.604 INFO kablam! --> src/pair/runs.rs:22:13 Sep 02 00:36:17.604 INFO kablam! | Sep 02 00:36:17.604 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 02 00:36:17.604 INFO kablam! | ----^^^^^ Sep 02 00:36:17.604 INFO kablam! | | Sep 02 00:36:17.604 INFO kablam! | help: remove this `mut` Sep 02 00:36:17.604 INFO kablam! | Sep 02 00:36:17.605 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 00:36:17.605 INFO kablam! Sep 02 00:36:17.612 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 02 00:36:17.612 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 02 00:36:17.612 INFO kablam! | Sep 02 00:36:17.612 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 02 00:36:17.612 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 02 00:36:17.612 INFO kablam! | | | Sep 02 00:36:17.612 INFO kablam! | | immutable borrow occurs here Sep 02 00:36:17.612 INFO kablam! | mutable borrow occurs here Sep 02 00:36:17.612 INFO kablam! Sep 02 00:36:17.649 INFO kablam! error: aborting due to previous error Sep 02 00:36:17.649 INFO kablam! Sep 02 00:36:17.649 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 02 00:36:17.656 INFO kablam! error: Could not compile `seal`. Sep 02 00:36:17.656 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:36:17.776 INFO kablam! warning: variable does not need to be mutable Sep 02 00:36:17.776 INFO kablam! --> src/pair/runs.rs:22:13 Sep 02 00:36:17.776 INFO kablam! | Sep 02 00:36:17.776 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 02 00:36:17.777 INFO kablam! | ----^^^^^ Sep 02 00:36:17.777 INFO kablam! | | Sep 02 00:36:17.777 INFO kablam! | help: remove this `mut` Sep 02 00:36:17.777 INFO kablam! | Sep 02 00:36:17.777 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 00:36:17.777 INFO kablam! Sep 02 00:36:17.782 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 02 00:36:17.782 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 02 00:36:17.782 INFO kablam! | Sep 02 00:36:17.782 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 02 00:36:17.782 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 02 00:36:17.782 INFO kablam! | | | Sep 02 00:36:17.782 INFO kablam! | | immutable borrow occurs here Sep 02 00:36:17.782 INFO kablam! | mutable borrow occurs here Sep 02 00:36:17.783 INFO kablam! Sep 02 00:36:17.814 INFO kablam! error: aborting due to previous error Sep 02 00:36:17.814 INFO kablam! Sep 02 00:36:17.814 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 02 00:36:17.823 INFO kablam! error: Could not compile `seal`. Sep 02 00:36:17.823 INFO kablam! Sep 02 00:36:17.823 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:36:17.825 INFO kablam! su: No module specific data is present Sep 02 00:36:18.215 INFO running `"docker" "rm" "-f" "28389a1b984d87e8b836ea5a67ea8f41580c41bdcf695d331d57097695fd194c"` Sep 02 00:36:18.307 INFO blam! 28389a1b984d87e8b836ea5a67ea8f41580c41bdcf695d331d57097695fd194c