Sep 19 13:37:30.072 INFO checking wraikny/reversi-rs against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 13:37:30.072 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 13:37:30.072 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:37:30.270 INFO blam! 6e9a97b9738112dc0691bb54b47976b145a6b5e04f805f2b3f2c851ba232cf27 Sep 19 13:37:30.272 INFO running `"docker" "start" "-a" "6e9a97b9738112dc0691bb54b47976b145a6b5e04f805f2b3f2c851ba232cf27"` Sep 19 13:37:31.894 INFO kablam! usermod: no changes Sep 19 13:37:32.003 INFO kablam! Checking nodrop v0.1.12 Sep 19 13:37:32.003 INFO kablam! Checking cfg-if v0.1.4 Sep 19 13:37:32.004 INFO kablam! Checking scopeguard v0.3.3 Sep 19 13:37:32.010 INFO kablam! Checking lazy_static v1.0.1 Sep 19 13:37:32.010 INFO kablam! Checking memoffset v0.2.1 Sep 19 13:37:32.010 INFO kablam! Compiling rayon-core v1.4.0 Sep 19 13:37:32.010 INFO kablam! Checking libc v0.2.42 Sep 19 13:37:32.010 INFO kablam! Checking either v1.5.0 Sep 19 13:37:32.483 INFO kablam! Checking crossbeam-utils v0.2.2 Sep 19 13:37:32.938 INFO kablam! Checking arrayvec v0.4.7 Sep 19 13:37:34.530 INFO kablam! Checking crossbeam-epoch v0.3.1 Sep 19 13:37:34.754 INFO kablam! Checking rand v0.4.2 Sep 19 13:37:34.754 INFO kablam! Checking num_cpus v1.8.0 Sep 19 13:37:35.678 INFO kablam! Checking crossbeam-deque v0.2.0 Sep 19 13:37:37.742 INFO kablam! Checking rayon v1.0.1 Sep 19 13:37:41.225 INFO kablam! Checking reversi v0.1.0 (/source) Sep 19 13:37:42.122 INFO kablam! error[E0502]: cannot borrow `self.colors` as mutable because it is also borrowed as immutable Sep 19 13:37:42.122 INFO kablam! --> src/board.rs:237:13 Sep 19 13:37:42.123 INFO kablam! | Sep 19 13:37:42.123 INFO kablam! 236 | if let Some(Some(color)) = self.colors.get(&coordinate) { Sep 19 13:37:42.123 INFO kablam! | ----------- immutable borrow occurs here Sep 19 13:37:42.124 INFO kablam! 237 | self.colors.insert(coordinate, Some(color.rev())); Sep 19 13:37:42.124 INFO kablam! | ^^^^^^^^^^^ mutable borrow occurs here Sep 19 13:37:42.124 INFO kablam! 238 | } Sep 19 13:37:42.125 INFO kablam! | - immutable borrow ends here Sep 19 13:37:42.125 INFO kablam! Sep 19 13:37:42.130 INFO kablam! error: aborting due to previous error Sep 19 13:37:42.130 INFO kablam! Sep 19 13:37:42.130 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 13:37:42.134 INFO kablam! error[E0502]: cannot borrow `self.colors` as mutable because it is also borrowed as immutable Sep 19 13:37:42.134 INFO kablam! --> src/board.rs:237:13 Sep 19 13:37:42.134 INFO kablam! | Sep 19 13:37:42.135 INFO kablam! 236 | if let Some(Some(color)) = self.colors.get(&coordinate) { Sep 19 13:37:42.135 INFO kablam! | ----------- immutable borrow occurs here Sep 19 13:37:42.135 INFO kablam! 237 | self.colors.insert(coordinate, Some(color.rev())); Sep 19 13:37:42.136 INFO kablam! | ^^^^^^^^^^^ mutable borrow occurs here Sep 19 13:37:42.136 INFO kablam! 238 | } Sep 19 13:37:42.136 INFO kablam! | - immutable borrow ends here Sep 19 13:37:42.136 INFO kablam! Sep 19 13:37:42.138 INFO kablam! error: Could not compile `reversi`. Sep 19 13:37:42.138 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 13:37:42.152 INFO kablam! error: aborting due to previous error Sep 19 13:37:42.152 INFO kablam! Sep 19 13:37:42.153 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 13:37:42.172 INFO kablam! error: Could not compile `reversi`. Sep 19 13:37:42.172 INFO kablam! Sep 19 13:37:42.172 INFO kablam! To learn more, run the command again with --verbose. Sep 19 13:37:42.173 INFO kablam! su: No module specific data is present Sep 19 13:37:43.785 INFO running `"docker" "rm" "-f" "6e9a97b9738112dc0691bb54b47976b145a6b5e04f805f2b3f2c851ba232cf27"` Sep 19 13:37:43.903 INFO blam! 6e9a97b9738112dc0691bb54b47976b145a6b5e04f805f2b3f2c851ba232cf27