Sep 04 07:07:46.720 INFO checking seal-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:07:46.720 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:07:46.720 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:07:46.878 INFO blam! e5e7215ae4c16c9b50359fd62f66d31c4554ce7f0cd2ef7543c7dee6ed3cac51 Sep 04 07:07:46.880 INFO running `"docker" "start" "-a" "e5e7215ae4c16c9b50359fd62f66d31c4554ce7f0cd2ef7543c7dee6ed3cac51"` Sep 04 07:07:47.632 INFO kablam! Checking seal v0.1.0 (file:///source) Sep 04 07:07:48.039 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 07:07:48.039 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 04 07:07:48.039 INFO kablam! | Sep 04 07:07:48.040 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 04 07:07:48.040 INFO kablam! | __________________________________________________________^ Sep 04 07:07:48.040 INFO kablam! 56 | | (y as isize))); Sep 04 07:07:48.040 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 04 07:07:48.040 INFO kablam! | Sep 04 07:07:48.040 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 07:07:48.040 INFO kablam! Sep 04 07:07:48.040 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 07:07:48.040 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 04 07:07:48.040 INFO kablam! | Sep 04 07:07:48.040 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 04 07:07:48.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 07:07:48.040 INFO kablam! Sep 04 07:07:48.040 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 07:07:48.040 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 04 07:07:48.041 INFO kablam! | Sep 04 07:07:48.041 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 04 07:07:48.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 07:07:48.041 INFO kablam! Sep 04 07:07:48.087 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 07:07:48.087 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 04 07:07:48.087 INFO kablam! | Sep 04 07:07:48.087 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 04 07:07:48.087 INFO kablam! | __________________________________________________________^ Sep 04 07:07:48.087 INFO kablam! 56 | | (y as isize))); Sep 04 07:07:48.087 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 04 07:07:48.087 INFO kablam! | Sep 04 07:07:48.087 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 07:07:48.087 INFO kablam! Sep 04 07:07:48.087 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 07:07:48.087 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 04 07:07:48.087 INFO kablam! | Sep 04 07:07:48.087 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 04 07:07:48.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 07:07:48.088 INFO kablam! Sep 04 07:07:48.088 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 07:07:48.088 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 04 07:07:48.088 INFO kablam! | Sep 04 07:07:48.088 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 04 07:07:48.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 07:07:48.088 INFO kablam! Sep 04 07:07:48.391 INFO kablam! warning: variable does not need to be mutable Sep 04 07:07:48.391 INFO kablam! --> src/pair/runs.rs:22:13 Sep 04 07:07:48.391 INFO kablam! | Sep 04 07:07:48.391 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 04 07:07:48.391 INFO kablam! | ----^^^^^ Sep 04 07:07:48.391 INFO kablam! | | Sep 04 07:07:48.391 INFO kablam! | help: remove this `mut` Sep 04 07:07:48.391 INFO kablam! | Sep 04 07:07:48.391 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:07:48.391 INFO kablam! Sep 04 07:07:48.396 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 04 07:07:48.396 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 04 07:07:48.396 INFO kablam! | Sep 04 07:07:48.396 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 04 07:07:48.396 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 04 07:07:48.396 INFO kablam! | | | Sep 04 07:07:48.396 INFO kablam! | | immutable borrow occurs here Sep 04 07:07:48.396 INFO kablam! | mutable borrow occurs here Sep 04 07:07:48.396 INFO kablam! Sep 04 07:07:48.425 INFO kablam! error: aborting due to previous error Sep 04 07:07:48.425 INFO kablam! Sep 04 07:07:48.425 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 04 07:07:48.431 INFO kablam! error: Could not compile `seal`. Sep 04 07:07:48.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:07:48.515 INFO kablam! warning: variable does not need to be mutable Sep 04 07:07:48.515 INFO kablam! --> src/pair/runs.rs:22:13 Sep 04 07:07:48.515 INFO kablam! | Sep 04 07:07:48.515 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 04 07:07:48.515 INFO kablam! | ----^^^^^ Sep 04 07:07:48.515 INFO kablam! | | Sep 04 07:07:48.515 INFO kablam! | help: remove this `mut` Sep 04 07:07:48.515 INFO kablam! | Sep 04 07:07:48.515 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:07:48.515 INFO kablam! Sep 04 07:07:48.519 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 04 07:07:48.519 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 04 07:07:48.519 INFO kablam! | Sep 04 07:07:48.519 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 04 07:07:48.519 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 04 07:07:48.519 INFO kablam! | | | Sep 04 07:07:48.519 INFO kablam! | | immutable borrow occurs here Sep 04 07:07:48.519 INFO kablam! | mutable borrow occurs here Sep 04 07:07:48.519 INFO kablam! Sep 04 07:07:48.548 INFO kablam! error: aborting due to previous error Sep 04 07:07:48.549 INFO kablam! Sep 04 07:07:48.549 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 04 07:07:48.556 INFO kablam! error: Could not compile `seal`. Sep 04 07:07:48.556 INFO kablam! Sep 04 07:07:48.556 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:07:48.558 INFO kablam! su: No module specific data is present Sep 04 07:07:49.034 INFO running `"docker" "rm" "-f" "e5e7215ae4c16c9b50359fd62f66d31c4554ce7f0cd2ef7543c7dee6ed3cac51"` Sep 04 07:07:49.126 INFO blam! e5e7215ae4c16c9b50359fd62f66d31c4554ce7f0cd2ef7543c7dee6ed3cac51