Sep 21 00:48:41.627 INFO checking wasmonkey-0.1.4 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 00:48:41.627 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 00:48:41.627 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:48:41.914 INFO blam! d42f3a7a458101af9adfd883b851bd16f45b39af24a513012b449a819bf65c3b Sep 21 00:48:41.916 INFO running `"docker" "start" "-a" "d42f3a7a458101af9adfd883b851bd16f45b39af24a513012b449a819bf65c3b"` Sep 21 00:48:43.666 INFO kablam! usermod: no changes Sep 21 00:48:43.883 INFO kablam! Checking byteorder v1.2.6 Sep 21 00:48:43.883 INFO kablam! Checking xfailure v0.1.0 Sep 21 00:48:43.903 INFO kablam! Compiling scroll_derive v0.9.4 Sep 21 00:48:45.298 INFO kablam! Checking parity-wasm v0.31.3 Sep 21 00:48:49.438 INFO kablam! Checking scroll v0.9.0 Sep 21 00:48:50.771 INFO kablam! Checking goblin v0.0.15 Sep 21 00:48:57.071 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 21 00:48:58.363 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:58.363 INFO kablam! --> src/functions_ids.rs:16:17 Sep 21 00:48:58.363 INFO kablam! | Sep 21 00:48:58.363 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 21 00:48:58.363 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:58.370 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 21 00:48:58.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:58.370 INFO kablam! Sep 21 00:48:58.370 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 21 00:48:58.370 INFO kablam! --> src/functions_ids.rs:27:13 Sep 21 00:48:58.370 INFO kablam! | Sep 21 00:48:58.370 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 21 00:48:58.370 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 21 00:48:58.370 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 21 00:48:58.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 21 00:48:58.370 INFO kablam! Sep 21 00:48:58.370 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:58.370 INFO kablam! --> src/functions_ids.rs:58:21 Sep 21 00:48:58.370 INFO kablam! | Sep 21 00:48:58.370 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 21 00:48:58.370 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:58.370 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 21 00:48:58.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:58.370 INFO kablam! Sep 21 00:48:58.422 INFO kablam! error: aborting due to 3 previous errors Sep 21 00:48:58.422 INFO kablam! Sep 21 00:48:58.422 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 21 00:48:58.454 INFO kablam! error: Could not compile `wasmonkey`. Sep 21 00:48:58.454 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:48:58.526 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:58.527 INFO kablam! --> src/functions_ids.rs:16:17 Sep 21 00:48:58.527 INFO kablam! | Sep 21 00:48:58.527 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 21 00:48:58.527 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:58.527 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 21 00:48:58.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:58.527 INFO kablam! Sep 21 00:48:58.528 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 21 00:48:58.528 INFO kablam! --> src/functions_ids.rs:27:13 Sep 21 00:48:58.528 INFO kablam! | Sep 21 00:48:58.528 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 21 00:48:58.528 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 21 00:48:58.528 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 21 00:48:58.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 21 00:48:58.528 INFO kablam! Sep 21 00:48:58.531 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:58.531 INFO kablam! --> src/functions_ids.rs:58:21 Sep 21 00:48:58.531 INFO kablam! | Sep 21 00:48:58.531 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 21 00:48:58.531 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:58.531 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 21 00:48:58.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:58.531 INFO kablam! Sep 21 00:48:58.582 INFO kablam! error: aborting due to 3 previous errors Sep 21 00:48:58.582 INFO kablam! Sep 21 00:48:58.582 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 21 00:48:58.598 INFO kablam! error: Could not compile `wasmonkey`. Sep 21 00:48:58.598 INFO kablam! Sep 21 00:48:58.598 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:48:58.605 INFO kablam! su: No module specific data is present Sep 21 00:48:59.305 INFO running `"docker" "rm" "-f" "d42f3a7a458101af9adfd883b851bd16f45b39af24a513012b449a819bf65c3b"` Sep 21 00:48:59.442 INFO blam! d42f3a7a458101af9adfd883b851bd16f45b39af24a513012b449a819bf65c3b