Sep 01 02:11:49.586 INFO checking wasmonkey-0.1.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 02:11:49.586 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 02:11:49.586 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 02:11:49.758 INFO blam! 7c81aabd485684f9981b9338b4a13dc471a07b1525f0bffb0b050e71d8a01bd9 Sep 01 02:11:49.760 INFO running `"docker" "start" "-a" "7c81aabd485684f9981b9338b4a13dc471a07b1525f0bffb0b050e71d8a01bd9"` Sep 01 02:11:50.427 INFO kablam! Checking byteorder v1.2.6 Sep 01 02:11:50.427 INFO kablam! Checking xfailure v0.1.0 Sep 01 02:11:50.431 INFO kablam! Checking goblin v0.0.15 Sep 01 02:11:51.611 INFO kablam! Checking parity-wasm v0.31.3 Sep 01 02:12:01.500 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 01 02:12:02.886 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.886 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 02:12:02.886 INFO kablam! | Sep 01 02:12:02.886 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 02:12:02.886 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.886 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 02:12:02.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.886 INFO kablam! Sep 01 02:12:02.887 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 02:12:02.887 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 02:12:02.887 INFO kablam! | Sep 01 02:12:02.887 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 02:12:02.887 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 02:12:02.887 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 02:12:02.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 02:12:02.887 INFO kablam! Sep 01 02:12:02.891 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.891 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 02:12:02.891 INFO kablam! | Sep 01 02:12:02.891 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 02:12:02.891 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.891 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 02:12:02.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.891 INFO kablam! Sep 01 02:12:02.894 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.894 INFO kablam! --> src/functions_ids.rs:16:17 Sep 01 02:12:02.894 INFO kablam! | Sep 01 02:12:02.894 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 01 02:12:02.894 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.894 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 01 02:12:02.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.894 INFO kablam! Sep 01 02:12:02.895 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 01 02:12:02.895 INFO kablam! --> src/functions_ids.rs:27:13 Sep 01 02:12:02.895 INFO kablam! | Sep 01 02:12:02.895 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 01 02:12:02.895 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 01 02:12:02.895 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 01 02:12:02.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 01 02:12:02.895 INFO kablam! Sep 01 02:12:02.900 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 01 02:12:02.900 INFO kablam! --> src/functions_ids.rs:58:21 Sep 01 02:12:02.900 INFO kablam! | Sep 01 02:12:02.900 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 01 02:12:02.900 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 01 02:12:02.900 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 01 02:12:02.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 01 02:12:02.900 INFO kablam! Sep 01 02:12:02.954 INFO kablam! error: aborting due to 3 previous errors Sep 01 02:12:02.954 INFO kablam! Sep 01 02:12:02.954 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 02:12:02.959 INFO kablam! error: aborting due to 3 previous errors Sep 01 02:12:02.959 INFO kablam! Sep 01 02:12:02.959 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 01 02:12:02.966 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 02:12:02.966 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 02:12:02.975 INFO kablam! error: Could not compile `wasmonkey`. Sep 01 02:12:02.975 INFO kablam! Sep 01 02:12:02.975 INFO kablam! To learn more, run the command again with --verbose. Sep 01 02:12:02.977 INFO kablam! su: No module specific data is present Sep 01 02:12:03.422 INFO running `"docker" "rm" "-f" "7c81aabd485684f9981b9338b4a13dc471a07b1525f0bffb0b050e71d8a01bd9"` Sep 01 02:12:03.513 INFO blam! 7c81aabd485684f9981b9338b4a13dc471a07b1525f0bffb0b050e71d8a01bd9