Sep 19 15:54:17.226 INFO checking wasmonkey-0.1.4 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 15:54:17.226 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 15:54:17.227 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:54:17.675 INFO blam! 0a3c4446ae62f95d8a8991a553aa6688cd87bebcd315728b8b251b8824a5b7cd Sep 19 15:54:17.677 INFO running `"docker" "start" "-a" "0a3c4446ae62f95d8a8991a553aa6688cd87bebcd315728b8b251b8824a5b7cd"` Sep 19 15:54:19.315 INFO kablam! usermod: no changes Sep 19 15:54:19.554 INFO kablam! Checking byteorder v1.2.6 Sep 19 15:54:19.555 INFO kablam! Checking xfailure v0.1.0 Sep 19 15:54:19.590 INFO kablam! Compiling scroll_derive v0.9.4 Sep 19 15:54:20.871 INFO kablam! Checking parity-wasm v0.31.3 Sep 19 15:54:24.618 INFO kablam! Checking scroll v0.9.0 Sep 19 15:54:26.449 INFO kablam! Checking goblin v0.0.15 Sep 19 15:54:33.551 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 19 15:54:34.839 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.839 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 15:54:34.839 INFO kablam! | Sep 19 15:54:34.839 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 15:54:34.839 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.839 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 15:54:34.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.839 INFO kablam! Sep 19 15:54:34.842 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 15:54:34.842 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 15:54:34.842 INFO kablam! | Sep 19 15:54:34.842 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 15:54:34.842 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 15:54:34.842 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 15:54:34.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 15:54:34.842 INFO kablam! Sep 19 15:54:34.847 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.847 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 15:54:34.847 INFO kablam! | Sep 19 15:54:34.847 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 15:54:34.847 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.847 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 15:54:34.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.847 INFO kablam! Sep 19 15:54:34.903 INFO kablam! error: aborting due to 3 previous errors Sep 19 15:54:34.903 INFO kablam! Sep 19 15:54:34.903 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 15:54:34.906 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 15:54:34.906 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:54:34.933 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.933 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 15:54:34.933 INFO kablam! | Sep 19 15:54:34.933 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 15:54:34.933 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.933 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 15:54:34.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.933 INFO kablam! Sep 19 15:54:34.933 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 15:54:34.933 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 15:54:34.933 INFO kablam! | Sep 19 15:54:34.933 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 15:54:34.934 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 15:54:34.934 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 15:54:34.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 15:54:34.934 INFO kablam! Sep 19 15:54:34.939 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.939 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 15:54:34.939 INFO kablam! | Sep 19 15:54:34.939 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 15:54:34.939 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.939 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 15:54:34.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.939 INFO kablam! Sep 19 15:54:34.987 INFO kablam! error: aborting due to 3 previous errors Sep 19 15:54:34.987 INFO kablam! Sep 19 15:54:34.987 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 15:54:35.014 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 15:54:35.014 INFO kablam! Sep 19 15:54:35.014 INFO kablam! To learn more, run the command again with --verbose. Sep 19 15:54:35.018 INFO kablam! su: No module specific data is present Sep 19 15:54:36.126 INFO running `"docker" "rm" "-f" "0a3c4446ae62f95d8a8991a553aa6688cd87bebcd315728b8b251b8824a5b7cd"` Sep 19 15:54:36.446 INFO blam! 0a3c4446ae62f95d8a8991a553aa6688cd87bebcd315728b8b251b8824a5b7cd