Sep 19 17:57:58.264 INFO checking wasmonkey-0.1.4 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 17:57:58.264 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 17:57:58.264 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/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 17:57:58.466 INFO blam! c854e35603772da0358bc8c7bed7313799be26bbedcf53c87ce47205bd81438f Sep 19 17:57:58.468 INFO running `"docker" "start" "-a" "c854e35603772da0358bc8c7bed7313799be26bbedcf53c87ce47205bd81438f"` Sep 19 17:57:59.840 INFO kablam! usermod: no changes Sep 19 17:57:59.997 INFO kablam! Checking byteorder v1.2.6 Sep 19 17:58:00.006 INFO kablam! Checking xfailure v0.1.0 Sep 19 17:58:00.006 INFO kablam! Compiling scroll_derive v0.9.4 Sep 19 17:58:01.859 INFO kablam! Checking parity-wasm v0.31.3 Sep 19 17:58:04.822 INFO kablam! Checking scroll v0.9.0 Sep 19 17:58:06.234 INFO kablam! Checking goblin v0.0.15 Sep 19 17:58:13.891 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 19 17:58:15.142 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:15.142 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 17:58:15.142 INFO kablam! | Sep 19 17:58:15.142 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 17:58:15.142 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:15.142 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 17:58:15.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:15.142 INFO kablam! Sep 19 17:58:15.142 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 17:58:15.142 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 17:58:15.142 INFO kablam! | Sep 19 17:58:15.142 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 17:58:15.142 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 17:58:15.142 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 17:58:15.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 17:58:15.142 INFO kablam! Sep 19 17:58:15.142 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:15.142 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 17:58:15.142 INFO kablam! | Sep 19 17:58:15.142 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 17:58:15.142 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:15.142 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 17:58:15.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:15.142 INFO kablam! Sep 19 17:58:15.190 INFO kablam! error: aborting due to 3 previous errors Sep 19 17:58:15.190 INFO kablam! Sep 19 17:58:15.190 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 17:58:15.200 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 17:58:15.200 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:58:15.226 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:15.226 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 17:58:15.226 INFO kablam! | Sep 19 17:58:15.226 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 17:58:15.226 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:15.226 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 17:58:15.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:15.226 INFO kablam! Sep 19 17:58:15.226 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 17:58:15.226 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 17:58:15.226 INFO kablam! | Sep 19 17:58:15.226 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 17:58:15.226 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 17:58:15.226 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 17:58:15.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 17:58:15.226 INFO kablam! Sep 19 17:58:15.226 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:15.226 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 17:58:15.226 INFO kablam! | Sep 19 17:58:15.226 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 17:58:15.226 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:15.226 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 17:58:15.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:15.226 INFO kablam! Sep 19 17:58:15.267 INFO kablam! error: aborting due to 3 previous errors Sep 19 17:58:15.267 INFO kablam! Sep 19 17:58:15.267 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 17:58:15.282 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 17:58:15.282 INFO kablam! Sep 19 17:58:15.282 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:58:15.286 INFO kablam! su: No module specific data is present Sep 19 17:58:16.597 INFO running `"docker" "rm" "-f" "c854e35603772da0358bc8c7bed7313799be26bbedcf53c87ce47205bd81438f"` Sep 19 17:58:16.749 INFO blam! c854e35603772da0358bc8c7bed7313799be26bbedcf53c87ce47205bd81438f