Sep 14 06:37:11.782 INFO checking wasmonkey-0.1.4 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 06:37:11.782 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 06:37:11.782 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 06:37:12.204 INFO blam! fead95510382b16c87f7b71320baaec39e1ddf54fe49f445d1a244fa08c31fee Sep 14 06:37:12.206 INFO running `"docker" "start" "-a" "fead95510382b16c87f7b71320baaec39e1ddf54fe49f445d1a244fa08c31fee"` Sep 14 06:37:14.591 INFO kablam! usermod: no changes Sep 14 06:37:14.830 INFO kablam! Checking byteorder v1.2.6 Sep 14 06:37:14.847 INFO kablam! Checking goblin v0.0.15 Sep 14 06:37:15.993 INFO kablam! Checking parity-wasm v0.31.3 Sep 14 06:37:23.627 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 14 06:37:24.599 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:24.599 INFO kablam! --> src/functions_ids.rs:16:17 Sep 14 06:37:24.599 INFO kablam! | Sep 14 06:37:24.599 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 14 06:37:24.599 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:24.599 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 14 06:37:24.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:24.599 INFO kablam! Sep 14 06:37:24.599 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 14 06:37:24.599 INFO kablam! --> src/functions_ids.rs:27:13 Sep 14 06:37:24.599 INFO kablam! | Sep 14 06:37:24.599 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 14 06:37:24.599 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 14 06:37:24.599 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 14 06:37:24.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 14 06:37:24.599 INFO kablam! Sep 14 06:37:24.606 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:24.607 INFO kablam! --> src/functions_ids.rs:58:21 Sep 14 06:37:24.607 INFO kablam! | Sep 14 06:37:24.607 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 14 06:37:24.607 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:24.607 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 14 06:37:24.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:24.607 INFO kablam! Sep 14 06:37:24.630 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:24.631 INFO kablam! --> src/functions_ids.rs:16:17 Sep 14 06:37:24.631 INFO kablam! | Sep 14 06:37:24.631 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 14 06:37:24.631 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:24.631 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 14 06:37:24.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:24.631 INFO kablam! Sep 14 06:37:24.631 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 14 06:37:24.631 INFO kablam! --> src/functions_ids.rs:27:13 Sep 14 06:37:24.631 INFO kablam! | Sep 14 06:37:24.631 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 14 06:37:24.631 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 14 06:37:24.631 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 14 06:37:24.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 14 06:37:24.631 INFO kablam! Sep 14 06:37:24.634 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 14 06:37:24.635 INFO kablam! --> src/functions_ids.rs:58:21 Sep 14 06:37:24.635 INFO kablam! | Sep 14 06:37:24.635 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 14 06:37:24.635 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 14 06:37:24.635 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 14 06:37:24.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 14 06:37:24.635 INFO kablam! Sep 14 06:37:24.646 INFO kablam! error: aborting due to 3 previous errors Sep 14 06:37:24.647 INFO kablam! Sep 14 06:37:24.648 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 14 06:37:24.652 INFO kablam! error: Could not compile `wasmonkey`. Sep 14 06:37:24.652 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 06:37:24.676 INFO kablam! error: aborting due to 3 previous errors Sep 14 06:37:24.676 INFO kablam! Sep 14 06:37:24.676 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 14 06:37:24.690 INFO kablam! error: Could not compile `wasmonkey`. Sep 14 06:37:24.690 INFO kablam! Sep 14 06:37:24.690 INFO kablam! To learn more, run the command again with --verbose. Sep 14 06:37:24.698 INFO kablam! su: No module specific data is present Sep 14 06:37:25.314 INFO running `"docker" "rm" "-f" "fead95510382b16c87f7b71320baaec39e1ddf54fe49f445d1a244fa08c31fee"` Sep 14 06:37:25.374 INFO blam! fead95510382b16c87f7b71320baaec39e1ddf54fe49f445d1a244fa08c31fee