Sep 04 02:05:36.667 INFO checking wasmonkey-0.1.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 02:05:36.667 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 02:05:36.668 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:05:36.823 INFO blam! 9463767443dad7947849dab9b8354868621a3b2ce8729222b1c36ec900d7ac2f Sep 04 02:05:36.825 INFO running `"docker" "start" "-a" "9463767443dad7947849dab9b8354868621a3b2ce8729222b1c36ec900d7ac2f"` Sep 04 02:05:37.473 INFO kablam! Checking byteorder v1.2.6 Sep 04 02:05:37.480 INFO kablam! Compiling scroll_derive v0.9.4 Sep 04 02:05:38.729 INFO kablam! Checking parity-wasm v0.31.3 Sep 04 02:05:41.595 INFO kablam! Checking scroll v0.9.0 Sep 04 02:05:43.563 INFO kablam! Checking goblin v0.0.15 Sep 04 02:05:52.270 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 04 02:05:53.885 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 04 02:05:53.885 INFO kablam! --> src/functions_ids.rs:16:17 Sep 04 02:05:53.885 INFO kablam! | Sep 04 02:05:53.885 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 04 02:05:53.885 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 04 02:05:53.885 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 04 02:05:53.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 04 02:05:53.885 INFO kablam! Sep 04 02:05:53.886 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 04 02:05:53.886 INFO kablam! --> src/functions_ids.rs:27:13 Sep 04 02:05:53.886 INFO kablam! | Sep 04 02:05:53.886 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 04 02:05:53.886 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 04 02:05:53.886 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 04 02:05:53.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 04 02:05:53.886 INFO kablam! Sep 04 02:05:53.891 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 04 02:05:53.891 INFO kablam! --> src/functions_ids.rs:58:21 Sep 04 02:05:53.891 INFO kablam! | Sep 04 02:05:53.891 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 04 02:05:53.891 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 04 02:05:53.891 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 04 02:05:53.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 04 02:05:53.891 INFO kablam! Sep 04 02:05:53.965 INFO kablam! error: aborting due to 3 previous errors Sep 04 02:05:53.965 INFO kablam! Sep 04 02:05:53.965 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 04 02:05:53.976 INFO kablam! error: Could not compile `wasmonkey`. Sep 04 02:05:53.976 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:05:54.011 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 04 02:05:54.011 INFO kablam! --> src/functions_ids.rs:16:17 Sep 04 02:05:54.011 INFO kablam! | Sep 04 02:05:54.011 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 04 02:05:54.011 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 04 02:05:54.011 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 04 02:05:54.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 04 02:05:54.011 INFO kablam! Sep 04 02:05:54.012 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 04 02:05:54.012 INFO kablam! --> src/functions_ids.rs:27:13 Sep 04 02:05:54.012 INFO kablam! | Sep 04 02:05:54.012 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 04 02:05:54.013 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 04 02:05:54.013 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 04 02:05:54.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 04 02:05:54.013 INFO kablam! Sep 04 02:05:54.018 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 04 02:05:54.018 INFO kablam! --> src/functions_ids.rs:58:21 Sep 04 02:05:54.018 INFO kablam! | Sep 04 02:05:54.018 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 04 02:05:54.018 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 04 02:05:54.018 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 04 02:05:54.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 04 02:05:54.018 INFO kablam! Sep 04 02:05:54.101 INFO kablam! error: aborting due to 3 previous errors Sep 04 02:05:54.101 INFO kablam! Sep 04 02:05:54.101 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 04 02:05:54.117 INFO kablam! error: Could not compile `wasmonkey`. Sep 04 02:05:54.117 INFO kablam! Sep 04 02:05:54.117 INFO kablam! To learn more, run the command again with --verbose. Sep 04 02:05:54.119 INFO kablam! su: No module specific data is present Sep 04 02:05:54.611 INFO running `"docker" "rm" "-f" "9463767443dad7947849dab9b8354868621a3b2ce8729222b1c36ec900d7ac2f"` Sep 04 02:05:54.769 INFO blam! 9463767443dad7947849dab9b8354868621a3b2ce8729222b1c36ec900d7ac2f