Oct 27 05:49:02.629 INFO checking dgibb/moes-n64 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:49:02.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:02.954 INFO blam! 18d7eb69960508528985c22c85a013c08dbe9dabe5f68150ea1952dec18570cc Oct 27 05:49:02.955 INFO running `"docker" "start" "-a" "18d7eb69960508528985c22c85a013c08dbe9dabe5f68150ea1952dec18570cc"` Oct 27 05:49:03.592 INFO kablam! usermod: no changes Oct 27 05:49:03.703 INFO kablam! Checking mustache v0.8.1 Oct 27 05:49:04.631 INFO kablam! Checking nickel v0.10.0 Oct 27 05:49:07.971 INFO kablam! Checking NintenRust64 v0.1.0 (/source) Oct 27 05:49:10.583 INFO kablam! warning: unused import: `std::marker` Oct 27 05:49:10.584 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 27 05:49:10.585 INFO kablam! | Oct 27 05:49:10.585 INFO kablam! 4 | use std::marker; Oct 27 05:49:10.586 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:49:10.586 INFO kablam! | Oct 27 05:49:10.587 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:49:10.587 INFO kablam! Oct 27 05:49:10.588 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:10.589 INFO kablam! --> src/Interpreter.rs:39:29 Oct 27 05:49:10.589 INFO kablam! | Oct 27 05:49:10.590 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 27 05:49:10.590 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 05:49:10.591 INFO kablam! | Oct 27 05:49:10.591 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:49:10.592 INFO kablam! Oct 27 05:49:10.592 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:10.593 INFO kablam! --> src/Interpreter.rs:40:29 Oct 27 05:49:10.594 INFO kablam! | Oct 27 05:49:10.594 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 27 05:49:10.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:10.595 INFO kablam! Oct 27 05:49:10.596 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:10.596 INFO kablam! --> src/Interpreter.rs:41:29 Oct 27 05:49:10.596 INFO kablam! | Oct 27 05:49:10.596 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 27 05:49:10.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:10.596 INFO kablam! Oct 27 05:49:10.725 INFO kablam! warning: unused import: `std::marker` Oct 27 05:49:10.726 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 27 05:49:10.726 INFO kablam! | Oct 27 05:49:10.726 INFO kablam! 4 | use std::marker; Oct 27 05:49:10.727 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:49:10.727 INFO kablam! | Oct 27 05:49:10.727 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:49:10.727 INFO kablam! Oct 27 05:49:10.728 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:10.728 INFO kablam! --> src/Interpreter.rs:39:29 Oct 27 05:49:10.729 INFO kablam! | Oct 27 05:49:10.729 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 27 05:49:10.729 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 05:49:10.729 INFO kablam! | Oct 27 05:49:10.730 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:49:10.730 INFO kablam! Oct 27 05:49:10.730 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:10.731 INFO kablam! --> src/Interpreter.rs:40:29 Oct 27 05:49:10.731 INFO kablam! | Oct 27 05:49:10.731 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 27 05:49:10.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:10.732 INFO kablam! Oct 27 05:49:10.732 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 05:49:10.732 INFO kablam! --> src/Interpreter.rs:41:29 Oct 27 05:49:10.732 INFO kablam! | Oct 27 05:49:10.733 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 27 05:49:10.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:49:10.733 INFO kablam! Oct 27 05:49:10.791 INFO kablam! warning: unused variable: `PC` Oct 27 05:49:10.791 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:10.792 INFO kablam! | Oct 27 05:49:10.792 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.792 INFO kablam! | ^^ help: consider using `_PC` instead Oct 27 05:49:10.795 INFO kablam! | Oct 27 05:49:10.795 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:49:10.795 INFO kablam! Oct 27 05:49:10.827 INFO kablam! warning: variable does not need to be mutable Oct 27 05:49:10.827 INFO kablam! --> src/Interpreter.rs:19:13 Oct 27 05:49:10.827 INFO kablam! | Oct 27 05:49:10.828 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 27 05:49:10.828 INFO kablam! | ----^^^^^^^^^^^ Oct 27 05:49:10.828 INFO kablam! | | Oct 27 05:49:10.828 INFO kablam! | help: remove this `mut` Oct 27 05:49:10.829 INFO kablam! | Oct 27 05:49:10.829 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:49:10.829 INFO kablam! Oct 27 05:49:10.839 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 27 05:49:10.839 INFO kablam! | Oct 27 05:49:10.839 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:49:10.839 INFO kablam! Oct 27 05:49:10.840 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 27 05:49:10.840 INFO kablam! --> src/main.rs:12:1 Oct 27 05:49:10.840 INFO kablam! | Oct 27 05:49:10.840 INFO kablam! 12 | mod Emulator; Oct 27 05:49:10.841 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:49:10.841 INFO kablam! Oct 27 05:49:10.843 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 27 05:49:10.843 INFO kablam! --> src/main.rs:13:1 Oct 27 05:49:10.843 INFO kablam! | Oct 27 05:49:10.844 INFO kablam! 13 | mod TranslationCache; Oct 27 05:49:10.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:10.844 INFO kablam! Oct 27 05:49:10.845 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 27 05:49:10.845 INFO kablam! --> src/main.rs:14:1 Oct 27 05:49:10.845 INFO kablam! | Oct 27 05:49:10.845 INFO kablam! 14 | mod Emitter; Oct 27 05:49:10.846 INFO kablam! | ^^^^^^^^^^^^ Oct 27 05:49:10.846 INFO kablam! Oct 27 05:49:10.846 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 27 05:49:10.846 INFO kablam! --> src/main.rs:15:1 Oct 27 05:49:10.847 INFO kablam! | Oct 27 05:49:10.847 INFO kablam! 15 | mod Interpreter; Oct 27 05:49:10.847 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:49:10.847 INFO kablam! Oct 27 05:49:10.848 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:10.848 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:10.848 INFO kablam! | Oct 27 05:49:10.848 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.849 INFO kablam! | ^^ Oct 27 05:49:10.849 INFO kablam! Oct 27 05:49:10.849 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:10.849 INFO kablam! --> src/Interpreter.rs:15:48 Oct 27 05:49:10.850 INFO kablam! | Oct 27 05:49:10.850 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.850 INFO kablam! | ^^^ Oct 27 05:49:10.851 INFO kablam! Oct 27 05:49:10.851 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:10.851 INFO kablam! --> src/Interpreter.rs:64:37 Oct 27 05:49:10.851 INFO kablam! | Oct 27 05:49:10.852 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.852 INFO kablam! | ^^ Oct 27 05:49:10.852 INFO kablam! Oct 27 05:49:10.852 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:10.853 INFO kablam! --> src/Interpreter.rs:64:47 Oct 27 05:49:10.853 INFO kablam! | Oct 27 05:49:10.853 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.853 INFO kablam! | ^^^ Oct 27 05:49:10.853 INFO kablam! Oct 27 05:49:10.894 INFO kablam! warning: unused variable: `PC` Oct 27 05:49:10.894 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:10.895 INFO kablam! | Oct 27 05:49:10.895 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.895 INFO kablam! | ^^ help: consider using `_PC` instead Oct 27 05:49:10.896 INFO kablam! | Oct 27 05:49:10.896 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:49:10.896 INFO kablam! Oct 27 05:49:10.910 INFO kablam! warning: variable does not need to be mutable Oct 27 05:49:10.910 INFO kablam! --> src/Interpreter.rs:19:13 Oct 27 05:49:10.910 INFO kablam! | Oct 27 05:49:10.911 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 27 05:49:10.911 INFO kablam! | ----^^^^^^^^^^^ Oct 27 05:49:10.911 INFO kablam! | | Oct 27 05:49:10.912 INFO kablam! | help: remove this `mut` Oct 27 05:49:10.912 INFO kablam! | Oct 27 05:49:10.912 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:49:10.913 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 27 05:49:10.931 INFO kablam! --> src/main.rs:12:1 Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! 12 | mod Emulator; Oct 27 05:49:10.931 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 27 05:49:10.931 INFO kablam! --> src/main.rs:13:1 Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! 13 | mod TranslationCache; Oct 27 05:49:10.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 27 05:49:10.931 INFO kablam! --> src/main.rs:14:1 Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! 14 | mod Emitter; Oct 27 05:49:10.931 INFO kablam! | ^^^^^^^^^^^^ Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 27 05:49:10.931 INFO kablam! --> src/main.rs:15:1 Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! 15 | mod Interpreter; Oct 27 05:49:10.931 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:10.931 INFO kablam! --> src/Interpreter.rs:15:38 Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.931 INFO kablam! | ^^ Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:10.931 INFO kablam! --> src/Interpreter.rs:15:48 Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.931 INFO kablam! | ^^^ Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 27 05:49:10.931 INFO kablam! --> src/Interpreter.rs:64:37 Oct 27 05:49:10.931 INFO kablam! | Oct 27 05:49:10.931 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.931 INFO kablam! | ^^ Oct 27 05:49:10.931 INFO kablam! Oct 27 05:49:10.931 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 27 05:49:10.931 INFO kablam! --> src/Interpreter.rs:64:47 Oct 27 05:49:10.932 INFO kablam! | Oct 27 05:49:10.932 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 27 05:49:10.932 INFO kablam! | ^^^ Oct 27 05:49:10.932 INFO kablam! Oct 27 05:49:10.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.38s Oct 27 05:49:10.993 INFO kablam! su: No module specific data is present Oct 27 05:49:11.916 INFO running `"docker" "rm" "-f" "18d7eb69960508528985c22c85a013c08dbe9dabe5f68150ea1952dec18570cc"` Oct 27 05:49:12.211 INFO blam! 18d7eb69960508528985c22c85a013c08dbe9dabe5f68150ea1952dec18570cc