Sep 14 06:37:04.312 INFO checking wasmonkey-0.1.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 06:37:04.312 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 06:37:04.313 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 06:37:04.744 INFO blam! 7d2f850b8676df51e54d71b380b1846af8cc5fec80fc6c0a9c2a3f2a04d2ff9b Sep 14 06:37:04.746 INFO running `"docker" "start" "-a" "7d2f850b8676df51e54d71b380b1846af8cc5fec80fc6c0a9c2a3f2a04d2ff9b"` Sep 14 06:37:07.094 INFO kablam! usermod: no changes Sep 14 06:37:07.269 INFO kablam! Checking byteorder v1.2.6 Sep 14 06:37:07.273 INFO kablam! Checking xfailure v0.1.0 Sep 14 06:37:07.289 INFO kablam! Checking goblin v0.0.15 Sep 14 06:37:08.985 INFO kablam! Checking parity-wasm v0.31.3 Sep 14 06:37:17.435 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 14 06:37:18.566 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:18.566 INFO kablam! --> src/functions_ids.rs:16:17 Sep 14 06:37:18.566 INFO kablam! | Sep 14 06:37:18.566 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 14 06:37:18.566 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:18.566 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 14 06:37:18.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:18.566 INFO kablam! Sep 14 06:37:18.566 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 14 06:37:18.567 INFO kablam! --> src/functions_ids.rs:27:13 Sep 14 06:37:18.567 INFO kablam! | Sep 14 06:37:18.567 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 14 06:37:18.567 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 14 06:37:18.567 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 14 06:37:18.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 14 06:37:18.567 INFO kablam! Sep 14 06:37:18.569 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:18.569 INFO kablam! --> src/functions_ids.rs:58:21 Sep 14 06:37:18.569 INFO kablam! | Sep 14 06:37:18.569 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 14 06:37:18.569 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:18.569 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 14 06:37:18.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:18.569 INFO kablam! Sep 14 06:37:18.619 INFO kablam! error: aborting due to 3 previous errors Sep 14 06:37:18.627 INFO kablam! Sep 14 06:37:18.627 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 14 06:37:18.640 INFO kablam! error: Could not compile `wasmonkey`. Sep 14 06:37:18.640 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 06:37:18.855 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:18.855 INFO kablam! --> src/functions_ids.rs:16:17 Sep 14 06:37:18.855 INFO kablam! | Sep 14 06:37:18.855 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 14 06:37:18.855 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:18.855 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 14 06:37:18.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:18.855 INFO kablam! Sep 14 06:37:18.862 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 14 06:37:18.862 INFO kablam! --> src/functions_ids.rs:27:13 Sep 14 06:37:18.862 INFO kablam! | Sep 14 06:37:18.862 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 14 06:37:18.862 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 14 06:37:18.862 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 14 06:37:18.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 14 06:37:18.862 INFO kablam! Sep 14 06:37:18.862 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:18.862 INFO kablam! --> src/functions_ids.rs:58:21 Sep 14 06:37:18.862 INFO kablam! | Sep 14 06:37:18.862 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 14 06:37:18.862 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:18.862 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 14 06:37:18.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:18.871 INFO kablam! Sep 14 06:37:18.932 INFO kablam! error: aborting due to 3 previous errors Sep 14 06:37:18.933 INFO kablam! Sep 14 06:37:18.933 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 14 06:37:18.959 INFO kablam! error: Could not compile `wasmonkey`. Sep 14 06:37:18.959 INFO kablam! Sep 14 06:37:18.959 INFO kablam! To learn more, run the command again with --verbose. Sep 14 06:37:18.959 INFO kablam! su: No module specific data is present Sep 14 06:37:20.449 INFO running `"docker" "rm" "-f" "7d2f850b8676df51e54d71b380b1846af8cc5fec80fc6c0a9c2a3f2a04d2ff9b"` Sep 14 06:37:20.736 INFO blam! 7d2f850b8676df51e54d71b380b1846af8cc5fec80fc6c0a9c2a3f2a04d2ff9b