Oct 15 10:00:19.947 INFO testing JacobEmmersonStovall/Stove-Chip8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:00:19.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:00:20.446 INFO blam! 996d11cd68cebc634df22934fb1d3a2db1eedd25ed89cfd6da974ecfbe191f87 Oct 15 10:00:20.453 INFO running `"docker" "start" "-a" "996d11cd68cebc634df22934fb1d3a2db1eedd25ed89cfd6da974ecfbe191f87"` Oct 15 10:00:21.949 INFO kablam! usermod: no changes Oct 15 10:00:22.092 INFO kablam! Compiling minifb v0.9.2 Oct 15 10:00:22.092 INFO kablam! Compiling x11-dl v2.14.0 Oct 15 10:00:30.613 INFO kablam! Compiling chip8-emulator-stove v0.1.0 (/source) Oct 15 10:00:31.275 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:31.275 INFO kablam! --> src/main.rs:36:61 Oct 15 10:00:31.275 INFO kablam! | Oct 15 10:00:31.275 INFO kablam! 36 | let value1 = split_mem_chunk_into_nibbles(mem.get_value((pc as usize))); Oct 15 10:00:31.275 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:31.275 INFO kablam! | Oct 15 10:00:31.275 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:00:31.275 INFO kablam! Oct 15 10:00:31.275 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:31.275 INFO kablam! --> src/main.rs:37:61 Oct 15 10:00:31.275 INFO kablam! | Oct 15 10:00:31.275 INFO kablam! 37 | let value2 = split_mem_chunk_into_nibbles(mem.get_value(((pc+1) as usize))); Oct 15 10:00:31.275 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:31.275 INFO kablam! Oct 15 10:00:31.339 INFO kablam! warning: unused variable: `disp` Oct 15 10:00:31.339 INFO kablam! --> src/main.rs:34:72 Oct 15 10:00:31.339 INFO kablam! | Oct 15 10:00:31.339 INFO kablam! 34 | fn execute_instruction(mem:&memory::Memory, reg:®isters::Registers, disp:&display::Display){ Oct 15 10:00:31.339 INFO kablam! | ^^^^ help: consider using `_disp` instead Oct 15 10:00:31.339 INFO kablam! | Oct 15 10:00:31.339 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:00:31.339 INFO kablam! Oct 15 10:00:31.343 INFO kablam! warning: variable does not need to be mutable Oct 15 10:00:31.343 INFO kablam! --> src/main.rs:19:9 Oct 15 10:00:31.343 INFO kablam! | Oct 15 10:00:31.343 INFO kablam! 19 | let mut display = display::Display::new(); Oct 15 10:00:31.343 INFO kablam! | ----^^^^^^^ Oct 15 10:00:31.343 INFO kablam! | | Oct 15 10:00:31.343 INFO kablam! | help: remove this `mut` Oct 15 10:00:31.343 INFO kablam! | Oct 15 10:00:31.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:00:31.343 INFO kablam! Oct 15 10:00:31.371 INFO kablam! warning: method is never used: `get_general_register_value` Oct 15 10:00:31.371 INFO kablam! --> src/registers.rs:27:5 Oct 15 10:00:31.371 INFO kablam! | Oct 15 10:00:31.371 INFO kablam! 27 | pub fn get_general_register_value(&self, index:usize) -> u8{ Oct 15 10:00:31.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.371 INFO kablam! | Oct 15 10:00:31.371 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:00:31.371 INFO kablam! Oct 15 10:00:31.371 INFO kablam! warning: method is never used: `peek_at_stack` Oct 15 10:00:31.371 INFO kablam! --> src/registers.rs:45:5 Oct 15 10:00:31.371 INFO kablam! | Oct 15 10:00:31.371 INFO kablam! 45 | pub fn peek_at_stack(&self) -> u16 { Oct 15 10:00:31.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.371 INFO kablam! Oct 15 10:00:31.371 INFO kablam! warning: method is never used: `pop_from_stack` Oct 15 10:00:31.371 INFO kablam! --> src/registers.rs:49:5 Oct 15 10:00:31.371 INFO kablam! | Oct 15 10:00:31.371 INFO kablam! 49 | pub fn pop_from_stack(&mut self) -> u16 { Oct 15 10:00:31.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `set_pc` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:60:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 60 | pub fn set_pc(&mut self, value:u16){ Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `set_i` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:68:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 68 | pub fn set_i(&mut self, value:u16){ Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `get_i` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:72:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 72 | pub fn get_i(&self) -> u16 { Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `set_delay` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:76:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 76 | pub fn set_delay(&mut self, value:u8){ Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `get_delay` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:80:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 80 | pub fn get_delay(&self) -> u8 { Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `decrement_delay` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:84:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 84 | pub fn decrement_delay(&mut self){ Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `set_sound` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:90:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 90 | pub fn set_sound(&mut self, value:u8){ Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `get_sound` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:94:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 94 | pub fn get_sound(&self) -> u8 { Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `decrement_sound` Oct 15 10:00:31.372 INFO kablam! --> src/registers.rs:98:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 98 | pub fn decrement_sound(&mut self){ Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: field is never used: `display_window` Oct 15 10:00:31.372 INFO kablam! --> src/display.rs:5:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 5 | display_window: Window Oct 15 10:00:31.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.372 INFO kablam! Oct 15 10:00:31.372 INFO kablam! warning: method is never used: `update_display` Oct 15 10:00:31.372 INFO kablam! --> src/display.rs:22:5 Oct 15 10:00:31.372 INFO kablam! | Oct 15 10:00:31.372 INFO kablam! 22 | pub fn update_display(&mut self,buffer:Vec){ Oct 15 10:00:31.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.373 INFO kablam! Oct 15 10:00:31.373 INFO kablam! warning: method is never used: `get_is_open` Oct 15 10:00:31.373 INFO kablam! --> src/display.rs:26:5 Oct 15 10:00:31.373 INFO kablam! | Oct 15 10:00:31.373 INFO kablam! 26 | pub fn get_is_open(&self) -> bool{ Oct 15 10:00:31.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.373 INFO kablam! Oct 15 10:00:31.373 INFO kablam! warning: variable `returnValue` should have a snake case name such as `return_value` Oct 15 10:00:31.373 INFO kablam! --> src/registers.rs:50:13 Oct 15 10:00:31.373 INFO kablam! | Oct 15 10:00:31.373 INFO kablam! 50 | let returnValue = self.stack[(self.sp as usize)]; Oct 15 10:00:31.373 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:00:31.373 INFO kablam! | Oct 15 10:00:31.373 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:00:31.373 INFO kablam! Oct 15 10:00:31.373 INFO kablam! warning: function `createDisplay` should have a snake case name such as `create_display` Oct 15 10:00:31.373 INFO kablam! --> src/display.rs:8:1 Oct 15 10:00:31.373 INFO kablam! | Oct 15 10:00:31.373 INFO kablam! 8 | / fn createDisplay() -> Window{ Oct 15 10:00:31.373 INFO kablam! 9 | | let WINDOW_WIDTH = 640; Oct 15 10:00:31.373 INFO kablam! 10 | | let WINDOW_HEIGHT = 360; Oct 15 10:00:31.373 INFO kablam! 11 | | let window = Window::new("Stove Chip8", WINDOW_WIDTH, WINDOW_HEIGHT, WindowOptions::default()).unwrap(); Oct 15 10:00:31.373 INFO kablam! 12 | | window Oct 15 10:00:31.373 INFO kablam! 13 | | } Oct 15 10:00:31.373 INFO kablam! | |_^ Oct 15 10:00:31.373 INFO kablam! Oct 15 10:00:31.373 INFO kablam! warning: variable `WINDOW_WIDTH` should have a snake case name such as `window_width` Oct 15 10:00:31.373 INFO kablam! --> src/display.rs:9:9 Oct 15 10:00:31.373 INFO kablam! | Oct 15 10:00:31.373 INFO kablam! 9 | let WINDOW_WIDTH = 640; Oct 15 10:00:31.373 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:00:31.373 INFO kablam! Oct 15 10:00:31.373 INFO kablam! warning: variable `WINDOW_HEIGHT` should have a snake case name such as `window_height` Oct 15 10:00:31.373 INFO kablam! --> src/display.rs:10:9 Oct 15 10:00:31.373 INFO kablam! | Oct 15 10:00:31.373 INFO kablam! 10 | let WINDOW_HEIGHT = 360; Oct 15 10:00:31.373 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:00:31.373 INFO kablam! Oct 15 10:00:31.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.94s Oct 15 10:00:31.927 INFO kablam! su: No module specific data is present Oct 15 10:00:32.793 INFO running `"docker" "rm" "-f" "996d11cd68cebc634df22934fb1d3a2db1eedd25ed89cfd6da974ecfbe191f87"` Oct 15 10:00:33.084 INFO blam! 996d11cd68cebc634df22934fb1d3a2db1eedd25ed89cfd6da974ecfbe191f87 Oct 15 10:00:33.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:00:33.494 INFO blam! 46a72763652b7352c5bb18bf39d295e99e5f57d7016715d1e2c3539b3f7ea7c3 Oct 15 10:00:33.507 INFO running `"docker" "start" "-a" "46a72763652b7352c5bb18bf39d295e99e5f57d7016715d1e2c3539b3f7ea7c3"` Oct 15 10:00:34.974 INFO kablam! usermod: no changes Oct 15 10:00:35.127 INFO kablam! Compiling chip8-emulator-stove v0.1.0 (/source) Oct 15 10:00:35.757 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:35.758 INFO kablam! --> src/main.rs:36:61 Oct 15 10:00:35.758 INFO kablam! | Oct 15 10:00:35.758 INFO kablam! 36 | let value1 = split_mem_chunk_into_nibbles(mem.get_value((pc as usize))); Oct 15 10:00:35.759 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:35.759 INFO kablam! | Oct 15 10:00:35.760 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:00:35.760 INFO kablam! Oct 15 10:00:35.761 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:35.761 INFO kablam! --> src/main.rs:37:61 Oct 15 10:00:35.761 INFO kablam! | Oct 15 10:00:35.762 INFO kablam! 37 | let value2 = split_mem_chunk_into_nibbles(mem.get_value(((pc+1) as usize))); Oct 15 10:00:35.762 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:35.762 INFO kablam! Oct 15 10:00:35.833 INFO kablam! warning: unused variable: `disp` Oct 15 10:00:35.834 INFO kablam! --> src/main.rs:34:72 Oct 15 10:00:35.834 INFO kablam! | Oct 15 10:00:35.835 INFO kablam! 34 | fn execute_instruction(mem:&memory::Memory, reg:®isters::Registers, disp:&display::Display){ Oct 15 10:00:35.835 INFO kablam! | ^^^^ help: consider using `_disp` instead Oct 15 10:00:35.836 INFO kablam! | Oct 15 10:00:35.836 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:00:35.836 INFO kablam! Oct 15 10:00:35.840 INFO kablam! warning: variable does not need to be mutable Oct 15 10:00:35.841 INFO kablam! --> src/main.rs:19:9 Oct 15 10:00:35.841 INFO kablam! | Oct 15 10:00:35.841 INFO kablam! 19 | let mut display = display::Display::new(); Oct 15 10:00:35.842 INFO kablam! | ----^^^^^^^ Oct 15 10:00:35.842 INFO kablam! | | Oct 15 10:00:35.843 INFO kablam! | help: remove this `mut` Oct 15 10:00:35.843 INFO kablam! | Oct 15 10:00:35.843 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:00:35.844 INFO kablam! Oct 15 10:00:35.869 INFO kablam! warning: method is never used: `get_general_register_value` Oct 15 10:00:35.870 INFO kablam! --> src/registers.rs:27:5 Oct 15 10:00:35.870 INFO kablam! | Oct 15 10:00:35.870 INFO kablam! 27 | pub fn get_general_register_value(&self, index:usize) -> u8{ Oct 15 10:00:35.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.870 INFO kablam! | Oct 15 10:00:35.871 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:00:35.871 INFO kablam! Oct 15 10:00:35.871 INFO kablam! warning: method is never used: `peek_at_stack` Oct 15 10:00:35.871 INFO kablam! --> src/registers.rs:45:5 Oct 15 10:00:35.871 INFO kablam! | Oct 15 10:00:35.871 INFO kablam! 45 | pub fn peek_at_stack(&self) -> u16 { Oct 15 10:00:35.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.871 INFO kablam! Oct 15 10:00:35.872 INFO kablam! warning: method is never used: `pop_from_stack` Oct 15 10:00:35.872 INFO kablam! --> src/registers.rs:49:5 Oct 15 10:00:35.872 INFO kablam! | Oct 15 10:00:35.872 INFO kablam! 49 | pub fn pop_from_stack(&mut self) -> u16 { Oct 15 10:00:35.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.872 INFO kablam! Oct 15 10:00:35.872 INFO kablam! warning: method is never used: `set_pc` Oct 15 10:00:35.872 INFO kablam! --> src/registers.rs:60:5 Oct 15 10:00:35.872 INFO kablam! | Oct 15 10:00:35.872 INFO kablam! 60 | pub fn set_pc(&mut self, value:u16){ Oct 15 10:00:35.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.872 INFO kablam! Oct 15 10:00:35.872 INFO kablam! warning: method is never used: `set_i` Oct 15 10:00:35.872 INFO kablam! --> src/registers.rs:68:5 Oct 15 10:00:35.872 INFO kablam! | Oct 15 10:00:35.872 INFO kablam! 68 | pub fn set_i(&mut self, value:u16){ Oct 15 10:00:35.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.872 INFO kablam! Oct 15 10:00:35.872 INFO kablam! warning: method is never used: `get_i` Oct 15 10:00:35.872 INFO kablam! --> src/registers.rs:72:5 Oct 15 10:00:35.872 INFO kablam! | Oct 15 10:00:35.872 INFO kablam! 72 | pub fn get_i(&self) -> u16 { Oct 15 10:00:35.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.872 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `set_delay` Oct 15 10:00:35.873 INFO kablam! --> src/registers.rs:76:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 76 | pub fn set_delay(&mut self, value:u8){ Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `get_delay` Oct 15 10:00:35.873 INFO kablam! --> src/registers.rs:80:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 80 | pub fn get_delay(&self) -> u8 { Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `decrement_delay` Oct 15 10:00:35.873 INFO kablam! --> src/registers.rs:84:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 84 | pub fn decrement_delay(&mut self){ Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `set_sound` Oct 15 10:00:35.873 INFO kablam! --> src/registers.rs:90:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 90 | pub fn set_sound(&mut self, value:u8){ Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `get_sound` Oct 15 10:00:35.873 INFO kablam! --> src/registers.rs:94:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 94 | pub fn get_sound(&self) -> u8 { Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `decrement_sound` Oct 15 10:00:35.873 INFO kablam! --> src/registers.rs:98:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 98 | pub fn decrement_sound(&mut self){ Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: field is never used: `display_window` Oct 15 10:00:35.873 INFO kablam! --> src/display.rs:5:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 5 | display_window: Window Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `update_display` Oct 15 10:00:35.873 INFO kablam! --> src/display.rs:22:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 22 | pub fn update_display(&mut self,buffer:Vec){ Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.873 INFO kablam! warning: method is never used: `get_is_open` Oct 15 10:00:35.873 INFO kablam! --> src/display.rs:26:5 Oct 15 10:00:35.873 INFO kablam! | Oct 15 10:00:35.873 INFO kablam! 26 | pub fn get_is_open(&self) -> bool{ Oct 15 10:00:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:35.873 INFO kablam! Oct 15 10:00:35.875 INFO kablam! warning: variable `returnValue` should have a snake case name such as `return_value` Oct 15 10:00:35.875 INFO kablam! --> src/registers.rs:50:13 Oct 15 10:00:35.875 INFO kablam! | Oct 15 10:00:35.875 INFO kablam! 50 | let returnValue = self.stack[(self.sp as usize)]; Oct 15 10:00:35.875 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:00:35.875 INFO kablam! | Oct 15 10:00:35.875 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:00:35.875 INFO kablam! Oct 15 10:00:35.875 INFO kablam! warning: function `createDisplay` should have a snake case name such as `create_display` Oct 15 10:00:35.875 INFO kablam! --> src/display.rs:8:1 Oct 15 10:00:35.875 INFO kablam! | Oct 15 10:00:35.875 INFO kablam! 8 | / fn createDisplay() -> Window{ Oct 15 10:00:35.875 INFO kablam! 9 | | let WINDOW_WIDTH = 640; Oct 15 10:00:35.875 INFO kablam! 10 | | let WINDOW_HEIGHT = 360; Oct 15 10:00:35.875 INFO kablam! 11 | | let window = Window::new("Stove Chip8", WINDOW_WIDTH, WINDOW_HEIGHT, WindowOptions::default()).unwrap(); Oct 15 10:00:35.875 INFO kablam! 12 | | window Oct 15 10:00:35.875 INFO kablam! 13 | | } Oct 15 10:00:35.875 INFO kablam! | |_^ Oct 15 10:00:35.875 INFO kablam! Oct 15 10:00:35.875 INFO kablam! warning: variable `WINDOW_WIDTH` should have a snake case name such as `window_width` Oct 15 10:00:35.875 INFO kablam! --> src/display.rs:9:9 Oct 15 10:00:35.875 INFO kablam! | Oct 15 10:00:35.875 INFO kablam! 9 | let WINDOW_WIDTH = 640; Oct 15 10:00:35.875 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:00:35.875 INFO kablam! Oct 15 10:00:35.875 INFO kablam! warning: variable `WINDOW_HEIGHT` should have a snake case name such as `window_height` Oct 15 10:00:35.875 INFO kablam! --> src/display.rs:10:9 Oct 15 10:00:35.875 INFO kablam! | Oct 15 10:00:35.876 INFO kablam! 10 | let WINDOW_HEIGHT = 360; Oct 15 10:00:35.876 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:00:35.876 INFO kablam! Oct 15 10:00:36.416 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 15 10:00:36.420 INFO kablam! su: No module specific data is present Oct 15 10:00:37.283 INFO running `"docker" "rm" "-f" "46a72763652b7352c5bb18bf39d295e99e5f57d7016715d1e2c3539b3f7ea7c3"` Oct 15 10:00:37.621 INFO blam! 46a72763652b7352c5bb18bf39d295e99e5f57d7016715d1e2c3539b3f7ea7c3 Oct 15 10:00:37.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:00:38.075 INFO blam! 6f7a53a6e22605c3fa4997a827b85d1ad11e21db9ae63e0f92d2a764a4922abb Oct 15 10:00:38.083 INFO running `"docker" "start" "-a" "6f7a53a6e22605c3fa4997a827b85d1ad11e21db9ae63e0f92d2a764a4922abb"` Oct 15 10:00:39.594 INFO kablam! usermod: no changes Oct 15 10:00:39.681 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 10:00:39.684 INFO kablam! Running /target/debug/deps/chip8_emulator_stove-d8bcde08590807e5 Oct 15 10:00:39.687 INFO blam! Oct 15 10:00:39.687 INFO blam! running 0 tests Oct 15 10:00:39.687 INFO blam! Oct 15 10:00:39.687 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:00:39.687 INFO blam! Oct 15 10:00:39.688 INFO kablam! su: No module specific data is present Oct 15 10:00:40.791 INFO running `"docker" "rm" "-f" "6f7a53a6e22605c3fa4997a827b85d1ad11e21db9ae63e0f92d2a764a4922abb"` Oct 15 10:00:41.011 INFO blam! 6f7a53a6e22605c3fa4997a827b85d1ad11e21db9ae63e0f92d2a764a4922abb