Oct 27 09:08:54.257 INFO checking WilsonGiese/JANE against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:08:54.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:54.676 INFO blam! a717fcf87dc5bea84275ba158f76468a056f6c1f14f34c9c32ffd89d79a88261 Oct 27 09:08:54.678 INFO running `"docker" "start" "-a" "a717fcf87dc5bea84275ba158f76468a056f6c1f14f34c9c32ffd89d79a88261"` Oct 27 09:08:56.734 INFO kablam! usermod: no changes Oct 27 09:08:56.768 INFO kablam! Checking jane v0.1.0 (/source) Oct 27 09:08:57.907 INFO kablam! warning: unused variable: `address` Oct 27 09:08:57.907 INFO kablam! --> src/memory.rs:33:22 Oct 27 09:08:57.907 INFO kablam! | Oct 27 09:08:57.907 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:57.907 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 09:08:57.907 INFO kablam! | Oct 27 09:08:57.907 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:08:57.907 INFO kablam! Oct 27 09:08:57.907 INFO kablam! warning: unused variable: `value` Oct 27 09:08:57.907 INFO kablam! --> src/memory.rs:33:36 Oct 27 09:08:57.907 INFO kablam! | Oct 27 09:08:57.907 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:57.907 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 27 09:08:57.907 INFO kablam! Oct 27 09:08:57.987 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 27 09:08:57.987 INFO kablam! --> src/cpu.rs:4:1 Oct 27 09:08:57.987 INFO kablam! | Oct 27 09:08:57.987 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 27 09:08:57.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:57.987 INFO kablam! | Oct 27 09:08:57.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:08:57.987 INFO kablam! Oct 27 09:08:57.987 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 27 09:08:57.987 INFO kablam! --> src/cpu.rs:5:1 Oct 27 09:08:57.987 INFO kablam! | Oct 27 09:08:57.987 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 27 09:08:57.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:57.987 INFO kablam! Oct 27 09:08:57.987 INFO kablam! warning: method is never used: `power_up` Oct 27 09:08:57.987 INFO kablam! --> src/cpu.rs:58:2 Oct 27 09:08:57.987 INFO kablam! | Oct 27 09:08:57.987 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 27 09:08:57.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:57.987 INFO kablam! Oct 27 09:08:57.987 INFO kablam! warning: method is never used: `reset` Oct 27 09:08:57.987 INFO kablam! --> src/cpu.rs:78:2 Oct 27 09:08:57.987 INFO kablam! | Oct 27 09:08:57.987 INFO kablam! 78 | pub fn reset(&mut self) { Oct 27 09:08:57.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:57.987 INFO kablam! Oct 27 09:08:57.987 INFO kablam! warning: field is never used: `header` Oct 27 09:08:57.987 INFO kablam! --> src/mapper.rs:7:2 Oct 27 09:08:57.987 INFO kablam! | Oct 27 09:08:57.987 INFO kablam! 7 | header: Header, Oct 27 09:08:57.987 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:08:57.987 INFO kablam! Oct 27 09:08:57.987 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 27 09:08:57.987 INFO kablam! --> src/mapper.rs:45:1 Oct 27 09:08:57.987 INFO kablam! | Oct 27 09:08:57.987 INFO kablam! 45 | pub struct NRomCHR { Oct 27 09:08:57.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:08:57.987 INFO kablam! Oct 27 09:08:58.083 INFO kablam! warning: unused variable: `address` Oct 27 09:08:58.091 INFO kablam! --> src/memory.rs:33:22 Oct 27 09:08:58.091 INFO kablam! | Oct 27 09:08:58.091 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:58.091 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 09:08:58.091 INFO kablam! | Oct 27 09:08:58.092 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:08:58.092 INFO kablam! Oct 27 09:08:58.092 INFO kablam! warning: unused variable: `value` Oct 27 09:08:58.092 INFO kablam! --> src/memory.rs:33:36 Oct 27 09:08:58.092 INFO kablam! | Oct 27 09:08:58.092 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 27 09:08:58.093 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 27 09:08:58.093 INFO kablam! Oct 27 09:08:58.149 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 27 09:08:58.149 INFO kablam! --> src/cpu.rs:4:1 Oct 27 09:08:58.149 INFO kablam! | Oct 27 09:08:58.149 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 27 09:08:58.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:58.150 INFO kablam! | Oct 27 09:08:58.150 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:08:58.150 INFO kablam! Oct 27 09:08:58.150 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 27 09:08:58.150 INFO kablam! --> src/cpu.rs:5:1 Oct 27 09:08:58.151 INFO kablam! | Oct 27 09:08:58.151 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 27 09:08:58.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:58.151 INFO kablam! Oct 27 09:08:58.151 INFO kablam! warning: method is never used: `power_up` Oct 27 09:08:58.151 INFO kablam! --> src/cpu.rs:58:2 Oct 27 09:08:58.152 INFO kablam! | Oct 27 09:08:58.152 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 27 09:08:58.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:58.152 INFO kablam! Oct 27 09:08:58.152 INFO kablam! warning: method is never used: `reset` Oct 27 09:08:58.152 INFO kablam! --> src/cpu.rs:78:2 Oct 27 09:08:58.153 INFO kablam! | Oct 27 09:08:58.153 INFO kablam! 78 | pub fn reset(&mut self) { Oct 27 09:08:58.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:08:58.153 INFO kablam! Oct 27 09:08:58.153 INFO kablam! warning: field is never used: `header` Oct 27 09:08:58.153 INFO kablam! --> src/mapper.rs:7:2 Oct 27 09:08:58.154 INFO kablam! | Oct 27 09:08:58.154 INFO kablam! 7 | header: Header, Oct 27 09:08:58.154 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:08:58.154 INFO kablam! Oct 27 09:08:58.154 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 27 09:08:58.154 INFO kablam! --> src/mapper.rs:45:1 Oct 27 09:08:58.155 INFO kablam! | Oct 27 09:08:58.155 INFO kablam! 45 | pub struct NRomCHR { Oct 27 09:08:58.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:08:58.155 INFO kablam! Oct 27 09:08:58.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 27 09:08:58.182 INFO kablam! su: No module specific data is present Oct 27 09:08:59.299 INFO running `"docker" "rm" "-f" "a717fcf87dc5bea84275ba158f76468a056f6c1f14f34c9c32ffd89d79a88261"` Oct 27 09:08:59.623 INFO blam! a717fcf87dc5bea84275ba158f76468a056f6c1f14f34c9c32ffd89d79a88261