Sep 05 20:55:43.072 INFO checking wasmonkey-0.1.4 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 20:55:43.072 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 20:55:43.072 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 20:55:43.487 INFO blam! c59ea073495c826561f85d9d8a9bdee4a784e2964e95ede6a02a73c07fbd5d07 Sep 05 20:55:43.487 INFO running `"docker" "start" "-a" "c59ea073495c826561f85d9d8a9bdee4a784e2964e95ede6a02a73c07fbd5d07"` Sep 05 20:55:45.185 INFO kablam! usermod: no changes Sep 05 20:55:45.394 INFO kablam! Checking plain v0.2.3 Sep 05 20:55:45.399 INFO kablam! Checking xfailure v0.1.0 Sep 05 20:55:45.406 INFO kablam! Checking parity-wasm v0.31.3 Sep 05 20:55:45.406 INFO kablam! Compiling scroll_derive v0.9.4 Sep 05 20:55:50.514 INFO kablam! Checking scroll v0.9.0 Sep 05 20:55:52.189 INFO kablam! Checking goblin v0.0.15 Sep 05 20:55:58.927 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 05 20:55:59.880 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:55:59.880 INFO kablam! --> src/functions_ids.rs:16:17 Sep 05 20:55:59.880 INFO kablam! | Sep 05 20:55:59.880 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 05 20:55:59.880 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:55:59.880 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 05 20:55:59.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:55:59.880 INFO kablam! Sep 05 20:55:59.882 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 05 20:55:59.882 INFO kablam! --> src/functions_ids.rs:27:13 Sep 05 20:55:59.882 INFO kablam! | Sep 05 20:55:59.882 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 05 20:55:59.882 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 05 20:55:59.882 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 05 20:55:59.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 05 20:55:59.882 INFO kablam! Sep 05 20:55:59.886 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:55:59.886 INFO kablam! --> src/functions_ids.rs:58:21 Sep 05 20:55:59.886 INFO kablam! | Sep 05 20:55:59.886 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 05 20:55:59.886 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:55:59.886 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 05 20:55:59.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:55:59.886 INFO kablam! Sep 05 20:55:59.922 INFO kablam! error: aborting due to 3 previous errors Sep 05 20:55:59.922 INFO kablam! Sep 05 20:55:59.922 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 05 20:55:59.929 INFO kablam! error: Could not compile `wasmonkey`. Sep 05 20:55:59.929 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:55:59.934 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:55:59.934 INFO kablam! --> src/functions_ids.rs:16:17 Sep 05 20:55:59.934 INFO kablam! | Sep 05 20:55:59.934 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 05 20:55:59.934 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:55:59.934 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 05 20:55:59.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:55:59.934 INFO kablam! Sep 05 20:55:59.935 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 05 20:55:59.935 INFO kablam! --> src/functions_ids.rs:27:13 Sep 05 20:55:59.935 INFO kablam! | Sep 05 20:55:59.935 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 05 20:55:59.935 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 05 20:55:59.935 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 05 20:55:59.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 05 20:55:59.935 INFO kablam! Sep 05 20:55:59.937 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 05 20:55:59.937 INFO kablam! --> src/functions_ids.rs:58:21 Sep 05 20:55:59.937 INFO kablam! | Sep 05 20:55:59.937 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 05 20:55:59.937 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 05 20:55:59.937 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 05 20:55:59.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 05 20:55:59.937 INFO kablam! Sep 05 20:55:59.980 INFO kablam! error: aborting due to 3 previous errors Sep 05 20:55:59.980 INFO kablam! Sep 05 20:55:59.980 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 05 20:55:59.996 INFO kablam! error: Could not compile `wasmonkey`. Sep 05 20:55:59.996 INFO kablam! Sep 05 20:55:59.996 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:55:59.997 INFO kablam! su: No module specific data is present Sep 05 20:56:00.527 INFO running `"docker" "rm" "-f" "c59ea073495c826561f85d9d8a9bdee4a784e2964e95ede6a02a73c07fbd5d07"` Sep 05 20:56:00.620 INFO blam! c59ea073495c826561f85d9d8a9bdee4a784e2964e95ede6a02a73c07fbd5d07