Oct 10 15:55:36.066 INFO testing romatthe/mudkip against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:55:36.066 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:55:36.066 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 15:55:36.456 INFO blam! 433c95d6bd8bad7a0428e195302eb3157010d1f06fa44dc9600bbff69e3c5ba6 Oct 10 15:55:36.468 INFO running `"docker" "start" "-a" "433c95d6bd8bad7a0428e195302eb3157010d1f06fa44dc9600bbff69e3c5ba6"` Oct 10 15:55:38.045 INFO kablam! usermod: no changes Oct 10 15:55:38.146 INFO kablam! Compiling clap v2.29.1 Oct 10 15:55:52.532 INFO kablam! Compiling mudkip v0.1.0 (/source) Oct 10 15:55:53.532 INFO kablam! warning: unused import: `cpu::instructions` Oct 10 15:55:53.532 INFO kablam! --> src/cpu/disassembler.rs:5:5 Oct 10 15:55:53.532 INFO kablam! | Oct 10 15:55:53.532 INFO kablam! 5 | use cpu::instructions; Oct 10 15:55:53.532 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:55:53.532 INFO kablam! | Oct 10 15:55:53.532 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:55:53.532 INFO kablam! Oct 10 15:55:53.532 INFO kablam! warning: unused import: `Instruction` Oct 10 15:55:53.532 INFO kablam! --> src/cpu/disassembler.rs:6:25 Oct 10 15:55:53.533 INFO kablam! | Oct 10 15:55:53.533 INFO kablam! 6 | use cpu::instructions::{Instruction, Mnemonic, OpCode}; Oct 10 15:55:53.533 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:55:53.533 INFO kablam! Oct 10 15:55:53.533 INFO kablam! warning: unused import: `std::io::Cursor` Oct 10 15:55:53.533 INFO kablam! --> src/nes/rom.rs:3:5 Oct 10 15:55:53.533 INFO kablam! | Oct 10 15:55:53.533 INFO kablam! 3 | use std::io::Cursor; Oct 10 15:55:53.533 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:55:53.533 INFO kablam! Oct 10 15:55:53.533 INFO kablam! warning: unused imports: `Cursor`, `Read` Oct 10 15:55:53.533 INFO kablam! --> src/main.rs:15:15 Oct 10 15:55:53.533 INFO kablam! | Oct 10 15:55:53.533 INFO kablam! 15 | use std::io::{Cursor, Read}; Oct 10 15:55:53.533 INFO kablam! | ^^^^^^ ^^^^ Oct 10 15:55:53.533 INFO kablam! Oct 10 15:55:53.533 INFO kablam! warning: unused imports: `LittleEndian`, `ReadBytesExt` Oct 10 15:55:53.533 INFO kablam! --> src/main.rs:18:17 Oct 10 15:55:53.533 INFO kablam! | Oct 10 15:55:53.533 INFO kablam! 18 | use byteorder::{LittleEndian, ReadBytesExt}; Oct 10 15:55:53.533 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 15:55:53.533 INFO kablam! Oct 10 15:55:53.533 INFO kablam! warning: unused import: `cpu::instructions` Oct 10 15:55:53.533 INFO kablam! --> src/main.rs:21:5 Oct 10 15:55:53.533 INFO kablam! | Oct 10 15:55:53.533 INFO kablam! 21 | use cpu::instructions; Oct 10 15:55:53.533 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:55:53.533 INFO kablam! Oct 10 15:55:53.533 INFO kablam! warning: unused import: `cpu::instructions::Instruction` Oct 10 15:55:53.533 INFO kablam! --> src/main.rs:22:5 Oct 10 15:55:53.533 INFO kablam! | Oct 10 15:55:53.533 INFO kablam! 22 | use cpu::instructions::Instruction; Oct 10 15:55:53.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:53.533 INFO kablam! Oct 10 15:55:53.533 INFO kablam! warning: unused import: `nes::NES` Oct 10 15:55:53.533 INFO kablam! --> src/main.rs:23:5 Oct 10 15:55:53.533 INFO kablam! | Oct 10 15:55:53.533 INFO kablam! 23 | use nes::NES; Oct 10 15:55:53.533 INFO kablam! | ^^^^^^^^ Oct 10 15:55:53.533 INFO kablam! Oct 10 15:55:54.128 INFO kablam! warning: unused variable: `needed` Oct 10 15:55:54.129 INFO kablam! --> src/nes/rom.rs:131:29 Oct 10 15:55:54.130 INFO kablam! | Oct 10 15:55:54.131 INFO kablam! 131 | IResult::Incomplete(needed) => Err("Failed to parse ROM file"), Oct 10 15:55:54.131 INFO kablam! | ^^^^^^ help: consider using `_needed` instead Oct 10 15:55:54.132 INFO kablam! | Oct 10 15:55:54.132 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:55:54.133 INFO kablam! Oct 10 15:55:54.133 INFO kablam! warning: unused variable: `err` Oct 10 15:55:54.134 INFO kablam! --> src/main.rs:55:21 Oct 10 15:55:54.134 INFO kablam! | Oct 10 15:55:54.134 INFO kablam! 55 | Err(err) => eprintln!("{} Invalid path {:?} specified!", Red.bold().paint("error:"), path) Oct 10 15:55:54.134 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 15:55:54.134 INFO kablam! Oct 10 15:55:54.135 INFO kablam! warning: unused variable: `prg_ram` Oct 10 15:55:54.135 INFO kablam! --> src/nes/rom.rs:138:70 Oct 10 15:55:54.135 INFO kablam! | Oct 10 15:55:54.135 INFO kablam! 138 | fn new(prg_size: usize, chr_size: usize, flags6: u8, flags7: u8, prg_ram: u8, flags9: u8, flags10: u8) -> Header { Oct 10 15:55:54.135 INFO kablam! | ^^^^^^^ help: consider using `_prg_ram` instead Oct 10 15:55:54.135 INFO kablam! Oct 10 15:55:54.135 INFO kablam! warning: unused variable: `flags10` Oct 10 15:55:54.136 INFO kablam! --> src/nes/rom.rs:138:95 Oct 10 15:55:54.136 INFO kablam! | Oct 10 15:55:54.136 INFO kablam! 138 | fn new(prg_size: usize, chr_size: usize, flags6: u8, flags7: u8, prg_ram: u8, flags9: u8, flags10: u8) -> Header { Oct 10 15:55:54.136 INFO kablam! | ^^^^^^^ help: consider using `_flags10` instead Oct 10 15:55:54.136 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: function is never used: `decode` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/instructions.rs:26:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 26 | pub fn decode(opcode: OpCode) -> Instruction { Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: struct is never constructed: `Instruction` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/instructions.rs:244:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 244 | pub struct Instruction { Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: method is never used: `new` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/instructions.rs:253:5 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 253 | fn new(opcode: OpCode, mnemonic: Mnemonic, mode: AddressingMode, length: u8, cycles: u8) -> Instruction { Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `Address` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/memory.rs:1:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 1 | type Address = u16; Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `WorkingMemory` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/mod.rs:7:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 7 | type WorkingMemory = [u8; 2048]; Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `RegisterA` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/mod.rs:11:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 11 | type RegisterA = u8; // Accumulator Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `RegisterX` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/mod.rs:12:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 12 | type RegisterX = u8; // Index X register Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `RegisterY` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/mod.rs:13:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 13 | type RegisterY = u8; // Index Y register Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `RegisterPC` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/mod.rs:14:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 14 | type RegisterPC = Address; // Program Counter register Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `RegisterSP` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/mod.rs:15:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 15 | type RegisterSP = u8; // Stack pointer Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.321 INFO kablam! warning: type alias is never used: `Address` Oct 10 15:55:54.321 INFO kablam! --> src/cpu/mod.rs:42:1 Oct 10 15:55:54.321 INFO kablam! | Oct 10 15:55:54.321 INFO kablam! 42 | type Address = u16; Oct 10 15:55:54.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.321 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: struct is never constructed: `Cpu` Oct 10 15:55:54.322 INFO kablam! --> src/cpu/mod.rs:94:1 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 94 | pub struct Cpu { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: struct is never constructed: `CpuRegisters` Oct 10 15:55:54.322 INFO kablam! --> src/cpu/mod.rs:101:1 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 101 | struct CpuRegisters { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `new` Oct 10 15:55:54.322 INFO kablam! --> src/cpu/mod.rs:110:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 110 | fn new() -> CpuRegisters { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `new` Oct 10 15:55:54.322 INFO kablam! --> src/cpu/mod.rs:116:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 116 | pub fn new() -> Cpu { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `power_on` Oct 10 15:55:54.322 INFO kablam! --> src/cpu/mod.rs:124:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 124 | pub fn power_on (&mut self) { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `reset` Oct 10 15:55:54.322 INFO kablam! --> src/cpu/mod.rs:133:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 133 | pub fn reset(&mut self) { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `step` Oct 10 15:55:54.322 INFO kablam! --> src/cpu/mod.rs:140:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 140 | pub fn step(&mut self) { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: struct is never constructed: `NES` Oct 10 15:55:54.322 INFO kablam! --> src/nes/mod.rs:9:1 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 9 | pub struct NES { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `new` Oct 10 15:55:54.322 INFO kablam! --> src/nes/mod.rs:15:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 15 | pub fn new(mut file: File) -> NES { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `load_rom` Oct 10 15:55:54.322 INFO kablam! --> src/nes/mod.rs:19:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 19 | pub fn load_rom(&mut self, mut file: File) { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.322 INFO kablam! warning: method is never used: `run` Oct 10 15:55:54.322 INFO kablam! --> src/nes/mod.rs:24:5 Oct 10 15:55:54.322 INFO kablam! | Oct 10 15:55:54.322 INFO kablam! 24 | pub fn run(mut self) { Oct 10 15:55:54.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.322 INFO kablam! Oct 10 15:55:54.348 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:55:54.348 INFO kablam! --> src/nes/rom.rs:125:5 Oct 10 15:55:54.348 INFO kablam! | Oct 10 15:55:54.348 INFO kablam! 125 | file.read_to_end(&mut buf); Oct 10 15:55:54.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:54.348 INFO kablam! | Oct 10 15:55:54.348 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:55:54.348 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:55:54.348 INFO kablam! Oct 10 15:55:55.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.66s Oct 10 15:55:55.736 INFO kablam! su: No module specific data is present Oct 10 15:55:56.819 INFO running `"docker" "rm" "-f" "433c95d6bd8bad7a0428e195302eb3157010d1f06fa44dc9600bbff69e3c5ba6"` Oct 10 15:55:57.144 INFO blam! 433c95d6bd8bad7a0428e195302eb3157010d1f06fa44dc9600bbff69e3c5ba6 Oct 10 15:55:57.164 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:55:57.164 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 15:55:57.547 INFO blam! 1ed6f7c9c02d4c4365bdbaf6b5b0121161fd2964214c0615f742693a12e54f36 Oct 10 15:55:57.560 INFO running `"docker" "start" "-a" "1ed6f7c9c02d4c4365bdbaf6b5b0121161fd2964214c0615f742693a12e54f36"` Oct 10 15:55:58.844 INFO kablam! usermod: no changes Oct 10 15:55:58.952 INFO kablam! Compiling mudkip v0.1.0 (/source) Oct 10 15:55:59.912 INFO kablam! warning: unused import: `cpu::instructions` Oct 10 15:55:59.912 INFO kablam! --> src/cpu/disassembler.rs:5:5 Oct 10 15:55:59.912 INFO kablam! | Oct 10 15:55:59.912 INFO kablam! 5 | use cpu::instructions; Oct 10 15:55:59.912 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:55:59.912 INFO kablam! | Oct 10 15:55:59.912 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:55:59.912 INFO kablam! Oct 10 15:55:59.912 INFO kablam! warning: unused import: `Instruction` Oct 10 15:55:59.912 INFO kablam! --> src/cpu/disassembler.rs:6:25 Oct 10 15:55:59.912 INFO kablam! | Oct 10 15:55:59.913 INFO kablam! 6 | use cpu::instructions::{Instruction, Mnemonic, OpCode}; Oct 10 15:55:59.913 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:55:59.913 INFO kablam! Oct 10 15:55:59.913 INFO kablam! warning: unused import: `std::io::Cursor` Oct 10 15:55:59.913 INFO kablam! --> src/nes/rom.rs:3:5 Oct 10 15:55:59.913 INFO kablam! | Oct 10 15:55:59.913 INFO kablam! 3 | use std::io::Cursor; Oct 10 15:55:59.913 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:55:59.913 INFO kablam! Oct 10 15:55:59.913 INFO kablam! warning: unused imports: `Cursor`, `Read` Oct 10 15:55:59.913 INFO kablam! --> src/main.rs:15:15 Oct 10 15:55:59.913 INFO kablam! | Oct 10 15:55:59.913 INFO kablam! 15 | use std::io::{Cursor, Read}; Oct 10 15:55:59.913 INFO kablam! | ^^^^^^ ^^^^ Oct 10 15:55:59.913 INFO kablam! Oct 10 15:55:59.913 INFO kablam! warning: unused imports: `LittleEndian`, `ReadBytesExt` Oct 10 15:55:59.913 INFO kablam! --> src/main.rs:18:17 Oct 10 15:55:59.913 INFO kablam! | Oct 10 15:55:59.913 INFO kablam! 18 | use byteorder::{LittleEndian, ReadBytesExt}; Oct 10 15:55:59.913 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 15:55:59.913 INFO kablam! Oct 10 15:55:59.913 INFO kablam! warning: unused import: `cpu::instructions` Oct 10 15:55:59.913 INFO kablam! --> src/main.rs:21:5 Oct 10 15:55:59.913 INFO kablam! | Oct 10 15:55:59.913 INFO kablam! 21 | use cpu::instructions; Oct 10 15:55:59.913 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:55:59.913 INFO kablam! Oct 10 15:55:59.913 INFO kablam! warning: unused import: `cpu::instructions::Instruction` Oct 10 15:55:59.913 INFO kablam! --> src/main.rs:22:5 Oct 10 15:55:59.913 INFO kablam! | Oct 10 15:55:59.913 INFO kablam! 22 | use cpu::instructions::Instruction; Oct 10 15:55:59.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:55:59.913 INFO kablam! Oct 10 15:55:59.913 INFO kablam! warning: unused import: `nes::NES` Oct 10 15:55:59.913 INFO kablam! --> src/main.rs:23:5 Oct 10 15:55:59.913 INFO kablam! | Oct 10 15:55:59.913 INFO kablam! 23 | use nes::NES; Oct 10 15:55:59.913 INFO kablam! | ^^^^^^^^ Oct 10 15:55:59.913 INFO kablam! Oct 10 15:56:00.500 INFO kablam! warning: unused variable: `needed` Oct 10 15:56:00.500 INFO kablam! --> src/nes/rom.rs:131:29 Oct 10 15:56:00.500 INFO kablam! | Oct 10 15:56:00.500 INFO kablam! 131 | IResult::Incomplete(needed) => Err("Failed to parse ROM file"), Oct 10 15:56:00.500 INFO kablam! | ^^^^^^ help: consider using `_needed` instead Oct 10 15:56:00.500 INFO kablam! | Oct 10 15:56:00.501 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:56:00.501 INFO kablam! Oct 10 15:56:00.501 INFO kablam! warning: unused variable: `err` Oct 10 15:56:00.501 INFO kablam! --> src/main.rs:55:21 Oct 10 15:56:00.501 INFO kablam! | Oct 10 15:56:00.501 INFO kablam! 55 | Err(err) => eprintln!("{} Invalid path {:?} specified!", Red.bold().paint("error:"), path) Oct 10 15:56:00.501 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 15:56:00.501 INFO kablam! Oct 10 15:56:00.501 INFO kablam! warning: unused variable: `prg_ram` Oct 10 15:56:00.501 INFO kablam! --> src/nes/rom.rs:138:70 Oct 10 15:56:00.501 INFO kablam! | Oct 10 15:56:00.501 INFO kablam! 138 | fn new(prg_size: usize, chr_size: usize, flags6: u8, flags7: u8, prg_ram: u8, flags9: u8, flags10: u8) -> Header { Oct 10 15:56:00.501 INFO kablam! | ^^^^^^^ help: consider using `_prg_ram` instead Oct 10 15:56:00.501 INFO kablam! Oct 10 15:56:00.501 INFO kablam! warning: unused variable: `flags10` Oct 10 15:56:00.501 INFO kablam! --> src/nes/rom.rs:138:95 Oct 10 15:56:00.501 INFO kablam! | Oct 10 15:56:00.501 INFO kablam! 138 | fn new(prg_size: usize, chr_size: usize, flags6: u8, flags7: u8, prg_ram: u8, flags9: u8, flags10: u8) -> Header { Oct 10 15:56:00.501 INFO kablam! | ^^^^^^^ help: consider using `_flags10` instead Oct 10 15:56:00.501 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: function is never used: `decode` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/instructions.rs:26:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 26 | pub fn decode(opcode: OpCode) -> Instruction { Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: struct is never constructed: `Instruction` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/instructions.rs:244:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 244 | pub struct Instruction { Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: method is never used: `new` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/instructions.rs:253:5 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 253 | fn new(opcode: OpCode, mnemonic: Mnemonic, mode: AddressingMode, length: u8, cycles: u8) -> Instruction { Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `Address` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/memory.rs:1:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 1 | type Address = u16; Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `WorkingMemory` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:7:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 7 | type WorkingMemory = [u8; 2048]; Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `RegisterA` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:11:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 11 | type RegisterA = u8; // Accumulator Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `RegisterX` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:12:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 12 | type RegisterX = u8; // Index X register Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `RegisterY` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:13:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 13 | type RegisterY = u8; // Index Y register Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `RegisterPC` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:14:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 14 | type RegisterPC = Address; // Program Counter register Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `RegisterSP` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:15:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 15 | type RegisterSP = u8; // Stack pointer Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: type alias is never used: `Address` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:42:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 42 | type Address = u16; Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.645 INFO kablam! warning: struct is never constructed: `Cpu` Oct 10 15:56:00.645 INFO kablam! --> src/cpu/mod.rs:94:1 Oct 10 15:56:00.645 INFO kablam! | Oct 10 15:56:00.645 INFO kablam! 94 | pub struct Cpu { Oct 10 15:56:00.645 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:56:00.645 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: struct is never constructed: `CpuRegisters` Oct 10 15:56:00.646 INFO kablam! --> src/cpu/mod.rs:101:1 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 101 | struct CpuRegisters { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `new` Oct 10 15:56:00.646 INFO kablam! --> src/cpu/mod.rs:110:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 110 | fn new() -> CpuRegisters { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `new` Oct 10 15:56:00.646 INFO kablam! --> src/cpu/mod.rs:116:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 116 | pub fn new() -> Cpu { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `power_on` Oct 10 15:56:00.646 INFO kablam! --> src/cpu/mod.rs:124:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 124 | pub fn power_on (&mut self) { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `reset` Oct 10 15:56:00.646 INFO kablam! --> src/cpu/mod.rs:133:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 133 | pub fn reset(&mut self) { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `step` Oct 10 15:56:00.646 INFO kablam! --> src/cpu/mod.rs:140:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 140 | pub fn step(&mut self) { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: struct is never constructed: `NES` Oct 10 15:56:00.646 INFO kablam! --> src/nes/mod.rs:9:1 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 9 | pub struct NES { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `new` Oct 10 15:56:00.646 INFO kablam! --> src/nes/mod.rs:15:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 15 | pub fn new(mut file: File) -> NES { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `load_rom` Oct 10 15:56:00.646 INFO kablam! --> src/nes/mod.rs:19:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 19 | pub fn load_rom(&mut self, mut file: File) { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.646 INFO kablam! warning: method is never used: `run` Oct 10 15:56:00.646 INFO kablam! --> src/nes/mod.rs:24:5 Oct 10 15:56:00.646 INFO kablam! | Oct 10 15:56:00.646 INFO kablam! 24 | pub fn run(mut self) { Oct 10 15:56:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.646 INFO kablam! Oct 10 15:56:00.656 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:56:00.656 INFO kablam! --> src/nes/rom.rs:125:5 Oct 10 15:56:00.656 INFO kablam! | Oct 10 15:56:00.656 INFO kablam! 125 | file.read_to_end(&mut buf); Oct 10 15:56:00.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:56:00.656 INFO kablam! | Oct 10 15:56:00.656 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:56:00.656 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:56:00.656 INFO kablam! Oct 10 15:56:01.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 10 15:56:01.263 INFO kablam! su: No module specific data is present Oct 10 15:56:01.977 INFO running `"docker" "rm" "-f" "1ed6f7c9c02d4c4365bdbaf6b5b0121161fd2964214c0615f742693a12e54f36"` Oct 10 15:56:02.325 INFO blam! 1ed6f7c9c02d4c4365bdbaf6b5b0121161fd2964214c0615f742693a12e54f36 Oct 10 15:56:02.326 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:56:02.326 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 15:56:02.807 INFO blam! 7f1d54ec5f2bbcbd2c4622b2d063a72a039d590088a7df80680e560c4bd36ede Oct 10 15:56:02.811 INFO running `"docker" "start" "-a" "7f1d54ec5f2bbcbd2c4622b2d063a72a039d590088a7df80680e560c4bd36ede"` Oct 10 15:56:04.192 INFO kablam! usermod: no changes Oct 10 15:56:04.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 15:56:04.290 INFO kablam! Running /target/debug/deps/mudkip-ec42f658ec526eca Oct 10 15:56:04.293 INFO blam! Oct 10 15:56:04.293 INFO blam! running 0 tests Oct 10 15:56:04.293 INFO blam! Oct 10 15:56:04.293 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:56:04.293 INFO blam! Oct 10 15:56:04.297 INFO kablam! su: No module specific data is present Oct 10 15:56:05.027 INFO running `"docker" "rm" "-f" "7f1d54ec5f2bbcbd2c4622b2d063a72a039d590088a7df80680e560c4bd36ede"` Oct 10 15:56:05.472 INFO blam! 7f1d54ec5f2bbcbd2c4622b2d063a72a039d590088a7df80680e560c4bd36ede