Aug 01 18:57:46.227 INFO checking wasmonkey-0.1.4 against 1.27.2+tmplazy for lazy_static-1 Aug 01 18:57:46.227 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 18:57:46.227 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 18:57:46.227 INFO running `"docker" "create" "-v" "/tmp/crater.FRKOJcw9rRKG:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-2/1.27.2+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 18:57:46.459 INFO blam! a01fe9dbded7b93aed3838cc844347afc1da04d53fafc030e98513134a37d092 Aug 01 18:57:46.461 INFO running `"docker" "start" "-a" "a01fe9dbded7b93aed3838cc844347afc1da04d53fafc030e98513134a37d092"` Aug 01 18:57:47.672 INFO kablam! Checking plain v0.2.3 Aug 01 18:57:47.683 INFO kablam! Checking xfailure v0.1.0 Aug 01 18:57:47.688 INFO kablam! Compiling scroll_derive v0.9.4 Aug 01 18:57:53.220 INFO kablam! Checking scroll v0.9.0 Aug 01 18:57:54.982 INFO kablam! Checking goblin v0.0.15 Aug 01 18:58:11.173 INFO kablam! Checking wasmonkey v0.1.4 (file:///source) Aug 01 18:58:13.128 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Aug 01 18:58:13.128 INFO kablam! --> src/functions_ids.rs:16:17 Aug 01 18:58:13.128 INFO kablam! | Aug 01 18:58:13.128 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Aug 01 18:58:13.128 INFO kablam! | ----------- borrow of `*opcode` occurs here Aug 01 18:58:13.128 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Aug 01 18:58:13.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Aug 01 18:58:13.128 INFO kablam! Aug 01 18:58:13.129 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Aug 01 18:58:13.129 INFO kablam! --> src/functions_ids.rs:27:13 Aug 01 18:58:13.129 INFO kablam! | Aug 01 18:58:13.129 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Aug 01 18:58:13.129 INFO kablam! | ----------- borrow of `*internal` occurs here Aug 01 18:58:13.129 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Aug 01 18:58:13.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Aug 01 18:58:13.132 INFO kablam! Aug 01 18:58:13.137 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Aug 01 18:58:13.137 INFO kablam! --> src/functions_ids.rs:58:21 Aug 01 18:58:13.137 INFO kablam! | Aug 01 18:58:13.137 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Aug 01 18:58:13.137 INFO kablam! | ----------- borrow of `*opcode` occurs here Aug 01 18:58:13.137 INFO kablam! 58 | *opcode = Instruction::Call(after) Aug 01 18:58:13.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Aug 01 18:58:13.148 INFO kablam! Aug 01 18:58:13.188 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Aug 01 18:58:13.188 INFO kablam! --> src/functions_ids.rs:16:17 Aug 01 18:58:13.188 INFO kablam! | Aug 01 18:58:13.188 INFO kablam! 15 | if let Instruction::Call(function_id) = opcode { Aug 01 18:58:13.188 INFO kablam! | ----------- borrow of `*opcode` occurs here Aug 01 18:58:13.188 INFO kablam! 16 | *opcode = Instruction::Call(*function_id + shift) Aug 01 18:58:13.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Aug 01 18:58:13.192 INFO kablam! Aug 01 18:58:13.194 INFO kablam! error[E0506]: cannot assign to `*internal` because it is borrowed Aug 01 18:58:13.194 INFO kablam! --> src/functions_ids.rs:27:13 Aug 01 18:58:13.194 INFO kablam! | Aug 01 18:58:13.194 INFO kablam! 26 | if let Internal::Function(function_id) = internal { Aug 01 18:58:13.194 INFO kablam! | ----------- borrow of `*internal` occurs here Aug 01 18:58:13.194 INFO kablam! 27 | *internal = Internal::Function(*function_id + shift) Aug 01 18:58:13.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*internal` occurs here Aug 01 18:58:13.194 INFO kablam! Aug 01 18:58:13.198 INFO kablam! error[E0506]: cannot assign to `*opcode` because it is borrowed Aug 01 18:58:13.198 INFO kablam! --> src/functions_ids.rs:58:21 Aug 01 18:58:13.198 INFO kablam! | Aug 01 18:58:13.198 INFO kablam! 57 | Instruction::Call(function_id) if *function_id == before => { Aug 01 18:58:13.198 INFO kablam! | ----------- borrow of `*opcode` occurs here Aug 01 18:58:13.198 INFO kablam! 58 | *opcode = Instruction::Call(after) Aug 01 18:58:13.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `*opcode` occurs here Aug 01 18:58:13.199 INFO kablam! Aug 01 18:58:13.245 INFO kablam! error: aborting due to 3 previous errors Aug 01 18:58:13.245 INFO kablam! Aug 01 18:58:13.245 INFO kablam! For more information about this error, try `rustc --explain E0506`. Aug 01 18:58:13.272 INFO kablam! error: Could not compile `wasmonkey`. Aug 01 18:58:13.272 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 01 18:58:13.300 INFO kablam! error: aborting due to 3 previous errors Aug 01 18:58:13.300 INFO kablam! Aug 01 18:58:13.300 INFO kablam! For more information about this error, try `rustc --explain E0506`. Aug 01 18:58:13.343 INFO kablam! error: Could not compile `wasmonkey`. Aug 01 18:58:13.343 INFO kablam! Aug 01 18:58:13.343 INFO kablam! To learn more, run the command again with --verbose. Aug 01 18:58:13.345 INFO kablam! su: No module specific data is present Aug 01 18:58:13.817 INFO running `"docker" "rm" "-f" "a01fe9dbded7b93aed3838cc844347afc1da04d53fafc030e98513134a37d092"` Aug 01 18:58:13.972 INFO blam! a01fe9dbded7b93aed3838cc844347afc1da04d53fafc030e98513134a37d092