Oct 11 03:52:36.637 INFO testing WilsonGiese/JANE against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:52:36.637 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:52:36.637 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 03:52:37.152 INFO blam! cab3c8b59755e3e9b7040f0c39c85c69ef5f0fd7aabc58e4d58fa0ef36f70ff9 Oct 11 03:52:37.158 INFO running `"docker" "start" "-a" "cab3c8b59755e3e9b7040f0c39c85c69ef5f0fd7aabc58e4d58fa0ef36f70ff9"` Oct 11 03:52:38.563 INFO kablam! usermod: no changes Oct 11 03:52:38.620 INFO kablam! Compiling jane v0.1.0 (/source) Oct 11 03:52:39.560 INFO kablam! warning: unused variable: `address` Oct 11 03:52:39.560 INFO kablam! --> src/memory.rs:33:22 Oct 11 03:52:39.560 INFO kablam! | Oct 11 03:52:39.560 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 11 03:52:39.560 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 03:52:39.560 INFO kablam! | Oct 11 03:52:39.560 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:52:39.560 INFO kablam! Oct 11 03:52:39.560 INFO kablam! warning: unused variable: `value` Oct 11 03:52:39.560 INFO kablam! --> src/memory.rs:33:36 Oct 11 03:52:39.560 INFO kablam! | Oct 11 03:52:39.560 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 11 03:52:39.560 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 11 03:52:39.560 INFO kablam! Oct 11 03:52:39.613 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 11 03:52:39.613 INFO kablam! --> src/cpu.rs:4:1 Oct 11 03:52:39.614 INFO kablam! | Oct 11 03:52:39.614 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 11 03:52:39.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:39.614 INFO kablam! | Oct 11 03:52:39.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:52:39.615 INFO kablam! Oct 11 03:52:39.615 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 11 03:52:39.615 INFO kablam! --> src/cpu.rs:5:1 Oct 11 03:52:39.616 INFO kablam! | Oct 11 03:52:39.616 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 11 03:52:39.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:39.617 INFO kablam! Oct 11 03:52:39.617 INFO kablam! warning: method is never used: `power_up` Oct 11 03:52:39.617 INFO kablam! --> src/cpu.rs:58:2 Oct 11 03:52:39.618 INFO kablam! | Oct 11 03:52:39.618 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 11 03:52:39.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:39.618 INFO kablam! Oct 11 03:52:39.619 INFO kablam! warning: method is never used: `reset` Oct 11 03:52:39.619 INFO kablam! --> src/cpu.rs:78:2 Oct 11 03:52:39.619 INFO kablam! | Oct 11 03:52:39.619 INFO kablam! 78 | pub fn reset(&mut self) { Oct 11 03:52:39.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:39.620 INFO kablam! Oct 11 03:52:39.620 INFO kablam! warning: field is never used: `header` Oct 11 03:52:39.620 INFO kablam! --> src/mapper.rs:7:2 Oct 11 03:52:39.621 INFO kablam! | Oct 11 03:52:39.621 INFO kablam! 7 | header: Header, Oct 11 03:52:39.621 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 03:52:39.622 INFO kablam! Oct 11 03:52:39.622 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 11 03:52:39.622 INFO kablam! --> src/mapper.rs:45:1 Oct 11 03:52:39.622 INFO kablam! | Oct 11 03:52:39.623 INFO kablam! 45 | pub struct NRomCHR { Oct 11 03:52:39.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 03:52:39.623 INFO kablam! Oct 11 03:52:40.504 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.91s Oct 11 03:52:40.504 INFO kablam! su: No module specific data is present Oct 11 03:52:41.144 INFO running `"docker" "rm" "-f" "cab3c8b59755e3e9b7040f0c39c85c69ef5f0fd7aabc58e4d58fa0ef36f70ff9"` Oct 11 03:52:41.472 INFO blam! cab3c8b59755e3e9b7040f0c39c85c69ef5f0fd7aabc58e4d58fa0ef36f70ff9 Oct 11 03:52:41.480 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:52:41.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 03:52:42.048 INFO blam! 304b12207d2c24efcb1df546c09a275accfa1a4f8b859588187b5417fde57aae Oct 11 03:52:42.050 INFO running `"docker" "start" "-a" "304b12207d2c24efcb1df546c09a275accfa1a4f8b859588187b5417fde57aae"` Oct 11 03:52:43.445 INFO kablam! usermod: no changes Oct 11 03:52:43.524 INFO kablam! Compiling jane v0.1.0 (/source) Oct 11 03:52:44.520 INFO kablam! warning: unused variable: `address` Oct 11 03:52:44.520 INFO kablam! --> src/memory.rs:33:22 Oct 11 03:52:44.520 INFO kablam! | Oct 11 03:52:44.520 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 11 03:52:44.520 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 11 03:52:44.520 INFO kablam! | Oct 11 03:52:44.520 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:52:44.520 INFO kablam! Oct 11 03:52:44.520 INFO kablam! warning: unused variable: `value` Oct 11 03:52:44.520 INFO kablam! --> src/memory.rs:33:36 Oct 11 03:52:44.520 INFO kablam! | Oct 11 03:52:44.520 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 11 03:52:44.520 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 11 03:52:44.520 INFO kablam! Oct 11 03:52:44.576 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 11 03:52:44.576 INFO kablam! --> src/cpu.rs:4:1 Oct 11 03:52:44.576 INFO kablam! | Oct 11 03:52:44.576 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 11 03:52:44.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:44.576 INFO kablam! | Oct 11 03:52:44.576 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:52:44.576 INFO kablam! Oct 11 03:52:44.576 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 11 03:52:44.576 INFO kablam! --> src/cpu.rs:5:1 Oct 11 03:52:44.576 INFO kablam! | Oct 11 03:52:44.576 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 11 03:52:44.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:44.577 INFO kablam! Oct 11 03:52:44.577 INFO kablam! warning: method is never used: `power_up` Oct 11 03:52:44.577 INFO kablam! --> src/cpu.rs:58:2 Oct 11 03:52:44.577 INFO kablam! | Oct 11 03:52:44.577 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 11 03:52:44.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:44.577 INFO kablam! Oct 11 03:52:44.577 INFO kablam! warning: method is never used: `reset` Oct 11 03:52:44.577 INFO kablam! --> src/cpu.rs:78:2 Oct 11 03:52:44.577 INFO kablam! | Oct 11 03:52:44.577 INFO kablam! 78 | pub fn reset(&mut self) { Oct 11 03:52:44.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:52:44.577 INFO kablam! Oct 11 03:52:44.577 INFO kablam! warning: field is never used: `header` Oct 11 03:52:44.577 INFO kablam! --> src/mapper.rs:7:2 Oct 11 03:52:44.577 INFO kablam! | Oct 11 03:52:44.577 INFO kablam! 7 | header: Header, Oct 11 03:52:44.577 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 03:52:44.577 INFO kablam! Oct 11 03:52:44.577 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 11 03:52:44.577 INFO kablam! --> src/mapper.rs:45:1 Oct 11 03:52:44.577 INFO kablam! | Oct 11 03:52:44.577 INFO kablam! 45 | pub struct NRomCHR { Oct 11 03:52:44.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 03:52:44.577 INFO kablam! Oct 11 03:52:45.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 11 03:52:45.219 INFO kablam! su: No module specific data is present Oct 11 03:52:46.072 INFO running `"docker" "rm" "-f" "304b12207d2c24efcb1df546c09a275accfa1a4f8b859588187b5417fde57aae"` Oct 11 03:52:46.603 INFO blam! 304b12207d2c24efcb1df546c09a275accfa1a4f8b859588187b5417fde57aae Oct 11 03:52:46.605 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:52:46.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 03:52:47.120 INFO blam! 9d332e5d099033604bc2892c9981dabb13cad88b96b583c82b7fcf80ed23085f Oct 11 03:52:47.121 INFO running `"docker" "start" "-a" "9d332e5d099033604bc2892c9981dabb13cad88b96b583c82b7fcf80ed23085f"` Oct 11 03:52:48.296 INFO kablam! usermod: no changes Oct 11 03:52:48.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 03:52:48.336 INFO kablam! Running /target/debug/deps/jane-e8a52029e6de2889 Oct 11 03:52:48.344 INFO blam! Oct 11 03:52:48.344 INFO blam! running 2 tests Oct 11 03:52:48.344 INFO blam! test memory::test_load ... ok Oct 11 03:52:48.344 INFO blam! test memory::test_loadw ... ok Oct 11 03:52:48.344 INFO blam! Oct 11 03:52:48.344 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:52:48.344 INFO blam! Oct 11 03:52:48.356 INFO kablam! su: No module specific data is present Oct 11 03:52:48.840 INFO running `"docker" "rm" "-f" "9d332e5d099033604bc2892c9981dabb13cad88b96b583c82b7fcf80ed23085f"` Oct 11 03:52:49.184 INFO blam! 9d332e5d099033604bc2892c9981dabb13cad88b96b583c82b7fcf80ed23085f