Sep 01 19:17:42.655 INFO checking wasmonkey-0.1.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 19:17:42.655 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 19:17:42.655 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:17:42.857 INFO blam! 253e0e40a7d475dca6b84fd761350eb283c6cc7a88cde75b5abc8d27d74d2925 Sep 01 19:17:42.860 INFO running `"docker" "start" "-a" "253e0e40a7d475dca6b84fd761350eb283c6cc7a88cde75b5abc8d27d74d2925"` Sep 01 19:17:43.580 INFO kablam! Checking byteorder v1.2.6 Sep 01 19:17:43.580 INFO kablam! Checking xfailure v0.1.0 Sep 01 19:17:43.584 INFO kablam! Checking goblin v0.0.15 Sep 01 19:17:45.154 INFO kablam! Checking parity-wasm v0.31.3 Sep 01 19:17:52.124 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 01 19:17:53.073 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:53.073 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 19:17:53.073 INFO kablam! | Sep 01 19:17:53.073 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 19:17:53.073 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:53.073 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 19:17:53.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:53.073 INFO kablam! Sep 01 19:17:53.074 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 19:17:53.074 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 19:17:53.074 INFO kablam! | Sep 01 19:17:53.074 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 19:17:53.074 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 19:17:53.074 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 19:17:53.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 19:17:53.074 INFO kablam! Sep 01 19:17:53.077 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:53.077 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 19:17:53.078 INFO kablam! | Sep 01 19:17:53.078 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 19:17:53.078 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:53.078 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 19:17:53.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:53.078 INFO kablam! Sep 01 19:17:53.125 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:17:53.125 INFO kablam! Sep 01 19:17:53.125 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 19:17:53.134 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 19:17:53.134 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:17:53.144 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:53.144 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 19:17:53.144 INFO kablam! | Sep 01 19:17:53.144 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 19:17:53.144 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:53.144 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 19:17:53.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:53.145 INFO kablam! Sep 01 19:17:53.145 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 19:17:53.146 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 19:17:53.146 INFO kablam! | Sep 01 19:17:53.146 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 19:17:53.146 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 19:17:53.146 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 19:17:53.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 19:17:53.146 INFO kablam! Sep 01 19:17:53.149 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:53.149 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 19:17:53.149 INFO kablam! | Sep 01 19:17:53.149 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 19:17:53.149 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:53.149 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 19:17:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:53.149 INFO kablam! Sep 01 19:17:53.203 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:17:53.203 INFO kablam! Sep 01 19:17:53.203 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 19:17:53.216 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 19:17:53.216 INFO kablam! Sep 01 19:17:53.216 INFO kablam! To learn more, run the command again with --verbose. Sep 01 19:17:53.217 INFO kablam! su: No module specific data is present Sep 01 19:17:53.559 INFO running `"docker" "rm" "-f" "253e0e40a7d475dca6b84fd761350eb283c6cc7a88cde75b5abc8d27d74d2925"` Sep 01 19:17:53.650 INFO blam! 253e0e40a7d475dca6b84fd761350eb283c6cc7a88cde75b5abc8d27d74d2925