Sep 03 22:34:47.115 INFO checking wasmonkey-0.1.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 22:34:47.116 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 22:34:47.116 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:34:47.273 INFO blam! 8e643977097404866f4819f6e91d98ceeae140a193bfaf736b51dc425121ea55 Sep 03 22:34:47.275 INFO running `"docker" "start" "-a" "8e643977097404866f4819f6e91d98ceeae140a193bfaf736b51dc425121ea55"` Sep 03 22:34:47.946 INFO kablam! Checking byteorder v1.2.6 Sep 03 22:34:47.946 INFO kablam! Checking plain v0.2.3 Sep 03 22:34:47.946 INFO kablam! Checking xfailure v0.1.0 Sep 03 22:34:47.953 INFO kablam! Compiling scroll_derive v0.9.4 Sep 03 22:34:49.348 INFO kablam! Checking parity-wasm v0.31.3 Sep 03 22:34:51.652 INFO kablam! Checking scroll v0.9.0 Sep 03 22:34:54.039 INFO kablam! Checking goblin v0.0.15 Sep 03 22:35:03.021 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 03 22:35:04.310 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:04.311 INFO kablam! --> src/functions_ids.rs:16:17 Sep 03 22:35:04.311 INFO kablam! | Sep 03 22:35:04.311 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 03 22:35:04.311 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:04.311 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 03 22:35:04.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:04.311 INFO kablam! Sep 03 22:35:04.313 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 03 22:35:04.313 INFO kablam! --> src/functions_ids.rs:27:13 Sep 03 22:35:04.313 INFO kablam! | Sep 03 22:35:04.313 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 03 22:35:04.313 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 03 22:35:04.313 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 03 22:35:04.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 03 22:35:04.313 INFO kablam! Sep 03 22:35:04.318 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:04.318 INFO kablam! --> src/functions_ids.rs:58:21 Sep 03 22:35:04.318 INFO kablam! | Sep 03 22:35:04.318 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 03 22:35:04.318 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:04.318 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 03 22:35:04.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:04.318 INFO kablam! Sep 03 22:35:04.398 INFO kablam! error: aborting due to 3 previous errors Sep 03 22:35:04.399 INFO kablam! Sep 03 22:35:04.399 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 03 22:35:04.412 INFO kablam! error: Could not compile `wasmonkey`. Sep 03 22:35:04.413 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:35:04.448 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:04.448 INFO kablam! --> src/functions_ids.rs:16:17 Sep 03 22:35:04.448 INFO kablam! | Sep 03 22:35:04.448 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 03 22:35:04.448 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:04.448 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 03 22:35:04.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:04.448 INFO kablam! Sep 03 22:35:04.449 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 03 22:35:04.449 INFO kablam! --> src/functions_ids.rs:27:13 Sep 03 22:35:04.449 INFO kablam! | Sep 03 22:35:04.449 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 03 22:35:04.449 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 03 22:35:04.449 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 03 22:35:04.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 03 22:35:04.449 INFO kablam! Sep 03 22:35:04.454 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 03 22:35:04.454 INFO kablam! --> src/functions_ids.rs:58:21 Sep 03 22:35:04.454 INFO kablam! | Sep 03 22:35:04.454 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 03 22:35:04.454 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 03 22:35:04.454 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 03 22:35:04.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 03 22:35:04.454 INFO kablam! Sep 03 22:35:04.535 INFO kablam! error: aborting due to 3 previous errors Sep 03 22:35:04.535 INFO kablam! Sep 03 22:35:04.535 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 03 22:35:04.552 INFO kablam! error: Could not compile `wasmonkey`. Sep 03 22:35:04.553 INFO kablam! Sep 03 22:35:04.553 INFO kablam! To learn more, run the command again with --verbose. Sep 03 22:35:04.555 INFO kablam! su: No module specific data is present Sep 03 22:35:05.068 INFO running `"docker" "rm" "-f" "8e643977097404866f4819f6e91d98ceeae140a193bfaf736b51dc425121ea55"` Sep 03 22:35:05.204 INFO blam! 8e643977097404866f4819f6e91d98ceeae140a193bfaf736b51dc425121ea55