Sep 10 06:33:07.963 INFO checking wasmonkey-0.1.4 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 06:33:07.964 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 06:33:07.964 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:33:08.165 INFO blam! 55ef51702ebf02d4b7235801ab6cb8e7c2ac988495115aa22329b402be9e11ac Sep 10 06:33:08.167 INFO running `"docker" "start" "-a" "55ef51702ebf02d4b7235801ab6cb8e7c2ac988495115aa22329b402be9e11ac"` Sep 10 06:33:09.610 INFO kablam! usermod: no changes Sep 10 06:33:09.837 INFO kablam! Checking byteorder v1.2.6 Sep 10 06:33:09.846 INFO kablam! Checking xfailure v0.1.0 Sep 10 06:33:09.855 INFO kablam! Compiling scroll_derive v0.9.4 Sep 10 06:33:12.179 INFO kablam! Checking parity-wasm v0.31.3 Sep 10 06:33:14.749 INFO kablam! Checking scroll v0.9.0 Sep 10 06:33:16.284 INFO kablam! Checking goblin v0.0.15 Sep 10 06:33:23.350 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 10 06:33:24.648 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:24.648 INFO kablam! --> src/functions_ids.rs:16:17 Sep 10 06:33:24.648 INFO kablam! | Sep 10 06:33:24.648 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 10 06:33:24.648 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:24.648 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 10 06:33:24.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:24.648 INFO kablam! Sep 10 06:33:24.648 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 10 06:33:24.648 INFO kablam! --> src/functions_ids.rs:27:13 Sep 10 06:33:24.648 INFO kablam! | Sep 10 06:33:24.648 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 10 06:33:24.648 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 10 06:33:24.648 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 10 06:33:24.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 10 06:33:24.648 INFO kablam! Sep 10 06:33:24.656 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:24.656 INFO kablam! --> src/functions_ids.rs:58:21 Sep 10 06:33:24.656 INFO kablam! | Sep 10 06:33:24.656 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 10 06:33:24.656 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:24.656 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 10 06:33:24.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:24.656 INFO kablam! Sep 10 06:33:24.686 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:24.686 INFO kablam! --> src/functions_ids.rs:16:17 Sep 10 06:33:24.686 INFO kablam! | Sep 10 06:33:24.686 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 10 06:33:24.686 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:24.686 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 10 06:33:24.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:24.686 INFO kablam! Sep 10 06:33:24.687 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 10 06:33:24.687 INFO kablam! --> src/functions_ids.rs:27:13 Sep 10 06:33:24.687 INFO kablam! | Sep 10 06:33:24.687 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 10 06:33:24.687 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 10 06:33:24.687 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 10 06:33:24.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 10 06:33:24.687 INFO kablam! Sep 10 06:33:24.694 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:24.694 INFO kablam! --> src/functions_ids.rs:58:21 Sep 10 06:33:24.694 INFO kablam! | Sep 10 06:33:24.694 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 10 06:33:24.694 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:24.694 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 10 06:33:24.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:24.694 INFO kablam! Sep 10 06:33:24.706 INFO kablam! error: aborting due to 3 previous errors Sep 10 06:33:24.706 INFO kablam! Sep 10 06:33:24.706 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 10 06:33:24.714 INFO kablam! error: Could not compile `wasmonkey`. Sep 10 06:33:24.714 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:33:24.734 INFO kablam! error: aborting due to 3 previous errors Sep 10 06:33:24.734 INFO kablam! Sep 10 06:33:24.734 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 10 06:33:24.750 INFO kablam! error: Could not compile `wasmonkey`. Sep 10 06:33:24.750 INFO kablam! Sep 10 06:33:24.750 INFO kablam! To learn more, run the command again with --verbose. Sep 10 06:33:24.750 INFO kablam! su: No module specific data is present Sep 10 06:33:25.912 INFO running `"docker" "rm" "-f" "55ef51702ebf02d4b7235801ab6cb8e7c2ac988495115aa22329b402be9e11ac"` Sep 10 06:33:26.064 INFO blam! 55ef51702ebf02d4b7235801ab6cb8e7c2ac988495115aa22329b402be9e11ac