Sep 05 20:55:43.164 INFO checking wasmonkey-0.1.4 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 20:55:43.164 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 20:55:43.164 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 20:55:43.529 INFO blam! ecdfed03337c021eb96c937b62102ea36c0dfabe33c44bf211ba963ad0ad3655 Sep 05 20:55:43.531 INFO running `"docker" "start" "-a" "ecdfed03337c021eb96c937b62102ea36c0dfabe33c44bf211ba963ad0ad3655"` Sep 05 20:55:45.726 INFO kablam! usermod: no changes Sep 05 20:55:45.886 INFO kablam! Checking plain v0.2.3 Sep 05 20:55:45.887 INFO kablam! Checking xfailure v0.1.0 Sep 05 20:55:45.887 INFO kablam! Checking parity-wasm v0.31.3 Sep 05 20:55:45.888 INFO kablam! Compiling scroll_derive v0.9.4 Sep 05 20:55:51.210 INFO kablam! Checking scroll v0.9.0 Sep 05 20:55:52.893 INFO kablam! Checking goblin v0.0.15 Sep 05 20:55:59.668 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 05 20:56:00.297 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:56:00.297 INFO kablam! --> src/functions_ids.rs:16:17 Sep 05 20:56:00.297 INFO kablam! | Sep 05 20:56:00.297 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 05 20:56:00.297 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:56:00.297 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 05 20:56:00.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:56:00.297 INFO kablam! Sep 05 20:56:00.297 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 05 20:56:00.297 INFO kablam! --> src/functions_ids.rs:27:13 Sep 05 20:56:00.297 INFO kablam! | Sep 05 20:56:00.297 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 05 20:56:00.297 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 05 20:56:00.297 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 05 20:56:00.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 05 20:56:00.297 INFO kablam! Sep 05 20:56:00.297 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:56:00.297 INFO kablam! --> src/functions_ids.rs:58:21 Sep 05 20:56:00.297 INFO kablam! | Sep 05 20:56:00.297 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 05 20:56:00.297 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:56:00.298 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 05 20:56:00.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:56:00.298 INFO kablam! Sep 05 20:56:00.346 INFO kablam! error: aborting due to 3 previous errors Sep 05 20:56:00.346 INFO kablam! Sep 05 20:56:00.346 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 05 20:56:00.358 INFO kablam! error: Could not compile `wasmonkey`. Sep 05 20:56:00.358 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:56:00.362 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:56:00.362 INFO kablam! --> src/functions_ids.rs:16:17 Sep 05 20:56:00.362 INFO kablam! | Sep 05 20:56:00.362 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 05 20:56:00.362 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:56:00.362 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 05 20:56:00.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:56:00.362 INFO kablam! Sep 05 20:56:00.362 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 05 20:56:00.362 INFO kablam! --> src/functions_ids.rs:27:13 Sep 05 20:56:00.362 INFO kablam! | Sep 05 20:56:00.362 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 05 20:56:00.362 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 05 20:56:00.362 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 05 20:56:00.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 05 20:56:00.362 INFO kablam! Sep 05 20:56:00.363 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:56:00.363 INFO kablam! --> src/functions_ids.rs:58:21 Sep 05 20:56:00.363 INFO kablam! | Sep 05 20:56:00.363 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 05 20:56:00.363 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:56:00.363 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 05 20:56:00.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:56:00.363 INFO kablam! Sep 05 20:56:00.408 INFO kablam! error: aborting due to 3 previous errors Sep 05 20:56:00.408 INFO kablam! Sep 05 20:56:00.408 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 05 20:56:00.421 INFO kablam! error: Could not compile `wasmonkey`. Sep 05 20:56:00.421 INFO kablam! Sep 05 20:56:00.421 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:56:00.423 INFO kablam! su: No module specific data is present Sep 05 20:56:00.879 INFO running `"docker" "rm" "-f" "ecdfed03337c021eb96c937b62102ea36c0dfabe33c44bf211ba963ad0ad3655"` Sep 05 20:56:00.957 INFO blam! ecdfed03337c021eb96c937b62102ea36c0dfabe33c44bf211ba963ad0ad3655