Oct 11 00:14:03.948 INFO testing dgibb/moes-chip8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:14:03.948 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:14:03.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:04.134 INFO blam! 62e8209bc84d74e3b5eca44c9035158b01a404e00cff6a54830f9d15f35fdffb Oct 11 00:14:04.137 INFO running `"docker" "start" "-a" "62e8209bc84d74e3b5eca44c9035158b01a404e00cff6a54830f9d15f35fdffb"` Oct 11 00:14:04.637 INFO kablam! usermod: no changes Oct 11 00:14:04.793 INFO kablam! Compiling groupable v0.2.0 Oct 11 00:14:04.793 INFO kablam! Compiling time v0.1.38 Oct 11 00:14:04.793 INFO kablam! Compiling iovec v0.1.2 Oct 11 00:14:04.794 INFO kablam! Compiling num_cpus v1.6.2 Oct 11 00:14:04.841 INFO kablam! Compiling rand v0.4.2 Oct 11 00:14:04.841 INFO kablam! Compiling base64 v0.5.2 Oct 11 00:14:04.841 INFO kablam! Compiling mime v0.2.6 Oct 11 00:14:04.841 INFO kablam! Compiling net2 v0.2.31 Oct 11 00:14:05.123 INFO kablam! Compiling log v0.4.1 Oct 11 00:14:05.524 INFO kablam! Compiling mustache v0.8.1 Oct 11 00:14:06.908 INFO kablam! Compiling serde_json v1.0.16 Oct 11 00:14:06.956 INFO kablam! Compiling bytes v0.4.6 Oct 11 00:14:06.956 INFO kablam! Compiling mio v0.6.14 Oct 11 00:14:06.980 INFO kablam! Compiling unicase v1.4.2 Oct 11 00:14:07.651 INFO kablam! Compiling hyper v0.10.12 Oct 11 00:14:09.271 INFO kablam! Compiling rand v0.3.22 Oct 11 00:14:10.965 INFO kablam! Compiling ws v0.7.3 Oct 11 00:14:18.881 INFO kablam! Compiling nickel v0.10.0 Oct 11 00:14:22.492 INFO kablam! Compiling MOES-Chip8 v0.1.0 (/source) Oct 11 00:14:23.240 INFO kablam! warning: variable does not need to be mutable Oct 11 00:14:23.240 INFO kablam! --> src/Emulator.rs:116:13 Oct 11 00:14:23.240 INFO kablam! | Oct 11 00:14:23.240 INFO kablam! 116 | let mut state: emulator_state = emulator_state::new(&self); Oct 11 00:14:23.240 INFO kablam! | ----^^^^^ Oct 11 00:14:23.240 INFO kablam! | | Oct 11 00:14:23.240 INFO kablam! | help: remove this `mut` Oct 11 00:14:23.240 INFO kablam! | Oct 11 00:14:23.240 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:14:23.240 INFO kablam! Oct 11 00:14:23.280 INFO kablam! warning: method is never used: `run` Oct 11 00:14:23.280 INFO kablam! --> src/Emulator.rs:75:5 Oct 11 00:14:23.280 INFO kablam! | Oct 11 00:14:23.280 INFO kablam! 75 | pub fn run(&mut self){ Oct 11 00:14:23.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:14:23.280 INFO kablam! | Oct 11 00:14:23.280 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:14:23.280 INFO kablam! Oct 11 00:14:23.280 INFO kablam! warning: crate `MOES_Chip8` should have a snake case name such as `moes_chip8` Oct 11 00:14:23.280 INFO kablam! | Oct 11 00:14:23.280 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:14:23.280 INFO kablam! Oct 11 00:14:23.280 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 11 00:14:23.280 INFO kablam! --> src/main.rs:16:1 Oct 11 00:14:23.280 INFO kablam! | Oct 11 00:14:23.280 INFO kablam! 16 | mod Emulator; Oct 11 00:14:23.280 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:14:23.280 INFO kablam! Oct 11 00:14:23.288 INFO kablam! warning: type `emulator_state` should have a camel case name such as `EmulatorState` Oct 11 00:14:23.288 INFO kablam! --> src/Emulator.rs:22:1 Oct 11 00:14:23.288 INFO kablam! | Oct 11 00:14:23.288 INFO kablam! 22 | / pub struct emulator_state{ Oct 11 00:14:23.288 INFO kablam! 23 | | pub pc: u16, Oct 11 00:14:23.288 INFO kablam! 24 | | pub index: u16, Oct 11 00:14:23.288 INFO kablam! 25 | | pub gpr: [u8;16], Oct 11 00:14:23.288 INFO kablam! 26 | | pub stack: [u16;16], Oct 11 00:14:23.288 INFO kablam! 27 | | pub blocks: Vec, Oct 11 00:14:23.288 INFO kablam! 28 | | } Oct 11 00:14:23.289 INFO kablam! | |_^ Oct 11 00:14:23.289 INFO kablam! | Oct 11 00:14:23.289 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 00:14:23.289 INFO kablam! Oct 11 00:14:23.289 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 11 00:14:23.289 INFO kablam! --> src/main.rs:17:1 Oct 11 00:14:23.289 INFO kablam! | Oct 11 00:14:23.289 INFO kablam! 17 | mod TranslationCache; Oct 11 00:14:23.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:14:23.289 INFO kablam! Oct 11 00:14:23.289 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 11 00:14:23.289 INFO kablam! --> src/main.rs:18:1 Oct 11 00:14:23.289 INFO kablam! | Oct 11 00:14:23.289 INFO kablam! 18 | mod Emitter; Oct 11 00:14:23.289 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:14:23.289 INFO kablam! Oct 11 00:14:23.289 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 11 00:14:23.289 INFO kablam! --> src/main.rs:19:1 Oct 11 00:14:23.289 INFO kablam! | Oct 11 00:14:23.289 INFO kablam! 19 | mod Interpreter; Oct 11 00:14:23.289 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:14:23.289 INFO kablam! Oct 11 00:14:23.289 INFO kablam! warning: type `register_map` should have a camel case name such as `RegisterMap` Oct 11 00:14:23.289 INFO kablam! --> src/register_map.rs:1:1 Oct 11 00:14:23.289 INFO kablam! | Oct 11 00:14:23.289 INFO kablam! 1 | / pub struct register_map { Oct 11 00:14:23.289 INFO kablam! 2 | | //[chip8 reg, x86 reg, second chance bit] Oct 11 00:14:23.289 INFO kablam! 3 | | pub map: Vec<[u8;3]>, Oct 11 00:14:23.289 INFO kablam! 4 | | pub valid_regs:[u8;8], Oct 11 00:14:23.289 INFO kablam! 5 | | } Oct 11 00:14:23.289 INFO kablam! | |_^ Oct 11 00:14:23.289 INFO kablam! Oct 11 00:14:23.289 INFO kablam! warning: type `executable_block` should have a camel case name such as `ExecutableBlock` Oct 11 00:14:23.289 INFO kablam! --> src/executable_block.rs:11:1 Oct 11 00:14:23.289 INFO kablam! | Oct 11 00:14:23.289 INFO kablam! 11 | / pub struct executable_block { Oct 11 00:14:23.289 INFO kablam! 12 | | pub block: *mut u8, Oct 11 00:14:23.289 INFO kablam! 13 | | pub map: register_map, Oct 11 00:14:23.289 INFO kablam! 14 | | pub fn_ptr: Option< fn(&mut [u8;16]) -> u64 >, Oct 11 00:14:23.289 INFO kablam! 15 | | pub chip8_entry: u16, Oct 11 00:14:23.289 INFO kablam! 16 | | pub chip8_exit: u16, Oct 11 00:14:23.289 INFO kablam! 17 | | } Oct 11 00:14:23.289 INFO kablam! | |_^ Oct 11 00:14:23.289 INFO kablam! Oct 11 00:14:27.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.18s Oct 11 00:14:27.852 INFO kablam! su: No module specific data is present Oct 11 00:14:28.130 INFO running `"docker" "rm" "-f" "62e8209bc84d74e3b5eca44c9035158b01a404e00cff6a54830f9d15f35fdffb"` Oct 11 00:14:28.216 INFO blam! 62e8209bc84d74e3b5eca44c9035158b01a404e00cff6a54830f9d15f35fdffb Oct 11 00:14:28.217 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:14:28.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:28.504 INFO blam! 71ebfa0f622395108faebfb2b599b731bb6ebcdeaae3c89ff477ee52d9a8abd5 Oct 11 00:14:28.506 INFO running `"docker" "start" "-a" "71ebfa0f622395108faebfb2b599b731bb6ebcdeaae3c89ff477ee52d9a8abd5"` Oct 11 00:14:28.966 INFO kablam! usermod: no changes Oct 11 00:14:29.056 INFO kablam! Compiling MOES-Chip8 v0.1.0 (/source) Oct 11 00:14:29.600 INFO kablam! warning: variable does not need to be mutable Oct 11 00:14:29.600 INFO kablam! --> src/Emulator.rs:116:13 Oct 11 00:14:29.600 INFO kablam! | Oct 11 00:14:29.600 INFO kablam! 116 | let mut state: emulator_state = emulator_state::new(&self); Oct 11 00:14:29.600 INFO kablam! | ----^^^^^ Oct 11 00:14:29.600 INFO kablam! | | Oct 11 00:14:29.600 INFO kablam! | help: remove this `mut` Oct 11 00:14:29.600 INFO kablam! | Oct 11 00:14:29.600 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:14:29.600 INFO kablam! Oct 11 00:14:29.628 INFO kablam! warning: method is never used: `run` Oct 11 00:14:29.628 INFO kablam! --> src/Emulator.rs:75:5 Oct 11 00:14:29.628 INFO kablam! | Oct 11 00:14:29.628 INFO kablam! 75 | pub fn run(&mut self){ Oct 11 00:14:29.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:14:29.629 INFO kablam! | Oct 11 00:14:29.629 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:14:29.629 INFO kablam! Oct 11 00:14:29.629 INFO kablam! warning: crate `MOES_Chip8` should have a snake case name such as `moes_chip8` Oct 11 00:14:29.629 INFO kablam! | Oct 11 00:14:29.629 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:14:29.629 INFO kablam! Oct 11 00:14:29.629 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 11 00:14:29.629 INFO kablam! --> src/main.rs:16:1 Oct 11 00:14:29.629 INFO kablam! | Oct 11 00:14:29.629 INFO kablam! 16 | mod Emulator; Oct 11 00:14:29.629 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:14:29.629 INFO kablam! Oct 11 00:14:29.629 INFO kablam! warning: type `emulator_state` should have a camel case name such as `EmulatorState` Oct 11 00:14:29.629 INFO kablam! --> src/Emulator.rs:22:1 Oct 11 00:14:29.629 INFO kablam! | Oct 11 00:14:29.629 INFO kablam! 22 | / pub struct emulator_state{ Oct 11 00:14:29.629 INFO kablam! 23 | | pub pc: u16, Oct 11 00:14:29.629 INFO kablam! 24 | | pub index: u16, Oct 11 00:14:29.629 INFO kablam! 25 | | pub gpr: [u8;16], Oct 11 00:14:29.629 INFO kablam! 26 | | pub stack: [u16;16], Oct 11 00:14:29.629 INFO kablam! 27 | | pub blocks: Vec, Oct 11 00:14:29.629 INFO kablam! 28 | | } Oct 11 00:14:29.629 INFO kablam! | |_^ Oct 11 00:14:29.629 INFO kablam! | Oct 11 00:14:29.629 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 00:14:29.629 INFO kablam! Oct 11 00:14:29.633 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 11 00:14:29.633 INFO kablam! --> src/main.rs:17:1 Oct 11 00:14:29.633 INFO kablam! | Oct 11 00:14:29.633 INFO kablam! 17 | mod TranslationCache; Oct 11 00:14:29.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:14:29.634 INFO kablam! Oct 11 00:14:29.634 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 11 00:14:29.634 INFO kablam! --> src/main.rs:18:1 Oct 11 00:14:29.634 INFO kablam! | Oct 11 00:14:29.634 INFO kablam! 18 | mod Emitter; Oct 11 00:14:29.635 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:14:29.635 INFO kablam! Oct 11 00:14:29.635 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 11 00:14:29.635 INFO kablam! --> src/main.rs:19:1 Oct 11 00:14:29.635 INFO kablam! | Oct 11 00:14:29.636 INFO kablam! 19 | mod Interpreter; Oct 11 00:14:29.636 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:14:29.636 INFO kablam! Oct 11 00:14:29.636 INFO kablam! warning: type `register_map` should have a camel case name such as `RegisterMap` Oct 11 00:14:29.636 INFO kablam! --> src/register_map.rs:1:1 Oct 11 00:14:29.637 INFO kablam! | Oct 11 00:14:29.637 INFO kablam! 1 | / pub struct register_map { Oct 11 00:14:29.637 INFO kablam! 2 | | //[chip8 reg, x86 reg, second chance bit] Oct 11 00:14:29.637 INFO kablam! 3 | | pub map: Vec<[u8;3]>, Oct 11 00:14:29.637 INFO kablam! 4 | | pub valid_regs:[u8;8], Oct 11 00:14:29.638 INFO kablam! 5 | | } Oct 11 00:14:29.638 INFO kablam! | |_^ Oct 11 00:14:29.638 INFO kablam! Oct 11 00:14:29.638 INFO kablam! warning: type `executable_block` should have a camel case name such as `ExecutableBlock` Oct 11 00:14:29.638 INFO kablam! --> src/executable_block.rs:11:1 Oct 11 00:14:29.638 INFO kablam! | Oct 11 00:14:29.639 INFO kablam! 11 | / pub struct executable_block { Oct 11 00:14:29.639 INFO kablam! 12 | | pub block: *mut u8, Oct 11 00:14:29.639 INFO kablam! 13 | | pub map: register_map, Oct 11 00:14:29.639 INFO kablam! 14 | | pub fn_ptr: Option< fn(&mut [u8;16]) -> u64 >, Oct 11 00:14:29.639 INFO kablam! 15 | | pub chip8_entry: u16, Oct 11 00:14:29.639 INFO kablam! 16 | | pub chip8_exit: u16, Oct 11 00:14:29.639 INFO kablam! 17 | | } Oct 11 00:14:29.639 INFO kablam! | |_^ Oct 11 00:14:29.639 INFO kablam! Oct 11 00:14:30.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 11 00:14:30.050 INFO kablam! su: No module specific data is present Oct 11 00:14:30.376 INFO running `"docker" "rm" "-f" "71ebfa0f622395108faebfb2b599b731bb6ebcdeaae3c89ff477ee52d9a8abd5"` Oct 11 00:14:30.604 INFO blam! 71ebfa0f622395108faebfb2b599b731bb6ebcdeaae3c89ff477ee52d9a8abd5 Oct 11 00:14:30.606 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:14:30.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:30.858 INFO blam! 4e67d377f20975f895ecb83eb5e564ce4d1d7b149fd46915fe97e62f37d7876b Oct 11 00:14:30.862 INFO running `"docker" "start" "-a" "4e67d377f20975f895ecb83eb5e564ce4d1d7b149fd46915fe97e62f37d7876b"` Oct 11 00:14:31.449 INFO kablam! usermod: no changes Oct 11 00:14:31.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 00:14:31.550 INFO kablam! Running /target/debug/deps/MOES_Chip8-5fea384677df11a4 Oct 11 00:14:31.551 INFO blam! Oct 11 00:14:31.551 INFO blam! running 0 tests Oct 11 00:14:31.551 INFO blam! Oct 11 00:14:31.551 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:14:31.551 INFO blam! Oct 11 00:14:31.553 INFO kablam! su: No module specific data is present Oct 11 00:14:31.756 INFO running `"docker" "rm" "-f" "4e67d377f20975f895ecb83eb5e564ce4d1d7b149fd46915fe97e62f37d7876b"` Oct 11 00:14:31.832 INFO blam! 4e67d377f20975f895ecb83eb5e564ce4d1d7b149fd46915fe97e62f37d7876b