Oct 14 22:51:03.920 INFO testing dgibb/moes-n64 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:51:03.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 22:51:04.471 INFO blam! 845debb69118a5f273a78659569060f202684c2a391509d6f519ea3ffbf9879d Oct 14 22:51:04.473 INFO running `"docker" "start" "-a" "845debb69118a5f273a78659569060f202684c2a391509d6f519ea3ffbf9879d"` Oct 14 22:51:05.335 INFO kablam! usermod: no changes Oct 14 22:51:05.449 INFO kablam! Compiling mustache v0.8.1 Oct 14 22:51:06.721 INFO kablam! Compiling nickel v0.10.0 Oct 14 22:51:11.227 INFO kablam! Compiling NintenRust64 v0.1.0 (/source) Oct 14 22:51:12.355 INFO kablam! warning: unused import: `std::marker` Oct 14 22:51:12.356 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 14 22:51:12.356 INFO kablam! | Oct 14 22:51:12.356 INFO kablam! 4 | use std::marker; Oct 14 22:51:12.356 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:51:12.357 INFO kablam! | Oct 14 22:51:12.357 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:12.357 INFO kablam! Oct 14 22:51:12.357 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:12.358 INFO kablam! --> src/Interpreter.rs:39:29 Oct 14 22:51:12.358 INFO kablam! | Oct 14 22:51:12.358 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 14 22:51:12.358 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:51:12.359 INFO kablam! | Oct 14 22:51:12.359 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:12.359 INFO kablam! Oct 14 22:51:12.360 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:12.360 INFO kablam! --> src/Interpreter.rs:40:29 Oct 14 22:51:12.360 INFO kablam! | Oct 14 22:51:12.361 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 14 22:51:12.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:12.361 INFO kablam! Oct 14 22:51:12.361 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:12.362 INFO kablam! --> src/Interpreter.rs:41:29 Oct 14 22:51:12.362 INFO kablam! | Oct 14 22:51:12.362 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 14 22:51:12.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:12.363 INFO kablam! Oct 14 22:51:12.475 INFO kablam! warning: unused variable: `PC` Oct 14 22:51:12.476 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:12.476 INFO kablam! | Oct 14 22:51:12.476 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:12.477 INFO kablam! | ^^ help: consider using `_PC` instead Oct 14 22:51:12.477 INFO kablam! | Oct 14 22:51:12.477 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:12.478 INFO kablam! Oct 14 22:51:12.487 INFO kablam! warning: variable does not need to be mutable Oct 14 22:51:12.487 INFO kablam! --> src/Interpreter.rs:19:13 Oct 14 22:51:12.487 INFO kablam! | Oct 14 22:51:12.487 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 14 22:51:12.487 INFO kablam! | ----^^^^^^^^^^^ Oct 14 22:51:12.487 INFO kablam! | | Oct 14 22:51:12.487 INFO kablam! | help: remove this `mut` Oct 14 22:51:12.487 INFO kablam! | Oct 14 22:51:12.487 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:51:12.487 INFO kablam! Oct 14 22:51:12.493 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 14 22:51:12.493 INFO kablam! | Oct 14 22:51:12.493 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:51:12.493 INFO kablam! Oct 14 22:51:12.495 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 14 22:51:12.495 INFO kablam! --> src/main.rs:12:1 Oct 14 22:51:12.495 INFO kablam! | Oct 14 22:51:12.495 INFO kablam! 12 | mod Emulator; Oct 14 22:51:12.495 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:51:12.495 INFO kablam! Oct 14 22:51:12.495 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 14 22:51:12.495 INFO kablam! --> src/main.rs:13:1 Oct 14 22:51:12.495 INFO kablam! | Oct 14 22:51:12.495 INFO kablam! 13 | mod TranslationCache; Oct 14 22:51:12.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:12.495 INFO kablam! Oct 14 22:51:12.497 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 14 22:51:12.497 INFO kablam! --> src/main.rs:14:1 Oct 14 22:51:12.497 INFO kablam! | Oct 14 22:51:12.497 INFO kablam! 14 | mod Emitter; Oct 14 22:51:12.497 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:51:12.497 INFO kablam! Oct 14 22:51:12.497 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 14 22:51:12.497 INFO kablam! --> src/main.rs:15:1 Oct 14 22:51:12.497 INFO kablam! | Oct 14 22:51:12.497 INFO kablam! 15 | mod Interpreter; Oct 14 22:51:12.497 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:51:12.497 INFO kablam! Oct 14 22:51:12.497 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:12.497 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:12.497 INFO kablam! | Oct 14 22:51:12.497 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:12.497 INFO kablam! | ^^ Oct 14 22:51:12.497 INFO kablam! Oct 14 22:51:12.497 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:12.497 INFO kablam! --> src/Interpreter.rs:15:48 Oct 14 22:51:12.497 INFO kablam! | Oct 14 22:51:12.497 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:12.497 INFO kablam! | ^^^ Oct 14 22:51:12.497 INFO kablam! Oct 14 22:51:12.501 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:12.502 INFO kablam! --> src/Interpreter.rs:64:37 Oct 14 22:51:12.502 INFO kablam! | Oct 14 22:51:12.502 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:12.502 INFO kablam! | ^^ Oct 14 22:51:12.502 INFO kablam! Oct 14 22:51:12.502 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:12.502 INFO kablam! --> src/Interpreter.rs:64:47 Oct 14 22:51:12.502 INFO kablam! | Oct 14 22:51:12.502 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:12.502 INFO kablam! | ^^^ Oct 14 22:51:12.502 INFO kablam! Oct 14 22:51:16.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.64s Oct 14 22:51:16.999 INFO kablam! su: No module specific data is present Oct 14 22:51:17.777 INFO running `"docker" "rm" "-f" "845debb69118a5f273a78659569060f202684c2a391509d6f519ea3ffbf9879d"` Oct 14 22:51:18.059 INFO blam! 845debb69118a5f273a78659569060f202684c2a391509d6f519ea3ffbf9879d Oct 14 22:51:18.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 22:51:18.539 INFO blam! 65c1658f42106af1c9ab5613261228a63569f9a1ab41e30f01423040f4e03ab3 Oct 14 22:51:18.543 INFO running `"docker" "start" "-a" "65c1658f42106af1c9ab5613261228a63569f9a1ab41e30f01423040f4e03ab3"` Oct 14 22:51:19.537 INFO kablam! usermod: no changes Oct 14 22:51:19.699 INFO kablam! Compiling NintenRust64 v0.1.0 (/source) Oct 14 22:51:20.723 INFO kablam! warning: unused import: `std::marker` Oct 14 22:51:20.723 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 14 22:51:20.723 INFO kablam! | Oct 14 22:51:20.723 INFO kablam! 4 | use std::marker; Oct 14 22:51:20.723 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:51:20.723 INFO kablam! | Oct 14 22:51:20.723 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:20.723 INFO kablam! Oct 14 22:51:20.723 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:20.723 INFO kablam! --> src/Interpreter.rs:39:29 Oct 14 22:51:20.723 INFO kablam! | Oct 14 22:51:20.723 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 14 22:51:20.723 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:51:20.723 INFO kablam! | Oct 14 22:51:20.723 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:20.723 INFO kablam! Oct 14 22:51:20.723 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:20.723 INFO kablam! --> src/Interpreter.rs:40:29 Oct 14 22:51:20.723 INFO kablam! | Oct 14 22:51:20.723 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 14 22:51:20.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:20.723 INFO kablam! Oct 14 22:51:20.723 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:20.723 INFO kablam! --> src/Interpreter.rs:41:29 Oct 14 22:51:20.723 INFO kablam! | Oct 14 22:51:20.723 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 14 22:51:20.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:20.723 INFO kablam! Oct 14 22:51:20.855 INFO kablam! warning: unused variable: `PC` Oct 14 22:51:20.855 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:20.855 INFO kablam! | Oct 14 22:51:20.855 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:20.855 INFO kablam! | ^^ help: consider using `_PC` instead Oct 14 22:51:20.855 INFO kablam! | Oct 14 22:51:20.855 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:20.855 INFO kablam! Oct 14 22:51:20.867 INFO kablam! warning: variable does not need to be mutable Oct 14 22:51:20.867 INFO kablam! --> src/Interpreter.rs:19:13 Oct 14 22:51:20.867 INFO kablam! | Oct 14 22:51:20.867 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 14 22:51:20.867 INFO kablam! | ----^^^^^^^^^^^ Oct 14 22:51:20.867 INFO kablam! | | Oct 14 22:51:20.867 INFO kablam! | help: remove this `mut` Oct 14 22:51:20.867 INFO kablam! | Oct 14 22:51:20.867 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:51:20.867 INFO kablam! Oct 14 22:51:20.869 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 14 22:51:20.869 INFO kablam! | Oct 14 22:51:20.869 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:51:20.869 INFO kablam! Oct 14 22:51:20.869 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 14 22:51:20.869 INFO kablam! --> src/main.rs:12:1 Oct 14 22:51:20.869 INFO kablam! | Oct 14 22:51:20.869 INFO kablam! 12 | mod Emulator; Oct 14 22:51:20.869 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:51:20.869 INFO kablam! Oct 14 22:51:20.875 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 14 22:51:20.875 INFO kablam! --> src/main.rs:13:1 Oct 14 22:51:20.875 INFO kablam! | Oct 14 22:51:20.875 INFO kablam! 13 | mod TranslationCache; Oct 14 22:51:20.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:20.875 INFO kablam! Oct 14 22:51:20.875 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 14 22:51:20.875 INFO kablam! --> src/main.rs:14:1 Oct 14 22:51:20.875 INFO kablam! | Oct 14 22:51:20.875 INFO kablam! 14 | mod Emitter; Oct 14 22:51:20.875 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:51:20.875 INFO kablam! Oct 14 22:51:20.875 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 14 22:51:20.875 INFO kablam! --> src/main.rs:15:1 Oct 14 22:51:20.875 INFO kablam! | Oct 14 22:51:20.875 INFO kablam! 15 | mod Interpreter; Oct 14 22:51:20.875 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:51:20.875 INFO kablam! Oct 14 22:51:20.875 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:20.875 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:20.875 INFO kablam! | Oct 14 22:51:20.875 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:20.875 INFO kablam! | ^^ Oct 14 22:51:20.875 INFO kablam! Oct 14 22:51:20.875 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:20.875 INFO kablam! --> src/Interpreter.rs:15:48 Oct 14 22:51:20.875 INFO kablam! | Oct 14 22:51:20.875 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:20.875 INFO kablam! | ^^^ Oct 14 22:51:20.875 INFO kablam! Oct 14 22:51:20.875 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:20.875 INFO kablam! --> src/Interpreter.rs:64:37 Oct 14 22:51:20.875 INFO kablam! | Oct 14 22:51:20.875 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:20.875 INFO kablam! | ^^ Oct 14 22:51:20.875 INFO kablam! Oct 14 22:51:20.875 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:20.875 INFO kablam! --> src/Interpreter.rs:64:47 Oct 14 22:51:20.875 INFO kablam! | Oct 14 22:51:20.875 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:20.875 INFO kablam! | ^^^ Oct 14 22:51:20.875 INFO kablam! Oct 14 22:51:21.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 14 22:51:21.477 INFO kablam! su: No module specific data is present Oct 14 22:51:22.089 INFO running `"docker" "rm" "-f" "65c1658f42106af1c9ab5613261228a63569f9a1ab41e30f01423040f4e03ab3"` Oct 14 22:51:22.411 INFO blam! 65c1658f42106af1c9ab5613261228a63569f9a1ab41e30f01423040f4e03ab3 Oct 14 22:51:22.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 22:51:22.810 INFO blam! 38ced28d6fcbb9d92548856667ed03cde7e3c4e573c5b92953e8b4a9589f7a52 Oct 14 22:51:22.813 INFO running `"docker" "start" "-a" "38ced28d6fcbb9d92548856667ed03cde7e3c4e573c5b92953e8b4a9589f7a52"` Oct 14 22:51:23.585 INFO kablam! usermod: no changes Oct 14 22:51:23.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 22:51:23.727 INFO kablam! Running /target/debug/deps/NintenRust64-852df41344e909c6 Oct 14 22:51:23.727 INFO blam! Oct 14 22:51:23.727 INFO kablam! su: No module specific data is present Oct 14 22:51:23.727 INFO blam! running 0 tests Oct 14 22:51:23.727 INFO blam! Oct 14 22:51:23.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:51:23.727 INFO blam! Oct 14 22:51:24.465 INFO running `"docker" "rm" "-f" "38ced28d6fcbb9d92548856667ed03cde7e3c4e573c5b92953e8b4a9589f7a52"` Oct 14 22:51:24.715 INFO blam! 38ced28d6fcbb9d92548856667ed03cde7e3c4e573c5b92953e8b4a9589f7a52