Oct 10 23:16:26.048 INFO testing fChristenson/nes-emulator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:16:26.048 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:16:26.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:16:26.560 INFO blam! 633b8b25ae65f72a1715dc3a175e5f1a033db38221e2c8d6e6b2c780d8503bc7 Oct 10 23:16:26.564 INFO running `"docker" "start" "-a" "633b8b25ae65f72a1715dc3a175e5f1a033db38221e2c8d6e6b2c780d8503bc7"` Oct 10 23:16:27.821 INFO kablam! usermod: no changes Oct 10 23:16:27.869 INFO kablam! Compiling nes-emulator v0.1.0 (/source) Oct 10 23:16:28.161 INFO kablam! warning: enum is never used: `InstructionType` Oct 10 23:16:28.161 INFO kablam! --> src/lib/instructions.rs:4:1 Oct 10 23:16:28.162 INFO kablam! | Oct 10 23:16:28.162 INFO kablam! 4 | pub enum InstructionType { Oct 10 23:16:28.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:28.163 INFO kablam! | Oct 10 23:16:28.163 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:16:28.163 INFO kablam! Oct 10 23:16:28.163 INFO kablam! warning: enum is never used: `AddressingMode` Oct 10 23:16:28.164 INFO kablam! --> src/lib/instructions.rs:8:1 Oct 10 23:16:28.164 INFO kablam! | Oct 10 23:16:28.164 INFO kablam! 8 | pub enum AddressingMode { Oct 10 23:16:28.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:28.165 INFO kablam! Oct 10 23:16:28.165 INFO kablam! warning: struct is never constructed: `Instruction` Oct 10 23:16:28.165 INFO kablam! --> src/lib/instructions.rs:24:1 Oct 10 23:16:28.166 INFO kablam! | Oct 10 23:16:28.166 INFO kablam! 24 | pub struct Instruction { Oct 10 23:16:28.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:28.166 INFO kablam! Oct 10 23:16:28.167 INFO kablam! warning: struct is never constructed: `Parameter` Oct 10 23:16:28.167 INFO kablam! --> src/lib/instructions.rs:33:1 Oct 10 23:16:28.167 INFO kablam! | Oct 10 23:16:28.168 INFO kablam! 33 | pub struct Parameter { Oct 10 23:16:28.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:28.168 INFO kablam! Oct 10 23:16:28.169 INFO kablam! warning: method is never used: `new` Oct 10 23:16:28.169 INFO kablam! --> src/lib/instructions.rs:40:3 Oct 10 23:16:28.169 INFO kablam! | Oct 10 23:16:28.169 INFO kablam! 40 | / pub fn new( Oct 10 23:16:28.170 INFO kablam! 41 | | instruction_type: InstructionType, Oct 10 23:16:28.170 INFO kablam! 42 | | addressing_mode: AddressingMode, Oct 10 23:16:28.170 INFO kablam! 43 | | operation: Box u8>, Oct 10 23:16:28.171 INFO kablam! ... | Oct 10 23:16:28.171 INFO kablam! 67 | | } Oct 10 23:16:28.171 INFO kablam! 68 | | } Oct 10 23:16:28.172 INFO kablam! | |___^ Oct 10 23:16:28.172 INFO kablam! Oct 10 23:16:28.172 INFO kablam! warning: method is never used: `high_param` Oct 10 23:16:28.173 INFO kablam! --> src/lib/instructions.rs:70:3 Oct 10 23:16:28.173 INFO kablam! | Oct 10 23:16:28.173 INFO kablam! 70 | fn high_param(memory: &mut Memory, low_address: u8) -> u8 { Oct 10 23:16:28.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:28.174 INFO kablam! Oct 10 23:16:28.174 INFO kablam! warning: method is never used: `calculate_page_crossed_penalty` Oct 10 23:16:28.174 INFO kablam! --> src/lib/instructions.rs:75:3 Oct 10 23:16:28.175 INFO kablam! | Oct 10 23:16:28.175 INFO kablam! 75 | fn calculate_page_crossed_penalty(address_before: u8, address_after: u8) -> u8 { Oct 10 23:16:28.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:28.176 INFO kablam! Oct 10 23:16:28.176 INFO kablam! warning: method is never used: `execute` Oct 10 23:16:28.176 INFO kablam! --> src/lib/instructions.rs:83:3 Oct 10 23:16:28.177 INFO kablam! | Oct 10 23:16:28.177 INFO kablam! 83 | fn execute(&self, cpu: &Cpu, memory: &mut Memory, starting_address: u8) -> u8 { Oct 10 23:16:28.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:28.177 INFO kablam! Oct 10 23:16:28.178 INFO kablam! warning: struct is never constructed: `Cpu` Oct 10 23:16:28.178 INFO kablam! --> src/lib/cpu.rs:1:1 Oct 10 23:16:28.178 INFO kablam! | Oct 10 23:16:28.179 INFO kablam! 1 | pub struct Cpu { Oct 10 23:16:28.179 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:16:28.179 INFO kablam! Oct 10 23:16:28.180 INFO kablam! warning: literal out of range for u8 Oct 10 23:16:28.184 INFO kablam! --> src/lib/instructions.rs:76:25 Oct 10 23:16:28.184 INFO kablam! | Oct 10 23:16:28.185 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 10 23:16:28.185 INFO kablam! | ^^^^^^ Oct 10 23:16:28.185 INFO kablam! | Oct 10 23:16:28.186 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 10 23:16:28.186 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 10 23:16:28.186 INFO kablam! = help: consider using `u16` instead Oct 10 23:16:28.187 INFO kablam! Oct 10 23:16:28.187 INFO kablam! warning: literal out of range for u8 Oct 10 23:16:28.187 INFO kablam! --> src/lib/instructions.rs:76:54 Oct 10 23:16:28.188 INFO kablam! | Oct 10 23:16:28.188 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 10 23:16:28.188 INFO kablam! | ^^^^^^ Oct 10 23:16:28.188 INFO kablam! | Oct 10 23:16:28.189 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 10 23:16:28.189 INFO kablam! = help: consider using `u16` instead Oct 10 23:16:28.189 INFO kablam! Oct 10 23:16:28.190 INFO kablam! warning: literal out of range for u8 Oct 10 23:16:28.190 INFO kablam! --> src/lib/instructions.rs:166:40 Oct 10 23:16:28.190 INFO kablam! | Oct 10 23:16:28.191 INFO kablam! 166 | address_high = address_low & 0xFF00; Oct 10 23:16:28.191 INFO kablam! | ^^^^^^ Oct 10 23:16:28.191 INFO kablam! | Oct 10 23:16:28.191 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 10 23:16:28.192 INFO kablam! = help: consider using `u16` instead Oct 10 23:16:28.192 INFO kablam! Oct 10 23:16:28.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 10 23:16:28.718 INFO kablam! su: No module specific data is present Oct 10 23:16:29.359 INFO running `"docker" "rm" "-f" "633b8b25ae65f72a1715dc3a175e5f1a033db38221e2c8d6e6b2c780d8503bc7"` Oct 10 23:16:29.638 INFO blam! 633b8b25ae65f72a1715dc3a175e5f1a033db38221e2c8d6e6b2c780d8503bc7 Oct 10 23:16:29.648 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:16:29.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:16:30.044 INFO blam! cb9d3f6f4d883fe24d4816508d54fce567b7945d8f58bace91318e1217d7683c Oct 10 23:16:30.052 INFO running `"docker" "start" "-a" "cb9d3f6f4d883fe24d4816508d54fce567b7945d8f58bace91318e1217d7683c"` Oct 10 23:16:31.605 INFO kablam! usermod: no changes Oct 10 23:16:31.648 INFO kablam! Compiling nes-emulator v0.1.0 (/source) Oct 10 23:16:31.979 INFO kablam! warning: enum is never used: `InstructionType` Oct 10 23:16:31.979 INFO kablam! --> src/lib/instructions.rs:4:1 Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! 4 | pub enum InstructionType { Oct 10 23:16:31.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:16:31.979 INFO kablam! Oct 10 23:16:31.979 INFO kablam! warning: enum is never used: `AddressingMode` Oct 10 23:16:31.979 INFO kablam! --> src/lib/instructions.rs:8:1 Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! 8 | pub enum AddressingMode { Oct 10 23:16:31.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:31.979 INFO kablam! Oct 10 23:16:31.979 INFO kablam! warning: struct is never constructed: `Instruction` Oct 10 23:16:31.979 INFO kablam! --> src/lib/instructions.rs:24:1 Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! 24 | pub struct Instruction { Oct 10 23:16:31.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:31.979 INFO kablam! Oct 10 23:16:31.979 INFO kablam! warning: struct is never constructed: `Parameter` Oct 10 23:16:31.979 INFO kablam! --> src/lib/instructions.rs:33:1 Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! 33 | pub struct Parameter { Oct 10 23:16:31.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:31.979 INFO kablam! Oct 10 23:16:31.979 INFO kablam! warning: method is never used: `new` Oct 10 23:16:31.979 INFO kablam! --> src/lib/instructions.rs:40:3 Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! 40 | / pub fn new( Oct 10 23:16:31.979 INFO kablam! 41 | | instruction_type: InstructionType, Oct 10 23:16:31.979 INFO kablam! 42 | | addressing_mode: AddressingMode, Oct 10 23:16:31.979 INFO kablam! 43 | | operation: Box u8>, Oct 10 23:16:31.979 INFO kablam! ... | Oct 10 23:16:31.979 INFO kablam! 67 | | } Oct 10 23:16:31.979 INFO kablam! 68 | | } Oct 10 23:16:31.979 INFO kablam! | |___^ Oct 10 23:16:31.979 INFO kablam! Oct 10 23:16:31.979 INFO kablam! warning: method is never used: `high_param` Oct 10 23:16:31.979 INFO kablam! --> src/lib/instructions.rs:70:3 Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! 70 | fn high_param(memory: &mut Memory, low_address: u8) -> u8 { Oct 10 23:16:31.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:31.979 INFO kablam! Oct 10 23:16:31.979 INFO kablam! warning: method is never used: `calculate_page_crossed_penalty` Oct 10 23:16:31.979 INFO kablam! --> src/lib/instructions.rs:75:3 Oct 10 23:16:31.979 INFO kablam! | Oct 10 23:16:31.979 INFO kablam! 75 | fn calculate_page_crossed_penalty(address_before: u8, address_after: u8) -> u8 { Oct 10 23:16:31.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:31.980 INFO kablam! Oct 10 23:16:31.980 INFO kablam! warning: method is never used: `execute` Oct 10 23:16:31.980 INFO kablam! --> src/lib/instructions.rs:83:3 Oct 10 23:16:31.980 INFO kablam! | Oct 10 23:16:31.980 INFO kablam! 83 | fn execute(&self, cpu: &Cpu, memory: &mut Memory, starting_address: u8) -> u8 { Oct 10 23:16:31.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:16:31.980 INFO kablam! Oct 10 23:16:31.980 INFO kablam! warning: struct is never constructed: `Cpu` Oct 10 23:16:31.980 INFO kablam! --> src/lib/cpu.rs:1:1 Oct 10 23:16:31.980 INFO kablam! | Oct 10 23:16:31.980 INFO kablam! 1 | pub struct Cpu { Oct 10 23:16:31.980 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:16:31.980 INFO kablam! Oct 10 23:16:31.980 INFO kablam! warning: literal out of range for u8 Oct 10 23:16:31.980 INFO kablam! --> src/lib/instructions.rs:76:25 Oct 10 23:16:31.980 INFO kablam! | Oct 10 23:16:31.980 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 10 23:16:31.980 INFO kablam! | ^^^^^^ Oct 10 23:16:31.980 INFO kablam! | Oct 10 23:16:31.980 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 10 23:16:31.980 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 10 23:16:31.980 INFO kablam! = help: consider using `u16` instead Oct 10 23:16:31.980 INFO kablam! Oct 10 23:16:31.980 INFO kablam! warning: literal out of range for u8 Oct 10 23:16:31.980 INFO kablam! --> src/lib/instructions.rs:76:54 Oct 10 23:16:31.980 INFO kablam! | Oct 10 23:16:31.980 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 10 23:16:31.980 INFO kablam! | ^^^^^^ Oct 10 23:16:31.980 INFO kablam! | Oct 10 23:16:31.980 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 10 23:16:31.991 INFO kablam! = help: consider using `u16` instead Oct 10 23:16:31.991 INFO kablam! Oct 10 23:16:31.991 INFO kablam! warning: literal out of range for u8 Oct 10 23:16:31.991 INFO kablam! --> src/lib/instructions.rs:166:40 Oct 10 23:16:31.991 INFO kablam! | Oct 10 23:16:31.991 INFO kablam! 166 | address_high = address_low & 0xFF00; Oct 10 23:16:31.991 INFO kablam! | ^^^^^^ Oct 10 23:16:31.991 INFO kablam! | Oct 10 23:16:31.991 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 10 23:16:31.992 INFO kablam! = help: consider using `u16` instead Oct 10 23:16:31.992 INFO kablam! Oct 10 23:16:32.416 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 10 23:16:32.416 INFO kablam! su: No module specific data is present Oct 10 23:16:33.148 INFO running `"docker" "rm" "-f" "cb9d3f6f4d883fe24d4816508d54fce567b7945d8f58bace91318e1217d7683c"` Oct 10 23:16:33.540 INFO blam! cb9d3f6f4d883fe24d4816508d54fce567b7945d8f58bace91318e1217d7683c Oct 10 23:16:33.548 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:16:33.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:16:34.112 INFO blam! 920bf37fd75a3d90b9d34e104e95d0c30a0da82d735143b5983fcc6781278773 Oct 10 23:16:34.114 INFO running `"docker" "start" "-a" "920bf37fd75a3d90b9d34e104e95d0c30a0da82d735143b5983fcc6781278773"` Oct 10 23:16:35.151 INFO kablam! usermod: no changes Oct 10 23:16:35.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 23:16:35.224 INFO kablam! Running /target/debug/deps/nes_emulator-102507e3d1f3640e Oct 10 23:16:35.226 INFO blam! Oct 10 23:16:35.226 INFO blam! running 0 tests Oct 10 23:16:35.226 INFO blam! Oct 10 23:16:35.226 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:16:35.226 INFO blam! Oct 10 23:16:35.227 INFO kablam! su: No module specific data is present Oct 10 23:16:35.828 INFO running `"docker" "rm" "-f" "920bf37fd75a3d90b9d34e104e95d0c30a0da82d735143b5983fcc6781278773"` Oct 10 23:16:36.196 INFO blam! 920bf37fd75a3d90b9d34e104e95d0c30a0da82d735143b5983fcc6781278773