Sep 17 15:01:32.436 INFO checking wasmonkey-0.1.4 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 15:01:32.436 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 15:01:32.436 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:01:32.889 INFO blam! 183577ac6c56473dabd19dc299c2545d1f1063a6e45e5cd753457622d6fa6a73 Sep 17 15:01:32.891 INFO running `"docker" "start" "-a" "183577ac6c56473dabd19dc299c2545d1f1063a6e45e5cd753457622d6fa6a73"` Sep 17 15:01:34.287 INFO kablam! usermod: no changes Sep 17 15:01:34.491 INFO kablam! Checking byteorder v1.2.6 Sep 17 15:01:34.491 INFO kablam! Checking xfailure v0.1.0 Sep 17 15:01:34.524 INFO kablam! Checking goblin v0.0.15 Sep 17 15:01:35.621 INFO kablam! Checking parity-wasm v0.31.3 Sep 17 15:01:43.779 INFO kablam! Checking wasmonkey v0.1.4 (/source) Sep 17 15:01:45.000 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:45.000 INFO kablam! --> src/functions_ids.rs:16:17 Sep 17 15:01:45.000 INFO kablam! | Sep 17 15:01:45.000 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 17 15:01:45.000 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:45.000 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 17 15:01:45.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:45.000 INFO kablam! Sep 17 15:01:45.011 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 17 15:01:45.011 INFO kablam! --> src/functions_ids.rs:27:13 Sep 17 15:01:45.011 INFO kablam! | Sep 17 15:01:45.011 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 17 15:01:45.011 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 17 15:01:45.012 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 17 15:01:45.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 17 15:01:45.012 INFO kablam! Sep 17 15:01:45.012 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:45.012 INFO kablam! --> src/functions_ids.rs:58:21 Sep 17 15:01:45.012 INFO kablam! | Sep 17 15:01:45.013 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 17 15:01:45.013 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:45.013 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 17 15:01:45.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:45.013 INFO kablam! Sep 17 15:01:45.015 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:45.015 INFO kablam! --> src/functions_ids.rs:16:17 Sep 17 15:01:45.015 INFO kablam! | Sep 17 15:01:45.015 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 17 15:01:45.016 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:45.016 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 17 15:01:45.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:45.016 INFO kablam! Sep 17 15:01:45.017 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 17 15:01:45.017 INFO kablam! --> src/functions_ids.rs:27:13 Sep 17 15:01:45.017 INFO kablam! | Sep 17 15:01:45.017 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 17 15:01:45.017 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 17 15:01:45.017 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 17 15:01:45.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 17 15:01:45.017 INFO kablam! Sep 17 15:01:45.026 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 17 15:01:45.026 INFO kablam! --> src/functions_ids.rs:58:21 Sep 17 15:01:45.026 INFO kablam! | Sep 17 15:01:45.026 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 17 15:01:45.026 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 17 15:01:45.026 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 17 15:01:45.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 17 15:01:45.026 INFO kablam! Sep 17 15:01:45.046 INFO kablam! error: aborting due to 3 previous errors Sep 17 15:01:45.046 INFO kablam! Sep 17 15:01:45.046 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 17 15:01:45.057 INFO kablam! error: Could not compile `wasmonkey`. Sep 17 15:01:45.057 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:01:45.088 INFO kablam! error: aborting due to 3 previous errors Sep 17 15:01:45.088 INFO kablam! Sep 17 15:01:45.088 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 17 15:01:45.108 INFO kablam! error: Could not compile `wasmonkey`. Sep 17 15:01:45.108 INFO kablam! Sep 17 15:01:45.108 INFO kablam! To learn more, run the command again with --verbose. Sep 17 15:01:45.118 INFO kablam! su: No module specific data is present Sep 17 15:01:46.126 INFO running `"docker" "rm" "-f" "183577ac6c56473dabd19dc299c2545d1f1063a6e45e5cd753457622d6fa6a73"` Sep 17 15:01:46.355 INFO blam! 183577ac6c56473dabd19dc299c2545d1f1063a6e45e5cd753457622d6fa6a73