Sep 21 00:48:41.042 INFO checking wasmonkey-0.1.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:48:41.042 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:48:41.042 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-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.261 INFO blam! b16909d21cf28ee719569e0665e7e1edafe1302affd9201a709dd4be721feda8 Sep 21 00:48:41.263 INFO running `"docker" "start" "-a" "b16909d21cf28ee719569e0665e7e1edafe1302affd9201a709dd4be721feda8"` Sep 21 00:48:42.622 INFO kablam! usermod: no changes Sep 21 00:48:42.774 INFO kablam! Checking byteorder v1.2.6 Sep 21 00:48:42.774 INFO kablam! Checking xfailure v0.1.0 Sep 21 00:48:42.774 INFO kablam! Compiling scroll_derive v0.9.4 Sep 21 00:48:44.230 INFO kablam! Checking parity-wasm v0.31.3 Sep 21 00:48:47.674 INFO kablam! Checking scroll v0.9.0 Sep 21 00:48:49.887 INFO kablam! Checking goblin v0.0.15 Sep 21 00:48:56.898 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 21 00:48:57.825 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:57.825 INFO kablam! --> src/functions_ids.rs:16:17 Sep 21 00:48:57.825 INFO kablam! | Sep 21 00:48:57.825 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 21 00:48:57.825 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:57.825 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 21 00:48:57.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:57.825 INFO kablam! Sep 21 00:48:57.825 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 21 00:48:57.825 INFO kablam! --> src/functions_ids.rs:27:13 Sep 21 00:48:57.825 INFO kablam! | Sep 21 00:48:57.825 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 21 00:48:57.825 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 21 00:48:57.825 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 21 00:48:57.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 21 00:48:57.825 INFO kablam! Sep 21 00:48:57.825 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:57.825 INFO kablam! --> src/functions_ids.rs:58:21 Sep 21 00:48:57.825 INFO kablam! | Sep 21 00:48:57.825 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 21 00:48:57.825 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:57.825 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 21 00:48:57.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:57.825 INFO kablam! Sep 21 00:48:57.878 INFO kablam! error: aborting due to 3 previous errors Sep 21 00:48:57.878 INFO kablam! Sep 21 00:48:57.878 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 21 00:48:57.887 INFO kablam! error: Could not compile `wasmonkey`. Sep 21 00:48:57.887 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:48:57.906 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:57.906 INFO kablam! --> src/functions_ids.rs:16:17 Sep 21 00:48:57.906 INFO kablam! | Sep 21 00:48:57.906 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 21 00:48:57.906 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:57.906 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 21 00:48:57.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:57.906 INFO kablam! Sep 21 00:48:57.907 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 21 00:48:57.907 INFO kablam! --> src/functions_ids.rs:27:13 Sep 21 00:48:57.907 INFO kablam! | Sep 21 00:48:57.907 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 21 00:48:57.907 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 21 00:48:57.907 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 21 00:48:57.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 21 00:48:57.907 INFO kablam! Sep 21 00:48:57.909 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 21 00:48:57.909 INFO kablam! --> src/functions_ids.rs:58:21 Sep 21 00:48:57.909 INFO kablam! | Sep 21 00:48:57.909 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 21 00:48:57.909 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 21 00:48:57.909 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 21 00:48:57.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 21 00:48:57.909 INFO kablam! Sep 21 00:48:57.958 INFO kablam! error: aborting due to 3 previous errors Sep 21 00:48:57.958 INFO kablam! Sep 21 00:48:57.958 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 21 00:48:57.971 INFO kablam! error: Could not compile `wasmonkey`. Sep 21 00:48:57.971 INFO kablam! Sep 21 00:48:57.971 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:48:57.974 INFO kablam! su: No module specific data is present Sep 21 00:48:58.842 INFO running `"docker" "rm" "-f" "b16909d21cf28ee719569e0665e7e1edafe1302affd9201a709dd4be721feda8"` Sep 21 00:48:58.983 INFO blam! b16909d21cf28ee719569e0665e7e1edafe1302affd9201a709dd4be721feda8