Sep 19 15:54:15.419 INFO checking wasmonkey-0.1.4 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 15:54:15.419 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 15:54:15.419 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:54:15.851 INFO blam! d72d6ee61c9a32c7ffcf5c5bf766c2a314d7ea40e48325b65934455300733220 Sep 19 15:54:15.853 INFO running `"docker" "start" "-a" "d72d6ee61c9a32c7ffcf5c5bf766c2a314d7ea40e48325b65934455300733220"` Sep 19 15:54:18.223 INFO kablam! usermod: no changes Sep 19 15:54:18.491 INFO kablam! Checking byteorder v1.2.6 Sep 19 15:54:18.491 INFO kablam! Checking xfailure v0.1.0 Sep 19 15:54:18.511 INFO kablam! Compiling scroll_derive v0.9.4 Sep 19 15:54:19.670 INFO kablam! Checking parity-wasm v0.31.3 Sep 19 15:54:23.515 INFO kablam! Checking scroll v0.9.0 Sep 19 15:54:25.467 INFO kablam! Checking goblin v0.0.15 Sep 19 15:54:32.851 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 19 15:54:34.099 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.099 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 15:54:34.099 INFO kablam! | Sep 19 15:54:34.099 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 15:54:34.099 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.099 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 15:54:34.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.099 INFO kablam! Sep 19 15:54:34.099 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 15:54:34.099 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 15:54:34.099 INFO kablam! | Sep 19 15:54:34.099 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 15:54:34.099 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 15:54:34.099 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 15:54:34.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 15:54:34.099 INFO kablam! Sep 19 15:54:34.099 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.099 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 15:54:34.099 INFO kablam! | Sep 19 15:54:34.099 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 15:54:34.099 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.099 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 15:54:34.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.099 INFO kablam! Sep 19 15:54:34.147 INFO kablam! error: aborting due to 3 previous errors Sep 19 15:54:34.147 INFO kablam! Sep 19 15:54:34.147 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 15:54:34.151 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 15:54:34.151 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:54:34.367 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.367 INFO kablam! --> src/functions_ids.rs:16:17 Sep 19 15:54:34.367 INFO kablam! | Sep 19 15:54:34.367 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 19 15:54:34.367 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.367 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 19 15:54:34.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.367 INFO kablam! Sep 19 15:54:34.368 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 19 15:54:34.368 INFO kablam! --> src/functions_ids.rs:27:13 Sep 19 15:54:34.368 INFO kablam! | Sep 19 15:54:34.368 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 19 15:54:34.368 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 19 15:54:34.368 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 19 15:54:34.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 19 15:54:34.368 INFO kablam! Sep 19 15:54:34.368 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 19 15:54:34.368 INFO kablam! --> src/functions_ids.rs:58:21 Sep 19 15:54:34.368 INFO kablam! | Sep 19 15:54:34.368 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 19 15:54:34.368 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 19 15:54:34.368 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 19 15:54:34.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 19 15:54:34.368 INFO kablam! Sep 19 15:54:34.431 INFO kablam! error: aborting due to 3 previous errors Sep 19 15:54:34.433 INFO kablam! Sep 19 15:54:34.433 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 19 15:54:34.459 INFO kablam! error: Could not compile `wasmonkey`. Sep 19 15:54:34.459 INFO kablam! Sep 19 15:54:34.459 INFO kablam! To learn more, run the command again with --verbose. Sep 19 15:54:34.460 INFO kablam! su: No module specific data is present Sep 19 15:54:35.809 INFO running `"docker" "rm" "-f" "d72d6ee61c9a32c7ffcf5c5bf766c2a314d7ea40e48325b65934455300733220"` Sep 19 15:54:36.126 INFO blam! d72d6ee61c9a32c7ffcf5c5bf766c2a314d7ea40e48325b65934455300733220