Sep 04 03:55:33.945 INFO checking seal-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 03:55:33.945 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 03:55:33.945 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:55:34.150 INFO blam! 10116c27884b06ecc78b5c7a72d7d8f1c89bcd9e0c7b101164635468fa94aa52 Sep 04 03:55:34.152 INFO running `"docker" "start" "-a" "10116c27884b06ecc78b5c7a72d7d8f1c89bcd9e0c7b101164635468fa94aa52"` Sep 04 03:55:34.793 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 04 03:55:35.337 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:35.337 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 04 03:55:35.337 INFO kablam! | Sep 04 03:55:35.337 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 04 03:55:35.337 INFO kablam! | __________________________________________________________^ Sep 04 03:55:35.337 INFO kablam! 56 | | (y as isize))); Sep 04 03:55:35.337 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 04 03:55:35.337 INFO kablam! | Sep 04 03:55:35.337 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 03:55:35.337 INFO kablam! Sep 04 03:55:35.337 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:35.337 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 04 03:55:35.337 INFO kablam! | Sep 04 03:55:35.337 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 04 03:55:35.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:35.338 INFO kablam! Sep 04 03:55:35.338 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:35.338 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 04 03:55:35.338 INFO kablam! | Sep 04 03:55:35.338 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 04 03:55:35.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:35.338 INFO kablam! Sep 04 03:55:35.412 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:35.412 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 04 03:55:35.412 INFO kablam! | Sep 04 03:55:35.412 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 04 03:55:35.412 INFO kablam! | __________________________________________________________^ Sep 04 03:55:35.412 INFO kablam! 56 | | (y as isize))); Sep 04 03:55:35.412 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 04 03:55:35.412 INFO kablam! | Sep 04 03:55:35.412 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 03:55:35.412 INFO kablam! Sep 04 03:55:35.412 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:35.412 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 04 03:55:35.412 INFO kablam! | Sep 04 03:55:35.412 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 04 03:55:35.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:35.412 INFO kablam! Sep 04 03:55:35.413 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 03:55:35.413 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 04 03:55:35.413 INFO kablam! | Sep 04 03:55:35.413 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 04 03:55:35.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 03:55:35.413 INFO kablam! Sep 04 03:55:35.885 INFO kablam! warning: variable does not need to be mutable Sep 04 03:55:35.885 INFO kablam! --> src/pair/runs.rs:22:13 Sep 04 03:55:35.885 INFO kablam! | Sep 04 03:55:35.885 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 04 03:55:35.885 INFO kablam! | ----^^^^^ Sep 04 03:55:35.885 INFO kablam! | | Sep 04 03:55:35.885 INFO kablam! | help: remove this `mut` Sep 04 03:55:35.885 INFO kablam! | Sep 04 03:55:35.885 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:55:35.885 INFO kablam! Sep 04 03:55:35.894 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 04 03:55:35.894 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 04 03:55:35.894 INFO kablam! | Sep 04 03:55:35.894 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 04 03:55:35.894 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 04 03:55:35.894 INFO kablam! | | | Sep 04 03:55:35.894 INFO kablam! | | immutable borrow occurs here Sep 04 03:55:35.894 INFO kablam! | mutable borrow occurs here Sep 04 03:55:35.894 INFO kablam! Sep 04 03:55:35.945 INFO kablam! error: aborting due to previous error Sep 04 03:55:35.946 INFO kablam! Sep 04 03:55:35.946 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 04 03:55:35.955 INFO kablam! error: Could not compile `seal`. Sep 04 03:55:35.955 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 03:55:36.064 INFO kablam! warning: variable does not need to be mutable Sep 04 03:55:36.064 INFO kablam! --> src/pair/runs.rs:22:13 Sep 04 03:55:36.064 INFO kablam! | Sep 04 03:55:36.064 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 04 03:55:36.064 INFO kablam! | ----^^^^^ Sep 04 03:55:36.064 INFO kablam! | | Sep 04 03:55:36.064 INFO kablam! | help: remove this `mut` Sep 04 03:55:36.064 INFO kablam! | Sep 04 03:55:36.064 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:55:36.064 INFO kablam! Sep 04 03:55:36.073 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 04 03:55:36.073 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 04 03:55:36.073 INFO kablam! | Sep 04 03:55:36.073 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 04 03:55:36.073 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 04 03:55:36.073 INFO kablam! | | | Sep 04 03:55:36.073 INFO kablam! | | immutable borrow occurs here Sep 04 03:55:36.073 INFO kablam! | mutable borrow occurs here Sep 04 03:55:36.073 INFO kablam! Sep 04 03:55:36.127 INFO kablam! error: aborting due to previous error Sep 04 03:55:36.127 INFO kablam! Sep 04 03:55:36.127 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 04 03:55:36.138 INFO kablam! error: Could not compile `seal`. Sep 04 03:55:36.138 INFO kablam! Sep 04 03:55:36.138 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:55:36.140 INFO kablam! su: No module specific data is present Sep 04 03:55:36.547 INFO running `"docker" "rm" "-f" "10116c27884b06ecc78b5c7a72d7d8f1c89bcd9e0c7b101164635468fa94aa52"` Sep 04 03:55:36.685 INFO blam! 10116c27884b06ecc78b5c7a72d7d8f1c89bcd9e0c7b101164635468fa94aa52