Oct 27 05:49:02.691 INFO checking dgibb/moes-n64 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:49:02.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 05:49:03.023 INFO blam! 932d0e76a86fb6cee66aa1618fec7fdfeff2681084b40cf5bd959e71ab204ce7 Oct 27 05:49:03.027 INFO running `"docker" "start" "-a" "932d0e76a86fb6cee66aa1618fec7fdfeff2681084b40cf5bd959e71ab204ce7"` Oct 27 05:49:03.631 INFO kablam! usermod: no changes Oct 27 05:49:03.715 INFO kablam! Checking mustache v0.8.1 Oct 27 05:49:03.715 INFO kablam! Checking hyper v0.10.12 Oct 27 05:49:08.076 INFO kablam! Checking nickel v0.10.0 Oct 27 05:49:11.335 INFO kablam! Checking NintenRust64 v0.1.0 (/source) Oct 27 05:49:12.947 INFO kablam! warning: unused import: `std::marker` Oct 27 05:49:12.947 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 27 05:49:12.947 INFO kablam! | Oct 27 05:49:12.947 INFO kablam! 4 | use std::marker; Oct 27 05:49:12.947 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:49:12.947 INFO kablam! | Oct 27 05:49:12.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:49:12.947 INFO kablam! Oct 27 05:49:12.947 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:12.947 INFO kablam! --> src/Interpreter.rs:39:29 Oct 27 05:49:12.947 INFO kablam! | Oct 27 05:49:12.947 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 27 05:49:12.947 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 05:49:12.947 INFO kablam! | Oct 27 05:49:12.947 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:49:12.947 INFO kablam! Oct 27 05:49:12.947 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:12.947 INFO kablam! --> src/Interpreter.rs:40:29 Oct 27 05:49:12.947 INFO kablam! | Oct 27 05:49:12.947 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 27 05:49:12.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:12.947 INFO kablam! Oct 27 05:49:12.947 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:12.947 INFO kablam! --> src/Interpreter.rs:41:29 Oct 27 05:49:12.947 INFO kablam! | Oct 27 05:49:12.947 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 27 05:49:12.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:12.947 INFO kablam! Oct 27 05:49:13.051 INFO kablam! warning: unused variable: `PC` Oct 27 05:49:13.051 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:13.051 INFO kablam! | Oct 27 05:49:13.051 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.051 INFO kablam! | ^^ help: consider using `_PC` instead Oct 27 05:49:13.051 INFO kablam! | Oct 27 05:49:13.051 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:49:13.051 INFO kablam! Oct 27 05:49:13.089 INFO kablam! warning: variable does not need to be mutable Oct 27 05:49:13.089 INFO kablam! --> src/Interpreter.rs:19:13 Oct 27 05:49:13.089 INFO kablam! | Oct 27 05:49:13.089 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 27 05:49:13.089 INFO kablam! | ----^^^^^^^^^^^ Oct 27 05:49:13.089 INFO kablam! | | Oct 27 05:49:13.089 INFO kablam! | help: remove this `mut` Oct 27 05:49:13.089 INFO kablam! | Oct 27 05:49:13.089 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:49:13.089 INFO kablam! Oct 27 05:49:13.089 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 27 05:49:13.089 INFO kablam! | Oct 27 05:49:13.089 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:49:13.089 INFO kablam! Oct 27 05:49:13.089 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 27 05:49:13.089 INFO kablam! --> src/main.rs:12:1 Oct 27 05:49:13.089 INFO kablam! | Oct 27 05:49:13.089 INFO kablam! 12 | mod Emulator; Oct 27 05:49:13.089 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:49:13.089 INFO kablam! Oct 27 05:49:13.089 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 27 05:49:13.089 INFO kablam! --> src/main.rs:13:1 Oct 27 05:49:13.089 INFO kablam! | Oct 27 05:49:13.089 INFO kablam! 13 | mod TranslationCache; Oct 27 05:49:13.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:13.089 INFO kablam! Oct 27 05:49:13.089 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 27 05:49:13.089 INFO kablam! --> src/main.rs:14:1 Oct 27 05:49:13.089 INFO kablam! | Oct 27 05:49:13.089 INFO kablam! 14 | mod Emitter; Oct 27 05:49:13.089 INFO kablam! | ^^^^^^^^^^^^ Oct 27 05:49:13.089 INFO kablam! Oct 27 05:49:13.089 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 27 05:49:13.089 INFO kablam! --> src/main.rs:15:1 Oct 27 05:49:13.089 INFO kablam! | Oct 27 05:49:13.089 INFO kablam! 15 | mod Interpreter; Oct 27 05:49:13.089 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:49:13.089 INFO kablam! Oct 27 05:49:13.089 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:13.090 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:13.090 INFO kablam! | Oct 27 05:49:13.090 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.090 INFO kablam! | ^^ Oct 27 05:49:13.090 INFO kablam! Oct 27 05:49:13.090 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:13.090 INFO kablam! --> src/Interpreter.rs:15:48 Oct 27 05:49:13.090 INFO kablam! | Oct 27 05:49:13.090 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.090 INFO kablam! | ^^^ Oct 27 05:49:13.090 INFO kablam! Oct 27 05:49:13.090 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:13.090 INFO kablam! --> src/Interpreter.rs:64:37 Oct 27 05:49:13.090 INFO kablam! | Oct 27 05:49:13.090 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.090 INFO kablam! | ^^ Oct 27 05:49:13.090 INFO kablam! Oct 27 05:49:13.090 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:13.090 INFO kablam! --> src/Interpreter.rs:64:47 Oct 27 05:49:13.090 INFO kablam! | Oct 27 05:49:13.090 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.090 INFO kablam! | ^^^ Oct 27 05:49:13.090 INFO kablam! Oct 27 05:49:13.183 INFO kablam! warning: unused import: `std::marker` Oct 27 05:49:13.183 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 27 05:49:13.183 INFO kablam! | Oct 27 05:49:13.183 INFO kablam! 4 | use std::marker; Oct 27 05:49:13.183 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:49:13.183 INFO kablam! | Oct 27 05:49:13.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:49:13.183 INFO kablam! Oct 27 05:49:13.183 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:13.183 INFO kablam! --> src/Interpreter.rs:39:29 Oct 27 05:49:13.183 INFO kablam! | Oct 27 05:49:13.183 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 27 05:49:13.183 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 05:49:13.183 INFO kablam! | Oct 27 05:49:13.183 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:49:13.183 INFO kablam! Oct 27 05:49:13.183 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:13.183 INFO kablam! --> src/Interpreter.rs:40:29 Oct 27 05:49:13.183 INFO kablam! | Oct 27 05:49:13.183 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 27 05:49:13.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:13.183 INFO kablam! Oct 27 05:49:13.183 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:13.183 INFO kablam! --> src/Interpreter.rs:41:29 Oct 27 05:49:13.183 INFO kablam! | Oct 27 05:49:13.183 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 27 05:49:13.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:13.183 INFO kablam! Oct 27 05:49:13.275 INFO kablam! warning: unused variable: `PC` Oct 27 05:49:13.275 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:13.275 INFO kablam! | Oct 27 05:49:13.275 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.275 INFO kablam! | ^^ help: consider using `_PC` instead Oct 27 05:49:13.275 INFO kablam! | Oct 27 05:49:13.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:49:13.275 INFO kablam! Oct 27 05:49:13.287 INFO kablam! warning: variable does not need to be mutable Oct 27 05:49:13.287 INFO kablam! --> src/Interpreter.rs:19:13 Oct 27 05:49:13.287 INFO kablam! | Oct 27 05:49:13.287 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 27 05:49:13.287 INFO kablam! | ----^^^^^^^^^^^ Oct 27 05:49:13.287 INFO kablam! | | Oct 27 05:49:13.287 INFO kablam! | help: remove this `mut` Oct 27 05:49:13.287 INFO kablam! | Oct 27 05:49:13.287 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:49:13.287 INFO kablam! Oct 27 05:49:13.292 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 27 05:49:13.292 INFO kablam! | Oct 27 05:49:13.292 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:49:13.292 INFO kablam! Oct 27 05:49:13.293 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 27 05:49:13.293 INFO kablam! --> src/main.rs:12:1 Oct 27 05:49:13.293 INFO kablam! | Oct 27 05:49:13.293 INFO kablam! 12 | mod Emulator; Oct 27 05:49:13.293 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:49:13.293 INFO kablam! Oct 27 05:49:13.293 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 27 05:49:13.293 INFO kablam! --> src/main.rs:13:1 Oct 27 05:49:13.293 INFO kablam! | Oct 27 05:49:13.293 INFO kablam! 13 | mod TranslationCache; Oct 27 05:49:13.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:13.293 INFO kablam! Oct 27 05:49:13.293 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 27 05:49:13.293 INFO kablam! --> src/main.rs:14:1 Oct 27 05:49:13.293 INFO kablam! | Oct 27 05:49:13.293 INFO kablam! 14 | mod Emitter; Oct 27 05:49:13.293 INFO kablam! | ^^^^^^^^^^^^ Oct 27 05:49:13.293 INFO kablam! Oct 27 05:49:13.293 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 27 05:49:13.293 INFO kablam! --> src/main.rs:15:1 Oct 27 05:49:13.294 INFO kablam! | Oct 27 05:49:13.294 INFO kablam! 15 | mod Interpreter; Oct 27 05:49:13.294 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:49:13.294 INFO kablam! Oct 27 05:49:13.294 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:13.294 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:13.294 INFO kablam! | Oct 27 05:49:13.294 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.294 INFO kablam! | ^^ Oct 27 05:49:13.294 INFO kablam! Oct 27 05:49:13.294 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:13.294 INFO kablam! --> src/Interpreter.rs:15:48 Oct 27 05:49:13.294 INFO kablam! | Oct 27 05:49:13.294 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.294 INFO kablam! | ^^^ Oct 27 05:49:13.294 INFO kablam! Oct 27 05:49:13.294 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:13.294 INFO kablam! --> src/Interpreter.rs:64:37 Oct 27 05:49:13.294 INFO kablam! | Oct 27 05:49:13.294 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.294 INFO kablam! | ^^ Oct 27 05:49:13.294 INFO kablam! Oct 27 05:49:13.294 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:13.294 INFO kablam! --> src/Interpreter.rs:64:47 Oct 27 05:49:13.294 INFO kablam! | Oct 27 05:49:13.294 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:13.294 INFO kablam! | ^^^ Oct 27 05:49:13.294 INFO kablam! Oct 27 05:49:13.330 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.68s Oct 27 05:49:13.335 INFO kablam! su: No module specific data is present Oct 27 05:49:13.636 INFO running `"docker" "rm" "-f" "932d0e76a86fb6cee66aa1618fec7fdfeff2681084b40cf5bd959e71ab204ce7"` Oct 27 05:49:13.731 INFO blam! 932d0e76a86fb6cee66aa1618fec7fdfeff2681084b40cf5bd959e71ab204ce7