Oct 14 22:51:02.318 INFO testing dgibb/moes-n64 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:51:02.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:02.552 INFO blam! 0f247e5393c7e605e3bca370ca1930db8205cbe6fe0159ed2a7c78a1dc7f4b02 Oct 14 22:51:02.554 INFO running `"docker" "start" "-a" "0f247e5393c7e605e3bca370ca1930db8205cbe6fe0159ed2a7c78a1dc7f4b02"` Oct 14 22:51:03.125 INFO kablam! usermod: no changes Oct 14 22:51:03.307 INFO kablam! Compiling mustache v0.8.1 Oct 14 22:51:03.315 INFO kablam! Compiling hyper v0.10.12 Oct 14 22:51:13.484 INFO kablam! Compiling nickel v0.10.0 Oct 14 22:51:17.579 INFO kablam! Compiling NintenRust64 v0.1.0 (/source) Oct 14 22:51:18.467 INFO kablam! warning: unused import: `std::marker` Oct 14 22:51:18.468 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 14 22:51:18.468 INFO kablam! | Oct 14 22:51:18.468 INFO kablam! 4 | use std::marker; Oct 14 22:51:18.468 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:51:18.469 INFO kablam! | Oct 14 22:51:18.469 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:18.469 INFO kablam! Oct 14 22:51:18.469 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:18.470 INFO kablam! --> src/Interpreter.rs:39:29 Oct 14 22:51:18.475 INFO kablam! | Oct 14 22:51:18.475 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 14 22:51:18.476 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:51:18.476 INFO kablam! | Oct 14 22:51:18.476 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:18.476 INFO kablam! Oct 14 22:51:18.476 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:18.476 INFO kablam! --> src/Interpreter.rs:40:29 Oct 14 22:51:18.476 INFO kablam! | Oct 14 22:51:18.476 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 14 22:51:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:18.476 INFO kablam! Oct 14 22:51:18.476 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:18.476 INFO kablam! --> src/Interpreter.rs:41:29 Oct 14 22:51:18.476 INFO kablam! | Oct 14 22:51:18.476 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 14 22:51:18.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:18.476 INFO kablam! Oct 14 22:51:18.587 INFO kablam! warning: unused variable: `PC` Oct 14 22:51:18.588 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:18.588 INFO kablam! | Oct 14 22:51:18.588 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:18.588 INFO kablam! | ^^ help: consider using `_PC` instead Oct 14 22:51:18.589 INFO kablam! | Oct 14 22:51:18.589 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:18.589 INFO kablam! Oct 14 22:51:18.595 INFO kablam! warning: variable does not need to be mutable Oct 14 22:51:18.595 INFO kablam! --> src/Interpreter.rs:19:13 Oct 14 22:51:18.596 INFO kablam! | Oct 14 22:51:18.596 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 14 22:51:18.596 INFO kablam! | ----^^^^^^^^^^^ Oct 14 22:51:18.596 INFO kablam! | | Oct 14 22:51:18.597 INFO kablam! | help: remove this `mut` Oct 14 22:51:18.597 INFO kablam! | Oct 14 22:51:18.597 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:51:18.598 INFO kablam! Oct 14 22:51:18.603 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 14 22:51:18.603 INFO kablam! | Oct 14 22:51:18.604 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:51:18.604 INFO kablam! Oct 14 22:51:18.604 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 14 22:51:18.604 INFO kablam! --> src/main.rs:12:1 Oct 14 22:51:18.607 INFO kablam! | Oct 14 22:51:18.607 INFO kablam! 12 | mod Emulator; Oct 14 22:51:18.608 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:51:18.608 INFO kablam! Oct 14 22:51:18.608 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 14 22:51:18.609 INFO kablam! --> src/main.rs:13:1 Oct 14 22:51:18.615 INFO kablam! | Oct 14 22:51:18.619 INFO kablam! 13 | mod TranslationCache; Oct 14 22:51:18.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:18.623 INFO kablam! Oct 14 22:51:18.623 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 14 22:51:18.624 INFO kablam! --> src/main.rs:14:1 Oct 14 22:51:18.624 INFO kablam! | Oct 14 22:51:18.624 INFO kablam! 14 | mod Emitter; Oct 14 22:51:18.625 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:51:18.625 INFO kablam! Oct 14 22:51:18.625 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 14 22:51:18.625 INFO kablam! --> src/main.rs:15:1 Oct 14 22:51:18.626 INFO kablam! | Oct 14 22:51:18.626 INFO kablam! 15 | mod Interpreter; Oct 14 22:51:18.626 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:51:18.627 INFO kablam! Oct 14 22:51:18.627 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:18.627 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:18.628 INFO kablam! | Oct 14 22:51:18.628 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:18.628 INFO kablam! | ^^ Oct 14 22:51:18.629 INFO kablam! Oct 14 22:51:18.629 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:18.629 INFO kablam! --> src/Interpreter.rs:15:48 Oct 14 22:51:18.629 INFO kablam! | Oct 14 22:51:18.629 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:18.629 INFO kablam! | ^^^ Oct 14 22:51:18.629 INFO kablam! Oct 14 22:51:18.629 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:18.629 INFO kablam! --> src/Interpreter.rs:64:37 Oct 14 22:51:18.629 INFO kablam! | Oct 14 22:51:18.629 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:18.629 INFO kablam! | ^^ Oct 14 22:51:18.630 INFO kablam! Oct 14 22:51:18.630 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:18.630 INFO kablam! --> src/Interpreter.rs:64:47 Oct 14 22:51:18.630 INFO kablam! | Oct 14 22:51:18.630 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:18.630 INFO kablam! | ^^^ Oct 14 22:51:18.630 INFO kablam! Oct 14 22:51:22.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.23s Oct 14 22:51:22.387 INFO kablam! su: No module specific data is present Oct 14 22:51:22.823 INFO running `"docker" "rm" "-f" "0f247e5393c7e605e3bca370ca1930db8205cbe6fe0159ed2a7c78a1dc7f4b02"` Oct 14 22:51:22.994 INFO blam! 0f247e5393c7e605e3bca370ca1930db8205cbe6fe0159ed2a7c78a1dc7f4b02 Oct 14 22:51:22.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:23.319 INFO blam! 0341160f80cba11040179d282ca74c35a2ebbf90e20dfdd2c2ce4e192eec6896 Oct 14 22:51:23.335 INFO running `"docker" "start" "-a" "0341160f80cba11040179d282ca74c35a2ebbf90e20dfdd2c2ce4e192eec6896"` Oct 14 22:51:24.380 INFO kablam! usermod: no changes Oct 14 22:51:24.551 INFO kablam! Compiling NintenRust64 v0.1.0 (/source) Oct 14 22:51:25.548 INFO kablam! warning: unused import: `std::marker` Oct 14 22:51:25.548 INFO kablam! --> src/TranslationCache.rs:4:5 Oct 14 22:51:25.548 INFO kablam! | Oct 14 22:51:25.548 INFO kablam! 4 | use std::marker; Oct 14 22:51:25.548 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:51:25.548 INFO kablam! | Oct 14 22:51:25.548 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:25.548 INFO kablam! Oct 14 22:51:25.548 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:25.548 INFO kablam! --> src/Interpreter.rs:39:29 Oct 14 22:51:25.548 INFO kablam! | Oct 14 22:51:25.548 INFO kablam! 39 | x86_inst[2]=(rd|0xC0); Oct 14 22:51:25.548 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 22:51:25.548 INFO kablam! | Oct 14 22:51:25.548 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:25.548 INFO kablam! Oct 14 22:51:25.548 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:25.548 INFO kablam! --> src/Interpreter.rs:40:29 Oct 14 22:51:25.548 INFO kablam! | Oct 14 22:51:25.548 INFO kablam! 40 | x86_inst[3]=((inst&0xFF) as u8 ); Oct 14 22:51:25.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:25.548 INFO kablam! Oct 14 22:51:25.548 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:51:25.548 INFO kablam! --> src/Interpreter.rs:41:29 Oct 14 22:51:25.548 INFO kablam! | Oct 14 22:51:25.548 INFO kablam! 41 | x86_inst[4]=(((inst>>8)&0xFF) as u8); Oct 14 22:51:25.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:25.548 INFO kablam! Oct 14 22:51:25.669 INFO kablam! warning: unused variable: `PC` Oct 14 22:51:25.669 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:25.669 INFO kablam! | Oct 14 22:51:25.669 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:25.669 INFO kablam! | ^^ help: consider using `_PC` instead Oct 14 22:51:25.669 INFO kablam! | Oct 14 22:51:25.669 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:25.669 INFO kablam! Oct 14 22:51:25.687 INFO kablam! warning: variable does not need to be mutable Oct 14 22:51:25.687 INFO kablam! --> src/Interpreter.rs:19:13 Oct 14 22:51:25.687 INFO kablam! | Oct 14 22:51:25.687 INFO kablam! 19 | let mut translation = self.translate(inst); Oct 14 22:51:25.687 INFO kablam! | ----^^^^^^^^^^^ Oct 14 22:51:25.687 INFO kablam! | | Oct 14 22:51:25.687 INFO kablam! | help: remove this `mut` Oct 14 22:51:25.687 INFO kablam! | Oct 14 22:51:25.687 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:51:25.687 INFO kablam! Oct 14 22:51:25.695 INFO kablam! warning: crate `NintenRust64` should have a snake case name such as `ninten_rust64` Oct 14 22:51:25.695 INFO kablam! | Oct 14 22:51:25.695 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:51:25.695 INFO kablam! Oct 14 22:51:25.695 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 14 22:51:25.695 INFO kablam! --> src/main.rs:12:1 Oct 14 22:51:25.695 INFO kablam! | Oct 14 22:51:25.695 INFO kablam! 12 | mod Emulator; Oct 14 22:51:25.695 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:51:25.695 INFO kablam! Oct 14 22:51:25.695 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 14 22:51:25.695 INFO kablam! --> src/main.rs:13:1 Oct 14 22:51:25.695 INFO kablam! | Oct 14 22:51:25.695 INFO kablam! 13 | mod TranslationCache; Oct 14 22:51:25.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:25.695 INFO kablam! Oct 14 22:51:25.695 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 14 22:51:25.695 INFO kablam! --> src/main.rs:14:1 Oct 14 22:51:25.695 INFO kablam! | Oct 14 22:51:25.695 INFO kablam! 14 | mod Emitter; Oct 14 22:51:25.695 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:51:25.695 INFO kablam! Oct 14 22:51:25.695 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 14 22:51:25.695 INFO kablam! --> src/main.rs:15:1 Oct 14 22:51:25.695 INFO kablam! | Oct 14 22:51:25.695 INFO kablam! 15 | mod Interpreter; Oct 14 22:51:25.695 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:51:25.695 INFO kablam! Oct 14 22:51:25.695 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:25.695 INFO kablam! --> src/Interpreter.rs:15:38 Oct 14 22:51:25.695 INFO kablam! | Oct 14 22:51:25.695 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:25.695 INFO kablam! | ^^ Oct 14 22:51:25.695 INFO kablam! Oct 14 22:51:25.695 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:25.695 INFO kablam! --> src/Interpreter.rs:15:48 Oct 14 22:51:25.695 INFO kablam! | Oct 14 22:51:25.695 INFO kablam! 15 | pub fn interpret_inst(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:25.696 INFO kablam! | ^^^ Oct 14 22:51:25.696 INFO kablam! Oct 14 22:51:25.696 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 14 22:51:25.696 INFO kablam! --> src/Interpreter.rs:64:37 Oct 14 22:51:25.696 INFO kablam! | Oct 14 22:51:25.696 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:25.696 INFO kablam! | ^^ Oct 14 22:51:25.696 INFO kablam! Oct 14 22:51:25.696 INFO kablam! warning: variable `ROM` should have a snake case name such as `rom` Oct 14 22:51:25.696 INFO kablam! --> src/Interpreter.rs:64:47 Oct 14 22:51:25.696 INFO kablam! | Oct 14 22:51:25.696 INFO kablam! 64 | pub fn compile_block(&mut self, PC: &u32, ROM: &Vec) -> Vec{ Oct 14 22:51:25.696 INFO kablam! | ^^^ Oct 14 22:51:25.696 INFO kablam! Oct 14 22:51:26.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 14 22:51:26.175 INFO kablam! su: No module specific data is present Oct 14 22:51:26.701 INFO running `"docker" "rm" "-f" "0341160f80cba11040179d282ca74c35a2ebbf90e20dfdd2c2ce4e192eec6896"` Oct 14 22:51:26.984 INFO blam! 0341160f80cba11040179d282ca74c35a2ebbf90e20dfdd2c2ce4e192eec6896 Oct 14 22:51:26.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:27.399 INFO blam! e551106bac77fb097b024d53142b3eb3b523b1de396e3834e1c021fb47eeffa0 Oct 14 22:51:27.405 INFO running `"docker" "start" "-a" "e551106bac77fb097b024d53142b3eb3b523b1de396e3834e1c021fb47eeffa0"` Oct 14 22:51:28.571 INFO kablam! usermod: no changes Oct 14 22:51:28.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 22:51:28.675 INFO kablam! Running /target/debug/deps/NintenRust64-16481c9cbd192698 Oct 14 22:51:28.695 INFO kablam! su: No module specific data is present Oct 14 22:51:28.695 INFO blam! Oct 14 22:51:28.695 INFO blam! running 0 tests Oct 14 22:51:28.696 INFO blam! Oct 14 22:51:28.696 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:51:28.696 INFO blam! Oct 14 22:51:29.279 INFO running `"docker" "rm" "-f" "e551106bac77fb097b024d53142b3eb3b523b1de396e3834e1c021fb47eeffa0"` Oct 14 22:51:29.587 INFO blam! e551106bac77fb097b024d53142b3eb3b523b1de396e3834e1c021fb47eeffa0