Oct 15 10:00:19.866 INFO testing JacobEmmersonStovall/Stove-Chip8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:00:19.867 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 15 10:00:20.415 INFO blam! b7301f50b272cf887c5cfa1004010280cd4ae9c1fc012b50cddcb2223fdff98a Oct 15 10:00:20.417 INFO running `"docker" "start" "-a" "b7301f50b272cf887c5cfa1004010280cd4ae9c1fc012b50cddcb2223fdff98a"` Oct 15 10:00:21.754 INFO kablam! usermod: no changes Oct 15 10:00:21.914 INFO kablam! Compiling minifb v0.9.2 Oct 15 10:00:21.916 INFO kablam! Compiling x11-dl v2.14.0 Oct 15 10:00:30.314 INFO kablam! Compiling chip8-emulator-stove v0.1.0 (/source) Oct 15 10:00:30.987 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:30.987 INFO kablam! --> src/main.rs:36:61 Oct 15 10:00:30.988 INFO kablam! | Oct 15 10:00:30.988 INFO kablam! 36 | let value1 = split_mem_chunk_into_nibbles(mem.get_value((pc as usize))); Oct 15 10:00:30.989 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:30.989 INFO kablam! | Oct 15 10:00:30.989 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:00:30.990 INFO kablam! Oct 15 10:00:30.990 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:30.990 INFO kablam! --> src/main.rs:37:61 Oct 15 10:00:30.991 INFO kablam! | Oct 15 10:00:30.991 INFO kablam! 37 | let value2 = split_mem_chunk_into_nibbles(mem.get_value(((pc+1) as usize))); Oct 15 10:00:30.991 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:30.992 INFO kablam! Oct 15 10:00:31.060 INFO kablam! warning: unused variable: `disp` Oct 15 10:00:31.061 INFO kablam! --> src/main.rs:34:72 Oct 15 10:00:31.061 INFO kablam! | Oct 15 10:00:31.062 INFO kablam! 34 | fn execute_instruction(mem:&memory::Memory, reg:®isters::Registers, disp:&display::Display){ Oct 15 10:00:31.062 INFO kablam! | ^^^^ help: consider using `_disp` instead Oct 15 10:00:31.063 INFO kablam! | Oct 15 10:00:31.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:00:31.063 INFO kablam! Oct 15 10:00:31.064 INFO kablam! warning: variable does not need to be mutable Oct 15 10:00:31.064 INFO kablam! --> src/main.rs:19:9 Oct 15 10:00:31.065 INFO kablam! | Oct 15 10:00:31.065 INFO kablam! 19 | let mut display = display::Display::new(); Oct 15 10:00:31.065 INFO kablam! | ----^^^^^^^ Oct 15 10:00:31.066 INFO kablam! | | Oct 15 10:00:31.066 INFO kablam! | help: remove this `mut` Oct 15 10:00:31.067 INFO kablam! | Oct 15 10:00:31.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:00:31.067 INFO kablam! Oct 15 10:00:31.089 INFO kablam! warning: method is never used: `get_general_register_value` Oct 15 10:00:31.090 INFO kablam! --> src/registers.rs:27:5 Oct 15 10:00:31.090 INFO kablam! | Oct 15 10:00:31.090 INFO kablam! 27 | pub fn get_general_register_value(&self, index:usize) -> u8{ Oct 15 10:00:31.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.091 INFO kablam! | Oct 15 10:00:31.091 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:00:31.091 INFO kablam! Oct 15 10:00:31.091 INFO kablam! warning: method is never used: `peek_at_stack` Oct 15 10:00:31.091 INFO kablam! --> src/registers.rs:45:5 Oct 15 10:00:31.091 INFO kablam! | Oct 15 10:00:31.091 INFO kablam! 45 | pub fn peek_at_stack(&self) -> u16 { Oct 15 10:00:31.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.091 INFO kablam! Oct 15 10:00:31.091 INFO kablam! warning: method is never used: `pop_from_stack` Oct 15 10:00:31.091 INFO kablam! --> src/registers.rs:49:5 Oct 15 10:00:31.091 INFO kablam! | Oct 15 10:00:31.091 INFO kablam! 49 | pub fn pop_from_stack(&mut self) -> u16 { Oct 15 10:00:31.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.091 INFO kablam! Oct 15 10:00:31.091 INFO kablam! warning: method is never used: `set_pc` Oct 15 10:00:31.091 INFO kablam! --> src/registers.rs:60:5 Oct 15 10:00:31.091 INFO kablam! | Oct 15 10:00:31.091 INFO kablam! 60 | pub fn set_pc(&mut self, value:u16){ Oct 15 10:00:31.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.091 INFO kablam! Oct 15 10:00:31.091 INFO kablam! warning: method is never used: `set_i` Oct 15 10:00:31.091 INFO kablam! --> src/registers.rs:68:5 Oct 15 10:00:31.091 INFO kablam! | Oct 15 10:00:31.092 INFO kablam! 68 | pub fn set_i(&mut self, value:u16){ Oct 15 10:00:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.092 INFO kablam! Oct 15 10:00:31.092 INFO kablam! warning: method is never used: `get_i` Oct 15 10:00:31.092 INFO kablam! --> src/registers.rs:72:5 Oct 15 10:00:31.092 INFO kablam! | Oct 15 10:00:31.092 INFO kablam! 72 | pub fn get_i(&self) -> u16 { Oct 15 10:00:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.092 INFO kablam! Oct 15 10:00:31.092 INFO kablam! warning: method is never used: `set_delay` Oct 15 10:00:31.092 INFO kablam! --> src/registers.rs:76:5 Oct 15 10:00:31.092 INFO kablam! | Oct 15 10:00:31.092 INFO kablam! 76 | pub fn set_delay(&mut self, value:u8){ Oct 15 10:00:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.092 INFO kablam! Oct 15 10:00:31.092 INFO kablam! warning: method is never used: `get_delay` Oct 15 10:00:31.092 INFO kablam! --> src/registers.rs:80:5 Oct 15 10:00:31.092 INFO kablam! | Oct 15 10:00:31.092 INFO kablam! 80 | pub fn get_delay(&self) -> u8 { Oct 15 10:00:31.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.093 INFO kablam! Oct 15 10:00:31.093 INFO kablam! warning: method is never used: `decrement_delay` Oct 15 10:00:31.093 INFO kablam! --> src/registers.rs:84:5 Oct 15 10:00:31.093 INFO kablam! | Oct 15 10:00:31.093 INFO kablam! 84 | pub fn decrement_delay(&mut self){ Oct 15 10:00:31.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.093 INFO kablam! Oct 15 10:00:31.093 INFO kablam! warning: method is never used: `set_sound` Oct 15 10:00:31.093 INFO kablam! --> src/registers.rs:90:5 Oct 15 10:00:31.093 INFO kablam! | Oct 15 10:00:31.093 INFO kablam! 90 | pub fn set_sound(&mut self, value:u8){ Oct 15 10:00:31.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.093 INFO kablam! Oct 15 10:00:31.093 INFO kablam! warning: method is never used: `get_sound` Oct 15 10:00:31.093 INFO kablam! --> src/registers.rs:94:5 Oct 15 10:00:31.093 INFO kablam! | Oct 15 10:00:31.093 INFO kablam! 94 | pub fn get_sound(&self) -> u8 { Oct 15 10:00:31.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.094 INFO kablam! Oct 15 10:00:31.094 INFO kablam! warning: method is never used: `decrement_sound` Oct 15 10:00:31.094 INFO kablam! --> src/registers.rs:98:5 Oct 15 10:00:31.094 INFO kablam! | Oct 15 10:00:31.094 INFO kablam! 98 | pub fn decrement_sound(&mut self){ Oct 15 10:00:31.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.094 INFO kablam! Oct 15 10:00:31.094 INFO kablam! warning: field is never used: `display_window` Oct 15 10:00:31.094 INFO kablam! --> src/display.rs:5:5 Oct 15 10:00:31.094 INFO kablam! | Oct 15 10:00:31.094 INFO kablam! 5 | display_window: Window Oct 15 10:00:31.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.094 INFO kablam! Oct 15 10:00:31.094 INFO kablam! warning: method is never used: `update_display` Oct 15 10:00:31.094 INFO kablam! --> src/display.rs:22:5 Oct 15 10:00:31.094 INFO kablam! | Oct 15 10:00:31.094 INFO kablam! 22 | pub fn update_display(&mut self,buffer:Vec){ Oct 15 10:00:31.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.095 INFO kablam! Oct 15 10:00:31.095 INFO kablam! warning: method is never used: `get_is_open` Oct 15 10:00:31.095 INFO kablam! --> src/display.rs:26:5 Oct 15 10:00:31.095 INFO kablam! | Oct 15 10:00:31.095 INFO kablam! 26 | pub fn get_is_open(&self) -> bool{ Oct 15 10:00:31.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:31.095 INFO kablam! Oct 15 10:00:31.095 INFO kablam! warning: variable `returnValue` should have a snake case name such as `return_value` Oct 15 10:00:31.095 INFO kablam! --> src/registers.rs:50:13 Oct 15 10:00:31.095 INFO kablam! | Oct 15 10:00:31.095 INFO kablam! 50 | let returnValue = self.stack[(self.sp as usize)]; Oct 15 10:00:31.095 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:00:31.095 INFO kablam! | Oct 15 10:00:31.095 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:00:31.095 INFO kablam! Oct 15 10:00:31.095 INFO kablam! warning: function `createDisplay` should have a snake case name such as `create_display` Oct 15 10:00:31.095 INFO kablam! --> src/display.rs:8:1 Oct 15 10:00:31.095 INFO kablam! | Oct 15 10:00:31.095 INFO kablam! 8 | / fn createDisplay() -> Window{ Oct 15 10:00:31.095 INFO kablam! 9 | | let WINDOW_WIDTH = 640; Oct 15 10:00:31.095 INFO kablam! 10 | | let WINDOW_HEIGHT = 360; Oct 15 10:00:31.095 INFO kablam! 11 | | let window = Window::new("Stove Chip8", WINDOW_WIDTH, WINDOW_HEIGHT, WindowOptions::default()).unwrap(); Oct 15 10:00:31.095 INFO kablam! 12 | | window Oct 15 10:00:31.095 INFO kablam! 13 | | } Oct 15 10:00:31.095 INFO kablam! | |_^ Oct 15 10:00:31.095 INFO kablam! Oct 15 10:00:31.095 INFO kablam! warning: variable `WINDOW_WIDTH` should have a snake case name such as `window_width` Oct 15 10:00:31.095 INFO kablam! --> src/display.rs:9:9 Oct 15 10:00:31.095 INFO kablam! | Oct 15 10:00:31.095 INFO kablam! 9 | let WINDOW_WIDTH = 640; Oct 15 10:00:31.095 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:00:31.095 INFO kablam! Oct 15 10:00:31.095 INFO kablam! warning: variable `WINDOW_HEIGHT` should have a snake case name such as `window_height` Oct 15 10:00:31.095 INFO kablam! --> src/display.rs:10:9 Oct 15 10:00:31.095 INFO kablam! | Oct 15 10:00:31.095 INFO kablam! 10 | let WINDOW_HEIGHT = 360; Oct 15 10:00:31.095 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:00:31.095 INFO kablam! Oct 15 10:00:31.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.01s Oct 15 10:00:31.811 INFO kablam! su: No module specific data is present Oct 15 10:00:32.643 INFO running `"docker" "rm" "-f" "b7301f50b272cf887c5cfa1004010280cd4ae9c1fc012b50cddcb2223fdff98a"` Oct 15 10:00:33.023 INFO blam! b7301f50b272cf887c5cfa1004010280cd4ae9c1fc012b50cddcb2223fdff98a Oct 15 10:00:33.043 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 15 10:00:33.583 INFO blam! 56065eb59c4715a80503f4ed0d51730014612a4884efee21d91ebaf575ea4226 Oct 15 10:00:33.591 INFO running `"docker" "start" "-a" "56065eb59c4715a80503f4ed0d51730014612a4884efee21d91ebaf575ea4226"` Oct 15 10:00:35.138 INFO kablam! usermod: no changes Oct 15 10:00:35.226 INFO kablam! Compiling chip8-emulator-stove v0.1.0 (/source) Oct 15 10:00:35.946 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:35.946 INFO kablam! --> src/main.rs:36:61 Oct 15 10:00:35.946 INFO kablam! | Oct 15 10:00:35.946 INFO kablam! 36 | let value1 = split_mem_chunk_into_nibbles(mem.get_value((pc as usize))); Oct 15 10:00:35.946 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:35.946 INFO kablam! | Oct 15 10:00:35.946 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:00:35.946 INFO kablam! Oct 15 10:00:35.946 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:00:35.946 INFO kablam! --> src/main.rs:37:61 Oct 15 10:00:35.947 INFO kablam! | Oct 15 10:00:35.947 INFO kablam! 37 | let value2 = split_mem_chunk_into_nibbles(mem.get_value(((pc+1) as usize))); Oct 15 10:00:35.947 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:00:35.947 INFO kablam! Oct 15 10:00:36.024 INFO kablam! warning: unused variable: `disp` Oct 15 10:00:36.024 INFO kablam! --> src/main.rs:34:72 Oct 15 10:00:36.024 INFO kablam! | Oct 15 10:00:36.024 INFO kablam! 34 | fn execute_instruction(mem:&memory::Memory, reg:®isters::Registers, disp:&display::Display){ Oct 15 10:00:36.024 INFO kablam! | ^^^^ help: consider using `_disp` instead Oct 15 10:00:36.024 INFO kablam! | Oct 15 10:00:36.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:00:36.024 INFO kablam! Oct 15 10:00:36.029 INFO kablam! warning: variable does not need to be mutable Oct 15 10:00:36.029 INFO kablam! --> src/main.rs:19:9 Oct 15 10:00:36.029 INFO kablam! | Oct 15 10:00:36.029 INFO kablam! 19 | let mut display = display::Display::new(); Oct 15 10:00:36.029 INFO kablam! | ----^^^^^^^ Oct 15 10:00:36.030 INFO kablam! | | Oct 15 10:00:36.030 INFO kablam! | help: remove this `mut` Oct 15 10:00:36.030 INFO kablam! | Oct 15 10:00:36.030 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:00:36.030 INFO kablam! Oct 15 10:00:36.056 INFO kablam! warning: method is never used: `get_general_register_value` Oct 15 10:00:36.057 INFO kablam! --> src/registers.rs:27:5 Oct 15 10:00:36.057 INFO kablam! | Oct 15 10:00:36.057 INFO kablam! 27 | pub fn get_general_register_value(&self, index:usize) -> u8{ Oct 15 10:00:36.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.057 INFO kablam! | Oct 15 10:00:36.058 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:00:36.058 INFO kablam! Oct 15 10:00:36.058 INFO kablam! warning: method is never used: `peek_at_stack` Oct 15 10:00:36.058 INFO kablam! --> src/registers.rs:45:5 Oct 15 10:00:36.058 INFO kablam! | Oct 15 10:00:36.058 INFO kablam! 45 | pub fn peek_at_stack(&self) -> u16 { Oct 15 10:00:36.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.059 INFO kablam! Oct 15 10:00:36.059 INFO kablam! warning: method is never used: `pop_from_stack` Oct 15 10:00:36.059 INFO kablam! --> src/registers.rs:49:5 Oct 15 10:00:36.059 INFO kablam! | Oct 15 10:00:36.059 INFO kablam! 49 | pub fn pop_from_stack(&mut self) -> u16 { Oct 15 10:00:36.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.059 INFO kablam! Oct 15 10:00:36.059 INFO kablam! warning: method is never used: `set_pc` Oct 15 10:00:36.059 INFO kablam! --> src/registers.rs:60:5 Oct 15 10:00:36.059 INFO kablam! | Oct 15 10:00:36.059 INFO kablam! 60 | pub fn set_pc(&mut self, value:u16){ Oct 15 10:00:36.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.059 INFO kablam! Oct 15 10:00:36.059 INFO kablam! warning: method is never used: `set_i` Oct 15 10:00:36.059 INFO kablam! --> src/registers.rs:68:5 Oct 15 10:00:36.059 INFO kablam! | Oct 15 10:00:36.059 INFO kablam! 68 | pub fn set_i(&mut self, value:u16){ Oct 15 10:00:36.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.059 INFO kablam! Oct 15 10:00:36.060 INFO kablam! warning: method is never used: `get_i` Oct 15 10:00:36.060 INFO kablam! --> src/registers.rs:72:5 Oct 15 10:00:36.060 INFO kablam! | Oct 15 10:00:36.060 INFO kablam! 72 | pub fn get_i(&self) -> u16 { Oct 15 10:00:36.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.060 INFO kablam! Oct 15 10:00:36.060 INFO kablam! warning: method is never used: `set_delay` Oct 15 10:00:36.060 INFO kablam! --> src/registers.rs:76:5 Oct 15 10:00:36.060 INFO kablam! | Oct 15 10:00:36.060 INFO kablam! 76 | pub fn set_delay(&mut self, value:u8){ Oct 15 10:00:36.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.060 INFO kablam! Oct 15 10:00:36.060 INFO kablam! warning: method is never used: `get_delay` Oct 15 10:00:36.060 INFO kablam! --> src/registers.rs:80:5 Oct 15 10:00:36.060 INFO kablam! | Oct 15 10:00:36.060 INFO kablam! 80 | pub fn get_delay(&self) -> u8 { Oct 15 10:00:36.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.060 INFO kablam! Oct 15 10:00:36.060 INFO kablam! warning: method is never used: `decrement_delay` Oct 15 10:00:36.060 INFO kablam! --> src/registers.rs:84:5 Oct 15 10:00:36.060 INFO kablam! | Oct 15 10:00:36.060 INFO kablam! 84 | pub fn decrement_delay(&mut self){ Oct 15 10:00:36.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.060 INFO kablam! Oct 15 10:00:36.060 INFO kablam! warning: method is never used: `set_sound` Oct 15 10:00:36.060 INFO kablam! --> src/registers.rs:90:5 Oct 15 10:00:36.060 INFO kablam! | Oct 15 10:00:36.060 INFO kablam! 90 | pub fn set_sound(&mut self, value:u8){ Oct 15 10:00:36.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.060 INFO kablam! Oct 15 10:00:36.060 INFO kablam! warning: method is never used: `get_sound` Oct 15 10:00:36.060 INFO kablam! --> src/registers.rs:94:5 Oct 15 10:00:36.060 INFO kablam! | Oct 15 10:00:36.060 INFO kablam! 94 | pub fn get_sound(&self) -> u8 { Oct 15 10:00:36.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.060 INFO kablam! Oct 15 10:00:36.061 INFO kablam! warning: method is never used: `decrement_sound` Oct 15 10:00:36.061 INFO kablam! --> src/registers.rs:98:5 Oct 15 10:00:36.061 INFO kablam! | Oct 15 10:00:36.061 INFO kablam! 98 | pub fn decrement_sound(&mut self){ Oct 15 10:00:36.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.061 INFO kablam! Oct 15 10:00:36.061 INFO kablam! warning: field is never used: `display_window` Oct 15 10:00:36.061 INFO kablam! --> src/display.rs:5:5 Oct 15 10:00:36.061 INFO kablam! | Oct 15 10:00:36.061 INFO kablam! 5 | display_window: Window Oct 15 10:00:36.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.061 INFO kablam! Oct 15 10:00:36.061 INFO kablam! warning: method is never used: `update_display` Oct 15 10:00:36.061 INFO kablam! --> src/display.rs:22:5 Oct 15 10:00:36.061 INFO kablam! | Oct 15 10:00:36.061 INFO kablam! 22 | pub fn update_display(&mut self,buffer:Vec){ Oct 15 10:00:36.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.061 INFO kablam! Oct 15 10:00:36.061 INFO kablam! warning: method is never used: `get_is_open` Oct 15 10:00:36.061 INFO kablam! --> src/display.rs:26:5 Oct 15 10:00:36.061 INFO kablam! | Oct 15 10:00:36.061 INFO kablam! 26 | pub fn get_is_open(&self) -> bool{ Oct 15 10:00:36.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:00:36.061 INFO kablam! Oct 15 10:00:36.062 INFO kablam! warning: variable `returnValue` should have a snake case name such as `return_value` Oct 15 10:00:36.062 INFO kablam! --> src/registers.rs:50:13 Oct 15 10:00:36.062 INFO kablam! | Oct 15 10:00:36.062 INFO kablam! 50 | let returnValue = self.stack[(self.sp as usize)]; Oct 15 10:00:36.062 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:00:36.062 INFO kablam! | Oct 15 10:00:36.062 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:00:36.062 INFO kablam! Oct 15 10:00:36.063 INFO kablam! warning: function `createDisplay` should have a snake case name such as `create_display` Oct 15 10:00:36.063 INFO kablam! --> src/display.rs:8:1 Oct 15 10:00:36.063 INFO kablam! | Oct 15 10:00:36.063 INFO kablam! 8 | / fn createDisplay() -> Window{ Oct 15 10:00:36.063 INFO kablam! 9 | | let WINDOW_WIDTH = 640; Oct 15 10:00:36.063 INFO kablam! 10 | | let WINDOW_HEIGHT = 360; Oct 15 10:00:36.063 INFO kablam! 11 | | let window = Window::new("Stove Chip8", WINDOW_WIDTH, WINDOW_HEIGHT, WindowOptions::default()).unwrap(); Oct 15 10:00:36.063 INFO kablam! 12 | | window Oct 15 10:00:36.063 INFO kablam! 13 | | } Oct 15 10:00:36.063 INFO kablam! | |_^ Oct 15 10:00:36.063 INFO kablam! Oct 15 10:00:36.063 INFO kablam! warning: variable `WINDOW_WIDTH` should have a snake case name such as `window_width` Oct 15 10:00:36.064 INFO kablam! --> src/display.rs:9:9 Oct 15 10:00:36.064 INFO kablam! | Oct 15 10:00:36.064 INFO kablam! 9 | let WINDOW_WIDTH = 640; Oct 15 10:00:36.064 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:00:36.064 INFO kablam! Oct 15 10:00:36.064 INFO kablam! warning: variable `WINDOW_HEIGHT` should have a snake case name such as `window_height` Oct 15 10:00:36.064 INFO kablam! --> src/display.rs:10:9 Oct 15 10:00:36.064 INFO kablam! | Oct 15 10:00:36.064 INFO kablam! 10 | let WINDOW_HEIGHT = 360; Oct 15 10:00:36.064 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:00:36.064 INFO kablam! Oct 15 10:00:36.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 15 10:00:36.647 INFO kablam! su: No module specific data is present Oct 15 10:00:37.647 INFO running `"docker" "rm" "-f" "56065eb59c4715a80503f4ed0d51730014612a4884efee21d91ebaf575ea4226"` Oct 15 10:00:37.985 INFO blam! 56065eb59c4715a80503f4ed0d51730014612a4884efee21d91ebaf575ea4226 Oct 15 10:00:37.988 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 15 10:00:38.379 INFO blam! 2ea49efd6584cbc5269e8c3fc605cf48dd32b19b4f2ce1a308d8d4e7f7e501f9 Oct 15 10:00:38.399 INFO running `"docker" "start" "-a" "2ea49efd6584cbc5269e8c3fc605cf48dd32b19b4f2ce1a308d8d4e7f7e501f9"` Oct 15 10:00:39.927 INFO kablam! usermod: no changes Oct 15 10:00:40.062 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 10:00:40.067 INFO kablam! Running /target/debug/deps/chip8_emulator_stove-408b642d8b70861f Oct 15 10:00:40.075 INFO blam! Oct 15 10:00:40.075 INFO blam! running 0 tests Oct 15 10:00:40.075 INFO blam! Oct 15 10:00:40.075 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:00:40.075 INFO blam! Oct 15 10:00:40.079 INFO kablam! su: No module specific data is present Oct 15 10:00:41.190 INFO running `"docker" "rm" "-f" "2ea49efd6584cbc5269e8c3fc605cf48dd32b19b4f2ce1a308d8d4e7f7e501f9"` Oct 15 10:00:41.475 INFO blam! 2ea49efd6584cbc5269e8c3fc605cf48dd32b19b4f2ce1a308d8d4e7f7e501f9