Jul 11 17:48:41.280 INFO checking wasmonkey-0.1.4 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 17:48:41.281 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:48:41.281 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:48:41.281 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 17:48:41.557 INFO blam! 5daedf39c5e1e8614dfefd53ab6ee9b0d419cc9db8c1a211b24187229409ef95 Jul 11 17:48:41.558 INFO running `"docker" "start" "-a" "5daedf39c5e1e8614dfefd53ab6ee9b0d419cc9db8c1a211b24187229409ef95"` Jul 11 17:48:42.757 INFO kablam! Checking byteorder v1.2.3 Jul 11 17:48:42.757 INFO kablam! Checking plain v0.2.3 Jul 11 17:48:42.757 INFO kablam! Checking xfailure v0.1.0 Jul 11 17:48:42.800 INFO kablam! Compiling scroll_derive v0.9.4 Jul 11 17:48:46.495 INFO kablam! Checking parity-wasm v0.31.0 Jul 11 17:48:49.486 INFO kablam! Checking scroll v0.9.0 Jul 11 17:48:53.635 INFO kablam! Checking goblin v0.0.15 Jul 11 17:49:12.731 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Jul 11 17:49:14.486 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:14.486 INFO kablam! --> src/functions_ids.rs:16:17 Jul 11 17:49:14.486 INFO kablam! | Jul 11 17:49:14.487 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Jul 11 17:49:14.487 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:14.487 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Jul 11 17:49:14.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:14.487 INFO kablam! Jul 11 17:49:14.488 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Jul 11 17:49:14.488 INFO kablam! --> src/functions_ids.rs:27:13 Jul 11 17:49:14.488 INFO kablam! | Jul 11 17:49:14.488 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Jul 11 17:49:14.488 INFO kablam! | ----------- borrow of `*internal` occurs here Jul 11 17:49:14.488 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Jul 11 17:49:14.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Jul 11 17:49:14.488 INFO kablam! Jul 11 17:49:14.493 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:14.493 INFO kablam! --> src/functions_ids.rs:58:21 Jul 11 17:49:14.493 INFO kablam! | Jul 11 17:49:14.493 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Jul 11 17:49:14.493 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:14.493 INFO kablam! 58 | *opcode = Instruction::Call(after) Jul 11 17:49:14.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:14.493 INFO kablam! Jul 11 17:49:14.653 INFO kablam! error: aborting due to 3 previous errors Jul 11 17:49:14.653 INFO kablam! Jul 11 17:49:14.653 INFO kablam! For more information about this error, try `rustc --explain E0506`. Jul 11 17:49:14.679 INFO kablam! error: Could not compile `wasmonkey`. Jul 11 17:49:14.680 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 17:49:14.959 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:14.959 INFO kablam! --> src/functions_ids.rs:16:17 Jul 11 17:49:14.959 INFO kablam! | Jul 11 17:49:14.959 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Jul 11 17:49:14.959 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:14.959 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Jul 11 17:49:14.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:14.959 INFO kablam! Jul 11 17:49:14.960 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Jul 11 17:49:14.960 INFO kablam! --> src/functions_ids.rs:27:13 Jul 11 17:49:14.960 INFO kablam! | Jul 11 17:49:14.961 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Jul 11 17:49:14.961 INFO kablam! | ----------- borrow of `*internal` occurs here Jul 11 17:49:14.961 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Jul 11 17:49:14.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Jul 11 17:49:14.961 INFO kablam! Jul 11 17:49:14.973 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:14.973 INFO kablam! --> src/functions_ids.rs:58:21 Jul 11 17:49:14.974 INFO kablam! | Jul 11 17:49:14.974 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Jul 11 17:49:14.974 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:14.974 INFO kablam! 58 | *opcode = Instruction::Call(after) Jul 11 17:49:14.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:14.974 INFO kablam! Jul 11 17:49:15.059 INFO kablam! error: aborting due to 3 previous errors Jul 11 17:49:15.059 INFO kablam! Jul 11 17:49:15.059 INFO kablam! For more information about this error, try `rustc --explain E0506`. Jul 11 17:49:15.076 INFO kablam! error: Could not compile `wasmonkey`. Jul 11 17:49:15.077 INFO kablam! Jul 11 17:49:15.077 INFO kablam! To learn more, run the command again with --verbose. Jul 11 17:49:15.079 INFO kablam! su: No module specific data is present Jul 11 17:49:15.600 INFO running `"docker" "rm" "-f" "5daedf39c5e1e8614dfefd53ab6ee9b0d419cc9db8c1a211b24187229409ef95"` Jul 11 17:49:15.759 INFO blam! 5daedf39c5e1e8614dfefd53ab6ee9b0d419cc9db8c1a211b24187229409ef95