Sep 01 02:11:49.294 INFO checking wasmonkey-0.1.4 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 02:11:49.294 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 02:11:49.294 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 02:11:49.478 INFO blam! b45afdfb8bd2acf75685cbaee4d27ca93c3276676b0840f18756013f93df4635 Sep 01 02:11:49.480 INFO running `"docker" "start" "-a" "b45afdfb8bd2acf75685cbaee4d27ca93c3276676b0840f18756013f93df4635"` Sep 01 02:11:50.107 INFO kablam! Checking byteorder v1.2.6 Sep 01 02:11:50.107 INFO kablam! Checking xfailure v0.1.0 Sep 01 02:11:50.110 INFO kablam! Checking goblin v0.0.15 Sep 01 02:11:51.370 INFO kablam! Checking parity-wasm v0.31.3 Sep 01 02:12:01.092 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 01 02:12:02.424 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.424 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 02:12:02.424 INFO kablam! | Sep 01 02:12:02.424 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 02:12:02.424 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.424 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 02:12:02.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.424 INFO kablam! Sep 01 02:12:02.425 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 02:12:02.425 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 02:12:02.425 INFO kablam! | Sep 01 02:12:02.425 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 02:12:02.425 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 02:12:02.425 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 02:12:02.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 02:12:02.425 INFO kablam! Sep 01 02:12:02.430 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.430 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 02:12:02.430 INFO kablam! | Sep 01 02:12:02.430 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 02:12:02.430 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.430 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 02:12:02.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.430 INFO kablam! Sep 01 02:12:02.502 INFO kablam! error: aborting due to 3 previous errors Sep 01 02:12:02.503 INFO kablam! Sep 01 02:12:02.503 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 02:12:02.514 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 02:12:02.514 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 02:12:02.612 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.612 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 02:12:02.613 INFO kablam! | Sep 01 02:12:02.613 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 02:12:02.613 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.613 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 02:12:02.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.613 INFO kablam! Sep 01 02:12:02.614 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 02:12:02.614 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 02:12:02.614 INFO kablam! | Sep 01 02:12:02.614 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 02:12:02.614 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 02:12:02.614 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 02:12:02.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 02:12:02.614 INFO kablam! Sep 01 02:12:02.619 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.619 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 02:12:02.619 INFO kablam! | Sep 01 02:12:02.619 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 02:12:02.619 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.619 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 02:12:02.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.619 INFO kablam! Sep 01 02:12:02.704 INFO kablam! error: aborting due to 3 previous errors Sep 01 02:12:02.704 INFO kablam! Sep 01 02:12:02.704 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 02:12:02.720 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 02:12:02.720 INFO kablam! Sep 01 02:12:02.721 INFO kablam! To learn more, run the command again with --verbose. Sep 01 02:12:02.722 INFO kablam! su: No module specific data is present Sep 01 02:12:03.183 INFO running `"docker" "rm" "-f" "b45afdfb8bd2acf75685cbaee4d27ca93c3276676b0840f18756013f93df4635"` Sep 01 02:12:03.279 INFO blam! b45afdfb8bd2acf75685cbaee4d27ca93c3276676b0840f18756013f93df4635