Sep 01 19:17:41.101 INFO checking wasmonkey-0.1.4 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 19:17:41.101 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 19:17:41.101 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:17:41.248 INFO blam! 3c7b65fa0a575555b3c2e9100b49427acae1e8a43ebeca4fcab1dc1e69a1225f Sep 01 19:17:41.248 INFO running `"docker" "start" "-a" "3c7b65fa0a575555b3c2e9100b49427acae1e8a43ebeca4fcab1dc1e69a1225f"` Sep 01 19:17:41.889 INFO kablam! Checking byteorder v1.2.6 Sep 01 19:17:41.890 INFO kablam! Checking xfailure v0.1.0 Sep 01 19:17:41.892 INFO kablam! Compiling scroll_derive v0.9.4 Sep 01 19:17:42.951 INFO kablam! Checking parity-wasm v0.31.3 Sep 01 19:17:45.405 INFO kablam! Checking scroll v0.9.0 Sep 01 19:17:47.728 INFO kablam! Checking goblin v0.0.15 Sep 01 19:17:57.724 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 01 19:17:59.193 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:59.193 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 19:17:59.193 INFO kablam! | Sep 01 19:17:59.194 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 19:17:59.194 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:59.194 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 19:17:59.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:59.194 INFO kablam! Sep 01 19:17:59.195 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 19:17:59.195 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 19:17:59.195 INFO kablam! | Sep 01 19:17:59.195 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 19:17:59.195 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 19:17:59.195 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 19:17:59.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 19:17:59.195 INFO kablam! Sep 01 19:17:59.201 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:59.201 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 19:17:59.201 INFO kablam! | Sep 01 19:17:59.201 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 19:17:59.201 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:59.202 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 19:17:59.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:59.202 INFO kablam! Sep 01 19:17:59.296 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:17:59.296 INFO kablam! Sep 01 19:17:59.296 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 19:17:59.310 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 19:17:59.311 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:17:59.352 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:59.352 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 19:17:59.353 INFO kablam! | Sep 01 19:17:59.353 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 19:17:59.353 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:59.353 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 19:17:59.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:59.353 INFO kablam! Sep 01 19:17:59.354 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 19:17:59.354 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 19:17:59.354 INFO kablam! | Sep 01 19:17:59.354 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 19:17:59.354 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 19:17:59.354 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 19:17:59.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 19:17:59.354 INFO kablam! Sep 01 19:17:59.359 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 19:17:59.360 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 19:17:59.360 INFO kablam! | Sep 01 19:17:59.360 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 19:17:59.360 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 19:17:59.360 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 19:17:59.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 19:17:59.360 INFO kablam! Sep 01 19:17:59.426 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:17:59.426 INFO kablam! Sep 01 19:17:59.426 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 19:17:59.440 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 19:17:59.440 INFO kablam! Sep 01 19:17:59.440 INFO kablam! To learn more, run the command again with --verbose. Sep 01 19:17:59.442 INFO kablam! su: No module specific data is present Sep 01 19:17:59.967 INFO running `"docker" "rm" "-f" "3c7b65fa0a575555b3c2e9100b49427acae1e8a43ebeca4fcab1dc1e69a1225f"` Sep 01 19:18:00.138 INFO blam! 3c7b65fa0a575555b3c2e9100b49427acae1e8a43ebeca4fcab1dc1e69a1225f