Sep 03 22:34:46.527 INFO checking wasmonkey-0.1.4 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 22:34:46.527 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 22:34:46.527 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:34:46.669 INFO blam! 4c0500f5bf22dbd5be9d8ad464ffbd1ffa5632329077b309eb3c678be89e1f7c Sep 03 22:34:46.672 INFO running `"docker" "start" "-a" "4c0500f5bf22dbd5be9d8ad464ffbd1ffa5632329077b309eb3c678be89e1f7c"` Sep 03 22:34:47.473 INFO kablam! Checking xfailure v0.1.0 Sep 03 22:34:47.474 INFO kablam! Checking parity-wasm v0.31.3 Sep 03 22:34:47.476 INFO kablam! Compiling scroll_derive v0.9.4 Sep 03 22:34:51.540 INFO kablam! Checking scroll v0.9.0 Sep 03 22:34:52.937 INFO kablam! Checking goblin v0.0.15 Sep 03 22:35:01.262 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 03 22:35:02.562 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:02.562 INFO kablam! --> src/functions_ids.rs:16:17 Sep 03 22:35:02.562 INFO kablam! | Sep 03 22:35:02.562 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 03 22:35:02.562 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:02.562 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 03 22:35:02.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:02.562 INFO kablam! Sep 03 22:35:02.563 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 03 22:35:02.563 INFO kablam! --> src/functions_ids.rs:27:13 Sep 03 22:35:02.563 INFO kablam! | Sep 03 22:35:02.563 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 03 22:35:02.563 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 03 22:35:02.563 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 03 22:35:02.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 03 22:35:02.564 INFO kablam! Sep 03 22:35:02.567 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:02.567 INFO kablam! --> src/functions_ids.rs:58:21 Sep 03 22:35:02.567 INFO kablam! | Sep 03 22:35:02.567 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 03 22:35:02.567 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:02.567 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 03 22:35:02.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:02.568 INFO kablam! Sep 03 22:35:02.570 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:02.570 INFO kablam! --> src/functions_ids.rs:16:17 Sep 03 22:35:02.571 INFO kablam! | Sep 03 22:35:02.571 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 03 22:35:02.571 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:02.571 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 03 22:35:02.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:02.571 INFO kablam! Sep 03 22:35:02.572 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 03 22:35:02.572 INFO kablam! --> src/functions_ids.rs:27:13 Sep 03 22:35:02.572 INFO kablam! | Sep 03 22:35:02.572 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 03 22:35:02.572 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 03 22:35:02.572 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 03 22:35:02.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 03 22:35:02.572 INFO kablam! Sep 03 22:35:02.578 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:02.578 INFO kablam! --> src/functions_ids.rs:58:21 Sep 03 22:35:02.578 INFO kablam! | Sep 03 22:35:02.578 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 03 22:35:02.578 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:02.578 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 03 22:35:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:02.578 INFO kablam! Sep 03 22:35:02.642 INFO kablam! error: aborting due to 3 previous errors Sep 03 22:35:02.642 INFO kablam! Sep 03 22:35:02.642 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 03 22:35:02.644 INFO kablam! error: aborting due to 3 previous errors Sep 03 22:35:02.644 INFO kablam! Sep 03 22:35:02.644 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 03 22:35:02.652 INFO kablam! error: Could not compile `wasmonkey`. Sep 03 22:35:02.652 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:35:02.656 INFO kablam! error: Could not compile `wasmonkey`. Sep 03 22:35:02.656 INFO kablam! Sep 03 22:35:02.656 INFO kablam! To learn more, run the command again with --verbose. Sep 03 22:35:02.658 INFO kablam! su: No module specific data is present Sep 03 22:35:03.044 INFO running `"docker" "rm" "-f" "4c0500f5bf22dbd5be9d8ad464ffbd1ffa5632329077b309eb3c678be89e1f7c"` Sep 03 22:35:03.142 INFO blam! 4c0500f5bf22dbd5be9d8ad464ffbd1ffa5632329077b309eb3c678be89e1f7c