Sep 10 06:33:06.609 INFO checking wasmonkey-0.1.4 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 06:33:06.609 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 06:33:06.609 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:33:06.812 INFO blam! 794d2a934752126a47a45fe0f02e0efe5b92961cda944c215d7695f0da1de227 Sep 10 06:33:06.814 INFO running `"docker" "start" "-a" "794d2a934752126a47a45fe0f02e0efe5b92961cda944c215d7695f0da1de227"` Sep 10 06:33:07.978 INFO kablam! usermod: no changes Sep 10 06:33:08.153 INFO kablam! Checking xfailure v0.1.0 Sep 10 06:33:08.171 INFO kablam! Compiling scroll_derive v0.9.4 Sep 10 06:33:11.677 INFO kablam! Checking scroll v0.9.0 Sep 10 06:33:12.766 INFO kablam! Checking goblin v0.0.15 Sep 10 06:33:19.190 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Sep 10 06:33:20.483 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:20.483 INFO kablam! --> src/functions_ids.rs:16:17 Sep 10 06:33:20.483 INFO kablam! | Sep 10 06:33:20.483 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 10 06:33:20.483 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:20.483 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 10 06:33:20.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:20.483 INFO kablam! Sep 10 06:33:20.484 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 10 06:33:20.484 INFO kablam! --> src/functions_ids.rs:27:13 Sep 10 06:33:20.484 INFO kablam! | Sep 10 06:33:20.484 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 10 06:33:20.484 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 10 06:33:20.484 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 10 06:33:20.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 10 06:33:20.484 INFO kablam! Sep 10 06:33:20.486 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:20.486 INFO kablam! --> src/functions_ids.rs:58:21 Sep 10 06:33:20.486 INFO kablam! | Sep 10 06:33:20.486 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 10 06:33:20.486 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:20.486 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 10 06:33:20.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:20.487 INFO kablam! Sep 10 06:33:20.490 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:20.490 INFO kablam! --> src/functions_ids.rs:16:17 Sep 10 06:33:20.490 INFO kablam! | Sep 10 06:33:20.490 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Sep 10 06:33:20.490 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:20.490 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Sep 10 06:33:20.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:20.490 INFO kablam! Sep 10 06:33:20.491 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Sep 10 06:33:20.491 INFO kablam! --> src/functions_ids.rs:27:13 Sep 10 06:33:20.491 INFO kablam! | Sep 10 06:33:20.491 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Sep 10 06:33:20.491 INFO kablam! | ----------- borrow of `*internal` occurs here Sep 10 06:33:20.491 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Sep 10 06:33:20.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Sep 10 06:33:20.491 INFO kablam! Sep 10 06:33:20.494 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Sep 10 06:33:20.494 INFO kablam! --> src/functions_ids.rs:58:21 Sep 10 06:33:20.494 INFO kablam! | Sep 10 06:33:20.494 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Sep 10 06:33:20.494 INFO kablam! | ----------- borrow of `*opcode` occurs here Sep 10 06:33:20.494 INFO kablam! 58 | *opcode = Instruction::Call(after) Sep 10 06:33:20.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Sep 10 06:33:20.494 INFO kablam! Sep 10 06:33:20.528 INFO kablam! error: aborting due to 3 previous errors Sep 10 06:33:20.528 INFO kablam! Sep 10 06:33:20.528 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 10 06:33:20.538 INFO kablam! error: Could not compile `wasmonkey`. Sep 10 06:33:20.538 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:33:20.583 INFO kablam! error: aborting due to 3 previous errors Sep 10 06:33:20.583 INFO kablam! Sep 10 06:33:20.583 INFO kablam! For more information about this error, try `rustc --explain E0506`. Sep 10 06:33:20.621 INFO kablam! error: Could not compile `wasmonkey`. Sep 10 06:33:20.621 INFO kablam! Sep 10 06:33:20.621 INFO kablam! To learn more, run the command again with --verbose. Sep 10 06:33:20.623 INFO kablam! su: No module specific data is present Sep 10 06:33:21.864 INFO running `"docker" "rm" "-f" "794d2a934752126a47a45fe0f02e0efe5b92961cda944c215d7695f0da1de227"` Sep 10 06:33:21.990 INFO blam! 794d2a934752126a47a45fe0f02e0efe5b92961cda944c215d7695f0da1de227