Oct 14 22:51:05.901 INFO testing dgibb/moes-chip8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:51:05.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:06.122 INFO blam! cfb14099f05b4f708eb57b8aae4436faf6177e88ea298823684e023d80f4368b Oct 14 22:51:06.124 INFO running `"docker" "start" "-a" "cfb14099f05b4f708eb57b8aae4436faf6177e88ea298823684e023d80f4368b"` Oct 14 22:51:06.709 INFO kablam! usermod: no changes Oct 14 22:51:06.813 INFO kablam! Compiling iovec v0.1.2 Oct 14 22:51:06.813 INFO kablam! Compiling rand v0.4.2 Oct 14 22:51:06.813 INFO kablam! Compiling net2 v0.2.31 Oct 14 22:51:06.814 INFO kablam! Compiling mustache v0.8.1 Oct 14 22:51:06.815 INFO kablam! Compiling hyper v0.10.12 Oct 14 22:51:07.342 INFO kablam! Compiling bytes v0.4.6 Oct 14 22:51:08.147 INFO kablam! Compiling mio v0.6.14 Oct 14 22:51:11.895 INFO kablam! Compiling rand v0.3.22 Oct 14 22:51:15.147 INFO kablam! Compiling ws v0.7.3 Oct 14 22:51:22.087 INFO kablam! Compiling nickel v0.10.0 Oct 14 22:51:25.747 INFO kablam! Compiling MOES-Chip8 v0.1.0 (/source) Oct 14 22:51:27.279 INFO kablam! warning: variable does not need to be mutable Oct 14 22:51:27.279 INFO kablam! --> src/Emulator.rs:116:13 Oct 14 22:51:27.280 INFO kablam! | Oct 14 22:51:27.280 INFO kablam! 116 | let mut state: emulator_state = emulator_state::new(&self); Oct 14 22:51:27.280 INFO kablam! | ----^^^^^ Oct 14 22:51:27.280 INFO kablam! | | Oct 14 22:51:27.281 INFO kablam! | help: remove this `mut` Oct 14 22:51:27.281 INFO kablam! | Oct 14 22:51:27.281 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:51:27.282 INFO kablam! Oct 14 22:51:27.315 INFO kablam! warning: method is never used: `run` Oct 14 22:51:27.315 INFO kablam! --> src/Emulator.rs:75:5 Oct 14 22:51:27.316 INFO kablam! | Oct 14 22:51:27.316 INFO kablam! 75 | pub fn run(&mut self){ Oct 14 22:51:27.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:27.316 INFO kablam! | Oct 14 22:51:27.317 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:51:27.317 INFO kablam! Oct 14 22:51:27.323 INFO kablam! warning: crate `MOES_Chip8` should have a snake case name such as `moes_chip8` Oct 14 22:51:27.323 INFO kablam! | Oct 14 22:51:27.323 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:51:27.324 INFO kablam! Oct 14 22:51:27.324 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 14 22:51:27.324 INFO kablam! --> src/main.rs:16:1 Oct 14 22:51:27.324 INFO kablam! | Oct 14 22:51:27.324 INFO kablam! 16 | mod Emulator; Oct 14 22:51:27.324 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:51:27.324 INFO kablam! Oct 14 22:51:27.324 INFO kablam! warning: type `emulator_state` should have a camel case name such as `EmulatorState` Oct 14 22:51:27.324 INFO kablam! --> src/Emulator.rs:22:1 Oct 14 22:51:27.324 INFO kablam! | Oct 14 22:51:27.324 INFO kablam! 22 | / pub struct emulator_state{ Oct 14 22:51:27.324 INFO kablam! 23 | | pub pc: u16, Oct 14 22:51:27.324 INFO kablam! 24 | | pub index: u16, Oct 14 22:51:27.324 INFO kablam! 25 | | pub gpr: [u8;16], Oct 14 22:51:27.324 INFO kablam! 26 | | pub stack: [u16;16], Oct 14 22:51:27.324 INFO kablam! 27 | | pub blocks: Vec, Oct 14 22:51:27.324 INFO kablam! 28 | | } Oct 14 22:51:27.324 INFO kablam! | |_^ Oct 14 22:51:27.324 INFO kablam! | Oct 14 22:51:27.324 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 22:51:27.324 INFO kablam! Oct 14 22:51:27.325 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 14 22:51:27.325 INFO kablam! --> src/main.rs:17:1 Oct 14 22:51:27.325 INFO kablam! | Oct 14 22:51:27.325 INFO kablam! 17 | mod TranslationCache; Oct 14 22:51:27.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:27.325 INFO kablam! Oct 14 22:51:27.325 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 14 22:51:27.325 INFO kablam! --> src/main.rs:18:1 Oct 14 22:51:27.325 INFO kablam! | Oct 14 22:51:27.325 INFO kablam! 18 | mod Emitter; Oct 14 22:51:27.325 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:51:27.325 INFO kablam! Oct 14 22:51:27.325 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 14 22:51:27.325 INFO kablam! --> src/main.rs:19:1 Oct 14 22:51:27.325 INFO kablam! | Oct 14 22:51:27.325 INFO kablam! 19 | mod Interpreter; Oct 14 22:51:27.325 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:51:27.325 INFO kablam! Oct 14 22:51:27.325 INFO kablam! warning: type `register_map` should have a camel case name such as `RegisterMap` Oct 14 22:51:27.325 INFO kablam! --> src/register_map.rs:1:1 Oct 14 22:51:27.325 INFO kablam! | Oct 14 22:51:27.325 INFO kablam! 1 | / pub struct register_map { Oct 14 22:51:27.325 INFO kablam! 2 | | //[chip8 reg, x86 reg, second chance bit] Oct 14 22:51:27.325 INFO kablam! 3 | | pub map: Vec<[u8;3]>, Oct 14 22:51:27.325 INFO kablam! 4 | | pub valid_regs:[u8;8], Oct 14 22:51:27.325 INFO kablam! 5 | | } Oct 14 22:51:27.325 INFO kablam! | |_^ Oct 14 22:51:27.325 INFO kablam! Oct 14 22:51:27.325 INFO kablam! warning: type `executable_block` should have a camel case name such as `ExecutableBlock` Oct 14 22:51:27.325 INFO kablam! --> src/executable_block.rs:11:1 Oct 14 22:51:27.325 INFO kablam! | Oct 14 22:51:27.325 INFO kablam! 11 | / pub struct executable_block { Oct 14 22:51:27.325 INFO kablam! 12 | | pub block: *mut u8, Oct 14 22:51:27.325 INFO kablam! 13 | | pub map: register_map, Oct 14 22:51:27.325 INFO kablam! 14 | | pub fn_ptr: Option< fn(&mut [u8;16]) -> u64 >, Oct 14 22:51:27.325 INFO kablam! 15 | | pub chip8_entry: u16, Oct 14 22:51:27.325 INFO kablam! 16 | | pub chip8_exit: u16, Oct 14 22:51:27.325 INFO kablam! 17 | | } Oct 14 22:51:27.325 INFO kablam! | |_^ Oct 14 22:51:27.325 INFO kablam! Oct 14 22:51:32.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.82s Oct 14 22:51:32.559 INFO kablam! su: No module specific data is present Oct 14 22:51:33.207 INFO running `"docker" "rm" "-f" "cfb14099f05b4f708eb57b8aae4436faf6177e88ea298823684e023d80f4368b"` Oct 14 22:51:33.485 INFO blam! cfb14099f05b4f708eb57b8aae4436faf6177e88ea298823684e023d80f4368b Oct 14 22:51:33.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:33.897 INFO blam! 8b4197adcaf870bb6e62762109a2178cf36a52faee7b7a7b6d5dbe93d972a818 Oct 14 22:51:33.899 INFO running `"docker" "start" "-a" "8b4197adcaf870bb6e62762109a2178cf36a52faee7b7a7b6d5dbe93d972a818"` Oct 14 22:51:34.335 INFO kablam! usermod: no changes Oct 14 22:51:34.407 INFO kablam! Compiling MOES-Chip8 v0.1.0 (/source) Oct 14 22:51:35.479 INFO kablam! warning: variable does not need to be mutable Oct 14 22:51:35.479 INFO kablam! --> src/Emulator.rs:116:13 Oct 14 22:51:35.479 INFO kablam! | Oct 14 22:51:35.479 INFO kablam! 116 | let mut state: emulator_state = emulator_state::new(&self); Oct 14 22:51:35.479 INFO kablam! | ----^^^^^ Oct 14 22:51:35.479 INFO kablam! | | Oct 14 22:51:35.479 INFO kablam! | help: remove this `mut` Oct 14 22:51:35.479 INFO kablam! | Oct 14 22:51:35.479 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:51:35.479 INFO kablam! Oct 14 22:51:35.506 INFO kablam! warning: method is never used: `run` Oct 14 22:51:35.506 INFO kablam! --> src/Emulator.rs:75:5 Oct 14 22:51:35.507 INFO kablam! | Oct 14 22:51:35.507 INFO kablam! 75 | pub fn run(&mut self){ Oct 14 22:51:35.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:35.508 INFO kablam! | Oct 14 22:51:35.508 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:51:35.508 INFO kablam! Oct 14 22:51:35.509 INFO kablam! warning: crate `MOES_Chip8` should have a snake case name such as `moes_chip8` Oct 14 22:51:35.509 INFO kablam! | Oct 14 22:51:35.509 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:51:35.510 INFO kablam! Oct 14 22:51:35.510 INFO kablam! warning: module `Emulator` should have a snake case name such as `emulator` Oct 14 22:51:35.510 INFO kablam! --> src/main.rs:16:1 Oct 14 22:51:35.510 INFO kablam! | Oct 14 22:51:35.511 INFO kablam! 16 | mod Emulator; Oct 14 22:51:35.511 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:51:35.511 INFO kablam! Oct 14 22:51:35.515 INFO kablam! warning: type `emulator_state` should have a camel case name such as `EmulatorState` Oct 14 22:51:35.515 INFO kablam! --> src/Emulator.rs:22:1 Oct 14 22:51:35.516 INFO kablam! | Oct 14 22:51:35.516 INFO kablam! 22 | / pub struct emulator_state{ Oct 14 22:51:35.516 INFO kablam! 23 | | pub pc: u16, Oct 14 22:51:35.516 INFO kablam! 24 | | pub index: u16, Oct 14 22:51:35.517 INFO kablam! 25 | | pub gpr: [u8;16], Oct 14 22:51:35.517 INFO kablam! 26 | | pub stack: [u16;16], Oct 14 22:51:35.517 INFO kablam! 27 | | pub blocks: Vec, Oct 14 22:51:35.517 INFO kablam! 28 | | } Oct 14 22:51:35.518 INFO kablam! | |_^ Oct 14 22:51:35.518 INFO kablam! | Oct 14 22:51:35.518 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 22:51:35.519 INFO kablam! Oct 14 22:51:35.519 INFO kablam! warning: module `TranslationCache` should have a snake case name such as `translation_cache` Oct 14 22:51:35.519 INFO kablam! --> src/main.rs:17:1 Oct 14 22:51:35.519 INFO kablam! | Oct 14 22:51:35.519 INFO kablam! 17 | mod TranslationCache; Oct 14 22:51:35.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:51:35.519 INFO kablam! Oct 14 22:51:35.519 INFO kablam! warning: module `Emitter` should have a snake case name such as `emitter` Oct 14 22:51:35.519 INFO kablam! --> src/main.rs:18:1 Oct 14 22:51:35.519 INFO kablam! | Oct 14 22:51:35.519 INFO kablam! 18 | mod Emitter; Oct 14 22:51:35.519 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:51:35.519 INFO kablam! Oct 14 22:51:35.519 INFO kablam! warning: module `Interpreter` should have a snake case name such as `interpreter` Oct 14 22:51:35.519 INFO kablam! --> src/main.rs:19:1 Oct 14 22:51:35.519 INFO kablam! | Oct 14 22:51:35.519 INFO kablam! 19 | mod Interpreter; Oct 14 22:51:35.519 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:51:35.519 INFO kablam! Oct 14 22:51:35.519 INFO kablam! warning: type `register_map` should have a camel case name such as `RegisterMap` Oct 14 22:51:35.519 INFO kablam! --> src/register_map.rs:1:1 Oct 14 22:51:35.519 INFO kablam! | Oct 14 22:51:35.519 INFO kablam! 1 | / pub struct register_map { Oct 14 22:51:35.519 INFO kablam! 2 | | //[chip8 reg, x86 reg, second chance bit] Oct 14 22:51:35.519 INFO kablam! 3 | | pub map: Vec<[u8;3]>, Oct 14 22:51:35.519 INFO kablam! 4 | | pub valid_regs:[u8;8], Oct 14 22:51:35.519 INFO kablam! 5 | | } Oct 14 22:51:35.519 INFO kablam! | |_^ Oct 14 22:51:35.519 INFO kablam! Oct 14 22:51:35.519 INFO kablam! warning: type `executable_block` should have a camel case name such as `ExecutableBlock` Oct 14 22:51:35.519 INFO kablam! --> src/executable_block.rs:11:1 Oct 14 22:51:35.519 INFO kablam! | Oct 14 22:51:35.519 INFO kablam! 11 | / pub struct executable_block { Oct 14 22:51:35.519 INFO kablam! 12 | | pub block: *mut u8, Oct 14 22:51:35.519 INFO kablam! 13 | | pub map: register_map, Oct 14 22:51:35.519 INFO kablam! 14 | | pub fn_ptr: Option< fn(&mut [u8;16]) -> u64 >, Oct 14 22:51:35.519 INFO kablam! 15 | | pub chip8_entry: u16, Oct 14 22:51:35.519 INFO kablam! 16 | | pub chip8_exit: u16, Oct 14 22:51:35.519 INFO kablam! 17 | | } Oct 14 22:51:35.519 INFO kablam! | |_^ Oct 14 22:51:35.519 INFO kablam! Oct 14 22:51:36.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 14 22:51:36.035 INFO kablam! su: No module specific data is present Oct 14 22:51:36.523 INFO running `"docker" "rm" "-f" "8b4197adcaf870bb6e62762109a2178cf36a52faee7b7a7b6d5dbe93d972a818"` Oct 14 22:51:36.827 INFO blam! 8b4197adcaf870bb6e62762109a2178cf36a52faee7b7a7b6d5dbe93d972a818 Oct 14 22:51:36.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:37.316 INFO blam! 6db3e831006ee8a0589cb9db7b24c46dd3515eb9471bed790a09840cdfa9c30d Oct 14 22:51:37.319 INFO running `"docker" "start" "-a" "6db3e831006ee8a0589cb9db7b24c46dd3515eb9471bed790a09840cdfa9c30d"` Oct 14 22:51:38.219 INFO kablam! usermod: no changes Oct 14 22:51:38.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 22:51:38.355 INFO blam! Oct 14 22:51:38.355 INFO kablam! Running /target/debug/deps/MOES_Chip8-146533853efb8747 Oct 14 22:51:38.355 INFO blam! running 0 tests Oct 14 22:51:38.355 INFO blam! Oct 14 22:51:38.355 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:51:38.355 INFO blam! Oct 14 22:51:38.367 INFO kablam! su: No module specific data is present Oct 14 22:51:38.927 INFO running `"docker" "rm" "-f" "6db3e831006ee8a0589cb9db7b24c46dd3515eb9471bed790a09840cdfa9c30d"` Oct 14 22:51:39.159 INFO blam! 6db3e831006ee8a0589cb9db7b24c46dd3515eb9471bed790a09840cdfa9c30d