Sep 19 18:38:47.880 INFO checking seal-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 18:38:47.880 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 18:38:47.880 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:38:48.266 INFO blam! 3d893f9db29e0a1af0ed8bfaefa9217f2b9ca747fb2b9bbe74c9467924603af9 Sep 19 18:38:48.268 INFO running `"docker" "start" "-a" "3d893f9db29e0a1af0ed8bfaefa9217f2b9ca747fb2b9bbe74c9467924603af9"` Sep 19 18:38:50.087 INFO kablam! usermod: no changes Sep 19 18:38:50.182 INFO kablam! Checking uuid v0.5.1 Sep 19 18:38:50.526 INFO kablam! Checking seal v0.1.0 (/source) Sep 19 18:38:50.898 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 18:38:50.898 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 19 18:38:50.898 INFO kablam! | Sep 19 18:38:50.898 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 19 18:38:50.898 INFO kablam! | __________________________________________________________^ Sep 19 18:38:50.898 INFO kablam! 56 | | (y as isize))); Sep 19 18:38:50.898 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 19 18:38:50.898 INFO kablam! | Sep 19 18:38:50.898 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:38:50.898 INFO kablam! Sep 19 18:38:50.898 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 18:38:50.898 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 19 18:38:50.898 INFO kablam! | Sep 19 18:38:50.898 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 19 18:38:50.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:38:50.898 INFO kablam! Sep 19 18:38:50.898 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 18:38:50.898 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 19 18:38:50.898 INFO kablam! | Sep 19 18:38:50.898 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 19 18:38:50.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:38:50.898 INFO kablam! Sep 19 18:38:51.155 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 18:38:51.155 INFO kablam! --> src/pair/alignment_set.rs:55:58 Sep 19 18:38:51.156 INFO kablam! | Sep 19 18:38:51.156 INFO kablam! 55 | let mut last_diagonal = strategy.total_score((strategy.mismatch_score() * Sep 19 18:38:51.156 INFO kablam! | __________________________________________________________^ Sep 19 18:38:51.156 INFO kablam! 56 | | (y as isize))); Sep 19 18:38:51.156 INFO kablam! | |_______________________________________________________________________^ help: remove these parentheses Sep 19 18:38:51.156 INFO kablam! | Sep 19 18:38:51.157 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:38:51.157 INFO kablam! Sep 19 18:38:51.157 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 18:38:51.157 INFO kablam! --> src/pair/alignment_set.rs:57:43 Sep 19 18:38:51.157 INFO kablam! | Sep 19 18:38:51.157 INFO kablam! 57 | row[0] = strategy.total_score((strategy.insert_score() * ((y + 1) as isize))); Sep 19 18:38:51.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:38:51.157 INFO kablam! Sep 19 18:38:51.157 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 18:38:51.157 INFO kablam! --> src/pair/alignment_set.rs:116:49 Sep 19 18:38:51.158 INFO kablam! | Sep 19 18:38:51.158 INFO kablam! 116 | (0..width).map(|i| strategy.total_score((strategy.delete_score() * (i as isize)))).collect() Sep 19 18:38:51.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:38:51.167 INFO kablam! Sep 19 18:38:51.183 INFO kablam! warning: variable does not need to be mutable Sep 19 18:38:51.183 INFO kablam! --> src/pair/runs.rs:22:13 Sep 19 18:38:51.183 INFO kablam! | Sep 19 18:38:51.183 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 19 18:38:51.183 INFO kablam! | ----^^^^^ Sep 19 18:38:51.183 INFO kablam! | | Sep 19 18:38:51.183 INFO kablam! | help: remove this `mut` Sep 19 18:38:51.183 INFO kablam! | Sep 19 18:38:51.183 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:38:51.183 INFO kablam! Sep 19 18:38:51.196 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 19 18:38:51.196 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 19 18:38:51.196 INFO kablam! | Sep 19 18:38:51.196 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 19 18:38:51.196 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 19 18:38:51.196 INFO kablam! | | | Sep 19 18:38:51.196 INFO kablam! | | immutable borrow occurs here Sep 19 18:38:51.196 INFO kablam! | mutable borrow occurs here Sep 19 18:38:51.196 INFO kablam! Sep 19 18:38:51.251 INFO kablam! error: aborting due to previous error Sep 19 18:38:51.251 INFO kablam! Sep 19 18:38:51.251 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 18:38:51.271 INFO kablam! error: Could not compile `seal`. Sep 19 18:38:51.271 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:38:51.495 INFO kablam! warning: variable does not need to be mutable Sep 19 18:38:51.495 INFO kablam! --> src/pair/runs.rs:22:13 Sep 19 18:38:51.495 INFO kablam! | Sep 19 18:38:51.495 INFO kablam! 22 | let mut inner = &mut self.inner; Sep 19 18:38:51.495 INFO kablam! | ----^^^^^ Sep 19 18:38:51.495 INFO kablam! | | Sep 19 18:38:51.495 INFO kablam! | help: remove this `mut` Sep 19 18:38:51.495 INFO kablam! | Sep 19 18:38:51.495 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:38:51.495 INFO kablam! Sep 19 18:38:51.495 INFO kablam! error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable Sep 19 18:38:51.495 INFO kablam! --> src/pair/alignment_matrix.rs:79:26 Sep 19 18:38:51.495 INFO kablam! | Sep 19 18:38:51.495 INFO kablam! 79 | self.mut_slice()[self.offset(cursor)] = byte; Sep 19 18:38:51.495 INFO kablam! | ---- ^^^^ - mutable borrow ends here Sep 19 18:38:51.495 INFO kablam! | | | Sep 19 18:38:51.496 INFO kablam! | | immutable borrow occurs here Sep 19 18:38:51.496 INFO kablam! | mutable borrow occurs here Sep 19 18:38:51.496 INFO kablam! Sep 19 18:38:51.527 INFO kablam! error: aborting due to previous error Sep 19 18:38:51.527 INFO kablam! Sep 19 18:38:51.527 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 18:38:51.533 INFO kablam! error: Could not compile `seal`. Sep 19 18:38:51.533 INFO kablam! Sep 19 18:38:51.533 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:38:51.535 INFO kablam! su: No module specific data is present Sep 19 18:38:52.110 INFO running `"docker" "rm" "-f" "3d893f9db29e0a1af0ed8bfaefa9217f2b9ca747fb2b9bbe74c9467924603af9"` Sep 19 18:38:52.252 INFO blam! 3d893f9db29e0a1af0ed8bfaefa9217f2b9ca747fb2b9bbe74c9467924603af9