Sep 17 15:01:31.035 INFO checking wasmonkey-0.1.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:01:31.035 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:01:31.035 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:01:31.410 INFO blam! e34e9ea5c5750155470e3f25ec1cee0a1c4efe57cde07dd34dd2571b2635d80f Sep 17 15:01:31.413 INFO running `"docker" "start" "-a" "e34e9ea5c5750155470e3f25ec1cee0a1c4efe57cde07dd34dd2571b2635d80f"` Sep 17 15:01:33.063 INFO kablam! usermod: no changes Sep 17 15:01:33.307 INFO kablam! Checking xfailure v0.1.0 Sep 17 15:01:33.307 INFO kablam! Compiling scroll_derive v0.9.4 Sep 17 15:01:36.944 INFO kablam! Checking scroll v0.9.0 Sep 17 15:01:38.304 INFO kablam! Checking goblin v0.0.15 Sep 17 15:01:45.194 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 17 15:01:46.383 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:46.383 INFO kablam! --> src/functions_ids.rs:16:17 Sep 17 15:01:46.383 INFO kablam! | Sep 17 15:01:46.383 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 17 15:01:46.383 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:46.383 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 17 15:01:46.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:46.383 INFO kablam! Sep 17 15:01:46.383 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 17 15:01:46.383 INFO kablam! --> src/functions_ids.rs:27:13 Sep 17 15:01:46.383 INFO kablam! | Sep 17 15:01:46.383 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 17 15:01:46.383 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 17 15:01:46.383 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 17 15:01:46.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 17 15:01:46.383 INFO kablam! Sep 17 15:01:46.385 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:46.385 INFO kablam! --> src/functions_ids.rs:58:21 Sep 17 15:01:46.385 INFO kablam! | Sep 17 15:01:46.385 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 17 15:01:46.385 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:46.385 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 17 15:01:46.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:46.385 INFO kablam! Sep 17 15:01:46.451 INFO kablam! error: aborting due to 3 previous errors Sep 17 15:01:46.451 INFO kablam! Sep 17 15:01:46.451 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 17 15:01:46.458 INFO kablam! error: Could not compile `wasmonkey`. Sep 17 15:01:46.458 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:01:46.495 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:46.495 INFO kablam! --> src/functions_ids.rs:16:17 Sep 17 15:01:46.495 INFO kablam! | Sep 17 15:01:46.495 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 17 15:01:46.495 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:46.495 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 17 15:01:46.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:46.495 INFO kablam! Sep 17 15:01:46.495 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 17 15:01:46.495 INFO kablam! --> src/functions_ids.rs:27:13 Sep 17 15:01:46.495 INFO kablam! | Sep 17 15:01:46.495 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 17 15:01:46.495 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 17 15:01:46.495 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 17 15:01:46.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 17 15:01:46.495 INFO kablam! Sep 17 15:01:46.507 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:46.507 INFO kablam! --> src/functions_ids.rs:58:21 Sep 17 15:01:46.507 INFO kablam! | Sep 17 15:01:46.507 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 17 15:01:46.507 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:46.507 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 17 15:01:46.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:46.507 INFO kablam! Sep 17 15:01:46.544 INFO kablam! error: aborting due to 3 previous errors Sep 17 15:01:46.544 INFO kablam! Sep 17 15:01:46.549 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 17 15:01:46.561 INFO kablam! error: Could not compile `wasmonkey`. Sep 17 15:01:46.561 INFO kablam! Sep 17 15:01:46.561 INFO kablam! To learn more, run the command again with --verbose. Sep 17 15:01:46.562 INFO kablam! su: No module specific data is present Sep 17 15:01:47.277 INFO running `"docker" "rm" "-f" "e34e9ea5c5750155470e3f25ec1cee0a1c4efe57cde07dd34dd2571b2635d80f"` Sep 17 15:01:47.423 INFO blam! e34e9ea5c5750155470e3f25ec1cee0a1c4efe57cde07dd34dd2571b2635d80f