Jul 11 17:48:37.605 INFO checking wasmonkey-0.1.4 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 17:48:37.605 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 17:48:37.605 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 17:48:37.605 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 17:48:37.830 INFO blam! 1fcd6fd040afb052647ab57d0bc9218b3eea7d1da9f1322e0a9f5bcdb7d019d8 Jul 11 17:48:37.832 INFO running `"docker" "start" "-a" "1fcd6fd040afb052647ab57d0bc9218b3eea7d1da9f1322e0a9f5bcdb7d019d8"` Jul 11 17:48:39.145 INFO kablam! Checking byteorder v1.2.3 Jul 11 17:48:39.155 INFO kablam! Checking xfailure v0.1.0 Jul 11 17:48:39.168 INFO kablam! Compiling scroll_derive v0.9.4 Jul 11 17:48:41.196 INFO kablam! Checking parity-wasm v0.31.0 Jul 11 17:48:46.064 INFO kablam! Checking scroll v0.9.0 Jul 11 17:48:50.425 INFO kablam! Checking goblin v0.0.15 Jul 11 17:49:08.620 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Jul 11 17:49:10.490 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:10.490 INFO kablam! --> src/functions_ids.rs:16:17 Jul 11 17:49:10.490 INFO kablam! | Jul 11 17:49:10.490 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Jul 11 17:49:10.490 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:10.490 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Jul 11 17:49:10.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:10.490 INFO kablam! Jul 11 17:49:10.491 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Jul 11 17:49:10.491 INFO kablam! --> src/functions_ids.rs:27:13 Jul 11 17:49:10.491 INFO kablam! | Jul 11 17:49:10.491 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Jul 11 17:49:10.491 INFO kablam! | ----------- borrow of `*internal` occurs here Jul 11 17:49:10.491 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Jul 11 17:49:10.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Jul 11 17:49:10.491 INFO kablam! Jul 11 17:49:10.496 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:10.497 INFO kablam! --> src/functions_ids.rs:58:21 Jul 11 17:49:10.497 INFO kablam! | Jul 11 17:49:10.497 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Jul 11 17:49:10.497 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:10.497 INFO kablam! 58 | *opcode = Instruction::Call(after) Jul 11 17:49:10.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:10.497 INFO kablam! Jul 11 17:49:10.587 INFO kablam! error: aborting due to 3 previous errors Jul 11 17:49:10.587 INFO kablam! Jul 11 17:49:10.587 INFO kablam! For more information about this error, try `rustc --explain E0506`. Jul 11 17:49:10.600 INFO kablam! error: Could not compile `wasmonkey`. Jul 11 17:49:10.601 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 17:49:11.032 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:11.032 INFO kablam! --> src/functions_ids.rs:16:17 Jul 11 17:49:11.032 INFO kablam! | Jul 11 17:49:11.032 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Jul 11 17:49:11.032 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:11.032 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Jul 11 17:49:11.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:11.032 INFO kablam! Jul 11 17:49:11.033 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Jul 11 17:49:11.033 INFO kablam! --> src/functions_ids.rs:27:13 Jul 11 17:49:11.033 INFO kablam! | Jul 11 17:49:11.033 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Jul 11 17:49:11.033 INFO kablam! | ----------- borrow of `*internal` occurs here Jul 11 17:49:11.033 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Jul 11 17:49:11.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Jul 11 17:49:11.033 INFO kablam! Jul 11 17:49:11.039 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Jul 11 17:49:11.039 INFO kablam! --> src/functions_ids.rs:58:21 Jul 11 17:49:11.039 INFO kablam! | Jul 11 17:49:11.039 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Jul 11 17:49:11.039 INFO kablam! | ----------- borrow of `*opcode` occurs here Jul 11 17:49:11.039 INFO kablam! 58 | *opcode = Instruction::Call(after) Jul 11 17:49:11.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Jul 11 17:49:11.039 INFO kablam! Jul 11 17:49:11.147 INFO kablam! error: aborting due to 3 previous errors Jul 11 17:49:11.148 INFO kablam! Jul 11 17:49:11.149 INFO kablam! For more information about this error, try `rustc --explain E0506`. Jul 11 17:49:11.198 INFO kablam! error: Could not compile `wasmonkey`. Jul 11 17:49:11.198 INFO kablam! Jul 11 17:49:11.199 INFO kablam! To learn more, run the command again with --verbose. Jul 11 17:49:11.199 INFO kablam! su: No module specific data is present Jul 11 17:49:11.715 INFO running `"docker" "rm" "-f" "1fcd6fd040afb052647ab57d0bc9218b3eea7d1da9f1322e0a9f5bcdb7d019d8"` Jul 11 17:49:11.901 INFO blam! 1fcd6fd040afb052647ab57d0bc9218b3eea7d1da9f1322e0a9f5bcdb7d019d8