Oct 11 00:14:02.104 INFO testing dgibb/moes-n64 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:14:02.104 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:14:02.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:14:02.508 INFO blam! f73816981f8a18374b0d034c248b1a3cb221128863e77498d531ee2895a007c7 Oct 11 00:14:02.508 INFO running `"docker" "start" "-a" "f73816981f8a18374b0d034c248b1a3cb221128863e77498d531ee2895a007c7"` Oct 11 00:14:03.212 INFO kablam! usermod: no changes Oct 11 00:14:03.356 INFO kablam! Compiling mustache v0.8.1 Oct 11 00:14:05.106 INFO kablam! Compiling nickel v0.10.0 Oct 11 00:14:10.923 INFO kablam! Compiling NintenRust64 v0.1.0 (/source) Oct 11 00:14:13.620 INFO kablam! warning: unused import: `std::marker` Oct 11 00:14:13.620 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 11 00:14:13.620 INFO kablam! | Oct 11 00:14:13.620 INFO kablam! 4 | use std::marker; Oct 11 00:14:13.620 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:14:13.620 INFO kablam! | Oct 11 00:14:13.620 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:14:13.620 INFO kablam! Oct 11 00:14:13.620 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:14:13.620 INFO kablam! --> src/Interpreter.rs:39:29 Oct 11 00:14:13.620 INFO kablam! | Oct 11 00:14:13.620 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 11 00:14:13.620 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 00:14:13.620 INFO kablam! | Oct 11 00:14:13.620 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:14:13.621 INFO kablam! Oct 11 00:14:13.621 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:14:13.621 INFO kablam! --> src/Interpreter.rs:40:29 Oct 11 00:14:13.621 INFO kablam! | Oct 11 00:14:13.621 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 11 00:14:13.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:14:13.621 INFO kablam! Oct 11 00:14:13.621 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:14:13.621 INFO kablam! --> src/Interpreter.rs:41:29 Oct 11 00:14:13.621 INFO kablam! | Oct 11 00:14:13.621 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 11 00:14:13.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:14:13.621 INFO kablam! Oct 11 00:14:13.744 INFO kablam! warning: unused variable: `PC` Oct 11 00:14:13.744 INFO kablam! --> src/Interpreter.rs:15:38 Oct 11 00:14:13.745 INFO kablam! | Oct 11 00:14:13.745 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:13.745 INFO kablam! | ^^ help: consider using `_PC` instead Oct 11 00:14:13.745 INFO kablam! | Oct 11 00:14:13.745 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:14:13.745 INFO kablam! Oct 11 00:14:13.759 INFO kablam! warning: variable does not need to be mutable Oct 11 00:14:13.759 INFO kablam! --> src/Interpreter.rs:19:13 Oct 11 00:14:13.759 INFO kablam! | Oct 11 00:14:13.759 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 11 00:14:13.759 INFO kablam! | ----^^^^^^^^^^^ Oct 11 00:14:13.759 INFO kablam! | | Oct 11 00:14:13.759 INFO kablam! | help: remove this `mut` Oct 11 00:14:13.759 INFO kablam! | Oct 11 00:14:13.763 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:14:13.763 INFO kablam! Oct 11 00:14:13.765 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 11 00:14:13.765 INFO kablam! | Oct 11 00:14:13.765 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:14:13.765 INFO kablam! Oct 11 00:14:13.766 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 11 00:14:13.766 INFO kablam! --> src/main.rs:12:1 Oct 11 00:14:13.766 INFO kablam! | Oct 11 00:14:13.766 INFO kablam! 12 | mod Emulator; Oct 11 00:14:13.766 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:14:13.766 INFO kablam! Oct 11 00:14:13.768 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 11 00:14:13.768 INFO kablam! --> src/main.rs:13:1 Oct 11 00:14:13.768 INFO kablam! | Oct 11 00:14:13.768 INFO kablam! 13 | mod TranslationCache; Oct 11 00:14:13.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:14:13.768 INFO kablam! Oct 11 00:14:13.768 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 11 00:14:13.768 INFO kablam! --> src/main.rs:14:1 Oct 11 00:14:13.768 INFO kablam! | Oct 11 00:14:13.768 INFO kablam! 14 | mod Emitter; Oct 11 00:14:13.768 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:14:13.768 INFO kablam! Oct 11 00:14:13.768 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 11 00:14:13.768 INFO kablam! --> src/main.rs:15:1 Oct 11 00:14:13.768 INFO kablam! | Oct 11 00:14:13.768 INFO kablam! 15 | mod Interpreter; Oct 11 00:14:13.768 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:14:13.768 INFO kablam! Oct 11 00:14:13.768 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 11 00:14:13.768 INFO kablam! --> src/Interpreter.rs:15:38 Oct 11 00:14:13.768 INFO kablam! | Oct 11 00:14:13.768 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:13.768 INFO kablam! | ^^ Oct 11 00:14:13.768 INFO kablam! Oct 11 00:14:13.768 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 11 00:14:13.768 INFO kablam! --> src/Interpreter.rs:15:48 Oct 11 00:14:13.768 INFO kablam! | Oct 11 00:14:13.769 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:13.769 INFO kablam! | ^^^ Oct 11 00:14:13.769 INFO kablam! Oct 11 00:14:13.769 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 11 00:14:13.769 INFO kablam! --> src/Interpreter.rs:64:37 Oct 11 00:14:13.769 INFO kablam! | Oct 11 00:14:13.769 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:13.769 INFO kablam! | ^^ Oct 11 00:14:13.769 INFO kablam! Oct 11 00:14:13.769 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 11 00:14:13.769 INFO kablam! --> src/Interpreter.rs:64:47 Oct 11 00:14:13.769 INFO kablam! | Oct 11 00:14:13.769 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:13.769 INFO kablam! | ^^^ Oct 11 00:14:13.769 INFO kablam! Oct 11 00:14:17.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.35s Oct 11 00:14:17.605 INFO kablam! su: No module specific data is present Oct 11 00:14:18.737 INFO running `"docker" "rm" "-f" "f73816981f8a18374b0d034c248b1a3cb221128863e77498d531ee2895a007c7"` Oct 11 00:14:18.960 INFO blam! f73816981f8a18374b0d034c248b1a3cb221128863e77498d531ee2895a007c7 Oct 11 00:14:18.976 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:14:18.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:14:19.332 INFO blam! 916758cfc4eabec87fa81b4682890b4a1881efc7d8e80c415e4d7607bca2adcd Oct 11 00:14:19.341 INFO running `"docker" "start" "-a" "916758cfc4eabec87fa81b4682890b4a1881efc7d8e80c415e4d7607bca2adcd"` Oct 11 00:14:20.408 INFO kablam! usermod: no changes Oct 11 00:14:20.532 INFO kablam! Compiling NintenRust64 v0.1.0 (/source) Oct 11 00:14:23.404 INFO kablam! warning: unused import: `std::marker` Oct 11 00:14:23.404 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 11 00:14:23.404 INFO kablam! | Oct 11 00:14:23.404 INFO kablam! 4 | use std::marker; Oct 11 00:14:23.404 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:14:23.404 INFO kablam! | Oct 11 00:14:23.404 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:14:23.404 INFO kablam! Oct 11 00:14:23.404 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:14:23.404 INFO kablam! --> src/Interpreter.rs:39:29 Oct 11 00:14:23.404 INFO kablam! | Oct 11 00:14:23.404 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 11 00:14:23.404 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 00:14:23.404 INFO kablam! | Oct 11 00:14:23.404 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:14:23.405 INFO kablam! Oct 11 00:14:23.405 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:14:23.405 INFO kablam! --> src/Interpreter.rs:40:29 Oct 11 00:14:23.405 INFO kablam! | Oct 11 00:14:23.405 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 11 00:14:23.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:14:23.405 INFO kablam! Oct 11 00:14:23.405 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:14:23.405 INFO kablam! --> src/Interpreter.rs:41:29 Oct 11 00:14:23.405 INFO kablam! | Oct 11 00:14:23.405 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 11 00:14:23.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:14:23.405 INFO kablam! Oct 11 00:14:23.496 INFO kablam! warning: unused variable: `PC` Oct 11 00:14:23.496 INFO kablam! --> src/Interpreter.rs:15:38 Oct 11 00:14:23.496 INFO kablam! | Oct 11 00:14:23.496 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:23.496 INFO kablam! | ^^ help: consider using `_PC` instead Oct 11 00:14:23.496 INFO kablam! | Oct 11 00:14:23.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:14:23.496 INFO kablam! Oct 11 00:14:23.509 INFO kablam! warning: variable does not need to be mutable Oct 11 00:14:23.509 INFO kablam! --> src/Interpreter.rs:19:13 Oct 11 00:14:23.509 INFO kablam! | Oct 11 00:14:23.509 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 11 00:14:23.509 INFO kablam! | ----^^^^^^^^^^^ Oct 11 00:14:23.509 INFO kablam! | | Oct 11 00:14:23.509 INFO kablam! | help: remove this `mut` Oct 11 00:14:23.509 INFO kablam! | Oct 11 00:14:23.512 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:14:23.512 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 11 00:14:23.517 INFO kablam! --> src/main.rs:12:1 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 12 | mod Emulator; Oct 11 00:14:23.517 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 11 00:14:23.517 INFO kablam! --> src/main.rs:13:1 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 13 | mod TranslationCache; Oct 11 00:14:23.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 11 00:14:23.517 INFO kablam! --> src/main.rs:14:1 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 14 | mod Emitter; Oct 11 00:14:23.517 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 11 00:14:23.517 INFO kablam! --> src/main.rs:15:1 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 15 | mod Interpreter; Oct 11 00:14:23.517 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 11 00:14:23.517 INFO kablam! --> src/Interpreter.rs:15:38 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:23.517 INFO kablam! | ^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 11 00:14:23.517 INFO kablam! --> src/Interpreter.rs:15:48 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:23.517 INFO kablam! | ^^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 11 00:14:23.517 INFO kablam! --> src/Interpreter.rs:64:37 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:23.517 INFO kablam! | ^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:23.517 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 11 00:14:23.517 INFO kablam! --> src/Interpreter.rs:64:47 Oct 11 00:14:23.517 INFO kablam! | Oct 11 00:14:23.517 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 11 00:14:23.517 INFO kablam! | ^^^ Oct 11 00:14:23.517 INFO kablam! Oct 11 00:14:24.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.61s Oct 11 00:14:24.062 INFO kablam! su: No module specific data is present Oct 11 00:14:24.908 INFO running `"docker" "rm" "-f" "916758cfc4eabec87fa81b4682890b4a1881efc7d8e80c415e4d7607bca2adcd"` Oct 11 00:14:25.144 INFO blam! 916758cfc4eabec87fa81b4682890b4a1881efc7d8e80c415e4d7607bca2adcd Oct 11 00:14:25.157 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:14:25.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:14:25.528 INFO blam! a2f2f09399fedcb0fdf5018a0cdf3f833344fb3daa69922bfaa463e2d56f1c61 Oct 11 00:14:25.530 INFO running `"docker" "start" "-a" "a2f2f09399fedcb0fdf5018a0cdf3f833344fb3daa69922bfaa463e2d56f1c61"` Oct 11 00:14:26.208 INFO kablam! usermod: no changes Oct 11 00:14:26.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 00:14:26.266 INFO kablam! Running /target/debug/deps/NintenRust64-852df41344e909c6 Oct 11 00:14:26.267 INFO blam! Oct 11 00:14:26.267 INFO blam! running 0 tests Oct 11 00:14:26.267 INFO blam! Oct 11 00:14:26.267 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:14:26.268 INFO blam! Oct 11 00:14:26.269 INFO kablam! su: No module specific data is present Oct 11 00:14:26.501 INFO running `"docker" "rm" "-f" "a2f2f09399fedcb0fdf5018a0cdf3f833344fb3daa69922bfaa463e2d56f1c61"` Oct 11 00:14:26.578 INFO blam! a2f2f09399fedcb0fdf5018a0cdf3f833344fb3daa69922bfaa463e2d56f1c61