Sep 19 17:58:03.041 INFO checking wasmonkey-0.1.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 17:58:03.041 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 17:58:03.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:58:03.252 INFO blam! 097a1214c2ccdd8741c60acd3b75ac07ac8e27a0375e8720e480ee5c8435f567 Sep 19 17:58:03.254 INFO running `"docker" "start" "-a" "097a1214c2ccdd8741c60acd3b75ac07ac8e27a0375e8720e480ee5c8435f567"` Sep 19 17:58:04.857 INFO kablam! usermod: no changes Sep 19 17:58:05.056 INFO kablam! Checking byteorder v1.2.6 Sep 19 17:58:05.056 INFO kablam! Checking xfailure v0.1.0 Sep 19 17:58:05.057 INFO kablam! Checking goblin v0.0.15 Sep 19 17:58:06.290 INFO kablam! Checking parity-wasm v0.31.3 Sep 19 17:58:14.958 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 19 17:58:16.010 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:16.010 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 17:58:16.010 INFO kablam! | Sep 19 17:58:16.010 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 17:58:16.010 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:16.010 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 17:58:16.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:16.010 INFO kablam! Sep 19 17:58:16.010 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 17:58:16.010 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 17:58:16.010 INFO kablam! | Sep 19 17:58:16.010 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 17:58:16.010 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 17:58:16.010 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 17:58:16.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 17:58:16.010 INFO kablam! Sep 19 17:58:16.013 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:16.013 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 17:58:16.013 INFO kablam! | Sep 19 17:58:16.013 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 17:58:16.013 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:16.013 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 17:58:16.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:16.013 INFO kablam! Sep 19 17:58:16.058 INFO kablam! error: aborting due to 3 previous errors Sep 19 17:58:16.058 INFO kablam! Sep 19 17:58:16.058 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 17:58:16.082 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 17:58:16.082 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:58:16.153 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:16.153 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 17:58:16.153 INFO kablam! | Sep 19 17:58:16.153 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 17:58:16.153 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:16.153 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 17:58:16.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:16.153 INFO kablam! Sep 19 17:58:16.153 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 17:58:16.153 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 17:58:16.153 INFO kablam! | Sep 19 17:58:16.153 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 17:58:16.153 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 17:58:16.153 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 17:58:16.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 17:58:16.153 INFO kablam! Sep 19 17:58:16.157 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 17:58:16.157 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 17:58:16.157 INFO kablam! | Sep 19 17:58:16.157 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 17:58:16.157 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 17:58:16.157 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 17:58:16.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 17:58:16.157 INFO kablam! Sep 19 17:58:16.236 INFO kablam! error: aborting due to 3 previous errors Sep 19 17:58:16.236 INFO kablam! Sep 19 17:58:16.236 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 17:58:16.264 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 17:58:16.264 INFO kablam! Sep 19 17:58:16.264 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:58:16.266 INFO kablam! su: No module specific data is present Sep 19 17:58:17.010 INFO running `"docker" "rm" "-f" "097a1214c2ccdd8741c60acd3b75ac07ac8e27a0375e8720e480ee5c8435f567"` Sep 19 17:58:17.138 INFO blam! 097a1214c2ccdd8741c60acd3b75ac07ac8e27a0375e8720e480ee5c8435f567