Oct 27 09:08:51.825 INFO checking WilsonGiese/JANE against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:08:51.827 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 09:08:52.334 INFO blam! ae15d1bd667d44639522813cc081114d7bdfa5764da7523a81b64081fc89ea85 Oct 27 09:08:52.335 INFO running `"docker" "start" "-a" "ae15d1bd667d44639522813cc081114d7bdfa5764da7523a81b64081fc89ea85"` Oct 27 09:08:54.167 INFO kablam! usermod: no changes Oct 27 09:08:54.259 INFO kablam! Checking jane v0.1.0 (/source) Oct 27 09:08:55.807 INFO kablam! warning: unused variable: `address` Oct 27 09:08:55.807 INFO kablam! --> src/memory.rs:33:22 Oct 27 09:08:55.807 INFO kablam! | Oct 27 09:08:55.807 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:55.807 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 09:08:55.815 INFO kablam! | Oct 27 09:08:55.815 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:08:55.815 INFO kablam! Oct 27 09:08:55.815 INFO kablam! warning: unused variable: `value` Oct 27 09:08:55.815 INFO kablam! --> src/memory.rs:33:36 Oct 27 09:08:55.815 INFO kablam! | Oct 27 09:08:55.815 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:55.815 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 27 09:08:55.815 INFO kablam! Oct 27 09:08:55.915 INFO kablam! warning: unused variable: `address` Oct 27 09:08:55.915 INFO kablam! --> src/memory.rs:33:22 Oct 27 09:08:55.915 INFO kablam! | Oct 27 09:08:55.915 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:55.915 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 09:08:55.915 INFO kablam! | Oct 27 09:08:55.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:08:55.915 INFO kablam! Oct 27 09:08:55.915 INFO kablam! warning: unused variable: `value` Oct 27 09:08:55.915 INFO kablam! --> src/memory.rs:33:36 Oct 27 09:08:55.915 INFO kablam! | Oct 27 09:08:55.915 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:55.915 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 27 09:08:55.915 INFO kablam! Oct 27 09:08:55.927 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 27 09:08:55.927 INFO kablam! --> src/cpu.rs:4:1 Oct 27 09:08:55.927 INFO kablam! | Oct 27 09:08:55.927 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 27 09:08:55.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:55.927 INFO kablam! | Oct 27 09:08:55.927 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:08:55.927 INFO kablam! Oct 27 09:08:55.927 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 27 09:08:55.927 INFO kablam! --> src/cpu.rs:5:1 Oct 27 09:08:55.927 INFO kablam! | Oct 27 09:08:55.927 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 27 09:08:55.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:55.927 INFO kablam! Oct 27 09:08:55.927 INFO kablam! warning: method is never used: `power_up` Oct 27 09:08:55.927 INFO kablam! --> src/cpu.rs:58:2 Oct 27 09:08:55.927 INFO kablam! | Oct 27 09:08:55.927 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 27 09:08:55.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:55.927 INFO kablam! Oct 27 09:08:55.927 INFO kablam! warning: method is never used: `reset` Oct 27 09:08:55.927 INFO kablam! --> src/cpu.rs:78:2 Oct 27 09:08:55.927 INFO kablam! | Oct 27 09:08:55.927 INFO kablam! 78 | pub fn reset(&mut self) { Oct 27 09:08:55.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:55.928 INFO kablam! Oct 27 09:08:55.931 INFO kablam! warning: field is never used: `header` Oct 27 09:08:55.931 INFO kablam! --> src/mapper.rs:7:2 Oct 27 09:08:55.931 INFO kablam! | Oct 27 09:08:55.931 INFO kablam! 7 | header: Header, Oct 27 09:08:55.931 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:08:55.931 INFO kablam! Oct 27 09:08:55.931 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 27 09:08:55.931 INFO kablam! --> src/mapper.rs:45:1 Oct 27 09:08:55.931 INFO kablam! | Oct 27 09:08:55.931 INFO kablam! 45 | pub struct NRomCHR { Oct 27 09:08:55.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:08:55.931 INFO kablam! Oct 27 09:08:56.003 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 27 09:08:56.003 INFO kablam! --> src/cpu.rs:4:1 Oct 27 09:08:56.003 INFO kablam! | Oct 27 09:08:56.003 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 27 09:08:56.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:56.003 INFO kablam! | Oct 27 09:08:56.003 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:08:56.003 INFO kablam! Oct 27 09:08:56.003 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 27 09:08:56.003 INFO kablam! --> src/cpu.rs:5:1 Oct 27 09:08:56.003 INFO kablam! | Oct 27 09:08:56.003 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 27 09:08:56.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:56.003 INFO kablam! Oct 27 09:08:56.003 INFO kablam! warning: method is never used: `power_up` Oct 27 09:08:56.003 INFO kablam! --> src/cpu.rs:58:2 Oct 27 09:08:56.003 INFO kablam! | Oct 27 09:08:56.003 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 27 09:08:56.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:56.003 INFO kablam! Oct 27 09:08:56.003 INFO kablam! warning: method is never used: `reset` Oct 27 09:08:56.003 INFO kablam! --> src/cpu.rs:78:2 Oct 27 09:08:56.003 INFO kablam! | Oct 27 09:08:56.003 INFO kablam! 78 | pub fn reset(&mut self) { Oct 27 09:08:56.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:56.003 INFO kablam! Oct 27 09:08:56.003 INFO kablam! warning: field is never used: `header` Oct 27 09:08:56.003 INFO kablam! --> src/mapper.rs:7:2 Oct 27 09:08:56.003 INFO kablam! | Oct 27 09:08:56.003 INFO kablam! 7 | header: Header, Oct 27 09:08:56.003 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:08:56.003 INFO kablam! Oct 27 09:08:56.003 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 27 09:08:56.003 INFO kablam! --> src/mapper.rs:45:1 Oct 27 09:08:56.003 INFO kablam! | Oct 27 09:08:56.003 INFO kablam! 45 | pub struct NRomCHR { Oct 27 09:08:56.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:08:56.003 INFO kablam! Oct 27 09:08:56.037 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 27 09:08:56.039 INFO kablam! su: No module specific data is present Oct 27 09:08:57.051 INFO running `"docker" "rm" "-f" "ae15d1bd667d44639522813cc081114d7bdfa5764da7523a81b64081fc89ea85"` Oct 27 09:08:57.383 INFO blam! ae15d1bd667d44639522813cc081114d7bdfa5764da7523a81b64081fc89ea85