Oct 15 05:39:43.961 INFO testing WilsonGiese/JANE against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:39:43.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 05:39:44.157 INFO blam! 857fee65cdc1dfeac5a461c94cbd7796d0e6f6c2471cdadf454fae4caa46e368 Oct 15 05:39:44.161 INFO running `"docker" "start" "-a" "857fee65cdc1dfeac5a461c94cbd7796d0e6f6c2471cdadf454fae4caa46e368"` Oct 15 05:39:45.124 INFO kablam! usermod: no changes Oct 15 05:39:45.199 INFO kablam! Compiling jane v0.1.0 (/source) Oct 15 05:39:45.839 INFO kablam! warning: unused variable: `address` Oct 15 05:39:45.839 INFO kablam! --> src/memory.rs:33:22 Oct 15 05:39:45.839 INFO kablam! | Oct 15 05:39:45.839 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:45.839 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 15 05:39:45.839 INFO kablam! | Oct 15 05:39:45.839 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:39:45.839 INFO kablam! Oct 15 05:39:45.839 INFO kablam! warning: unused variable: `value` Oct 15 05:39:45.839 INFO kablam! --> src/memory.rs:33:36 Oct 15 05:39:45.839 INFO kablam! | Oct 15 05:39:45.839 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:45.839 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 05:39:45.839 INFO kablam! Oct 15 05:39:45.885 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 15 05:39:45.885 INFO kablam! --> src/cpu.rs:4:1 Oct 15 05:39:45.885 INFO kablam! | Oct 15 05:39:45.885 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 15 05:39:45.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:45.885 INFO kablam! | Oct 15 05:39:45.885 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:39:45.885 INFO kablam! Oct 15 05:39:45.886 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 15 05:39:45.886 INFO kablam! --> src/cpu.rs:5:1 Oct 15 05:39:45.886 INFO kablam! | Oct 15 05:39:45.886 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 15 05:39:45.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:45.886 INFO kablam! Oct 15 05:39:45.886 INFO kablam! warning: method is never used: `power_up` Oct 15 05:39:45.886 INFO kablam! --> src/cpu.rs:58:2 Oct 15 05:39:45.886 INFO kablam! | Oct 15 05:39:45.886 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 15 05:39:45.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:45.886 INFO kablam! Oct 15 05:39:45.887 INFO kablam! warning: method is never used: `reset` Oct 15 05:39:45.887 INFO kablam! --> src/cpu.rs:78:2 Oct 15 05:39:45.887 INFO kablam! | Oct 15 05:39:45.887 INFO kablam! 78 | pub fn reset(&mut self) { Oct 15 05:39:45.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:45.887 INFO kablam! Oct 15 05:39:45.887 INFO kablam! warning: field is never used: `header` Oct 15 05:39:45.887 INFO kablam! --> src/mapper.rs:7:2 Oct 15 05:39:45.887 INFO kablam! | Oct 15 05:39:45.887 INFO kablam! 7 | header: Header, Oct 15 05:39:45.887 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:39:45.887 INFO kablam! Oct 15 05:39:45.894 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 15 05:39:45.895 INFO kablam! --> src/mapper.rs:45:1 Oct 15 05:39:45.895 INFO kablam! | Oct 15 05:39:45.895 INFO kablam! 45 | pub struct NRomCHR { Oct 15 05:39:45.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:39:45.895 INFO kablam! Oct 15 05:39:46.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 15 05:39:46.743 INFO kablam! su: No module specific data is present Oct 15 05:39:47.752 INFO running `"docker" "rm" "-f" "857fee65cdc1dfeac5a461c94cbd7796d0e6f6c2471cdadf454fae4caa46e368"` Oct 15 05:39:47.975 INFO blam! 857fee65cdc1dfeac5a461c94cbd7796d0e6f6c2471cdadf454fae4caa46e368 Oct 15 05:39:47.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 05:39:48.333 INFO blam! a0be7def85b8ae529e84db7dad65cb0473226bac1859d00b5147956374955415 Oct 15 05:39:48.335 INFO running `"docker" "start" "-a" "a0be7def85b8ae529e84db7dad65cb0473226bac1859d00b5147956374955415"` Oct 15 05:39:49.460 INFO kablam! usermod: no changes Oct 15 05:39:49.511 INFO kablam! Compiling jane v0.1.0 (/source) Oct 15 05:39:50.111 INFO kablam! warning: unused variable: `address` Oct 15 05:39:50.111 INFO kablam! --> src/memory.rs:33:22 Oct 15 05:39:50.111 INFO kablam! | Oct 15 05:39:50.111 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:50.111 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 15 05:39:50.111 INFO kablam! | Oct 15 05:39:50.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:39:50.111 INFO kablam! Oct 15 05:39:50.111 INFO kablam! warning: unused variable: `value` Oct 15 05:39:50.111 INFO kablam! --> src/memory.rs:33:36 Oct 15 05:39:50.111 INFO kablam! | Oct 15 05:39:50.111 INFO kablam! 33 | fn store(&mut self, address: u16, value: u8) { Oct 15 05:39:50.111 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 05:39:50.111 INFO kablam! Oct 15 05:39:50.159 INFO kablam! warning: constant item is never used: `NMI_VECTOR` Oct 15 05:39:50.159 INFO kablam! --> src/cpu.rs:4:1 Oct 15 05:39:50.159 INFO kablam! | Oct 15 05:39:50.159 INFO kablam! 4 | const NMI_VECTOR: u16 = 0xFFFA; Oct 15 05:39:50.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:50.159 INFO kablam! | Oct 15 05:39:50.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:39:50.159 INFO kablam! Oct 15 05:39:50.159 INFO kablam! warning: constant item is never used: `RESET_VECTOR` Oct 15 05:39:50.159 INFO kablam! --> src/cpu.rs:5:1 Oct 15 05:39:50.159 INFO kablam! | Oct 15 05:39:50.159 INFO kablam! 5 | const RESET_VECTOR: u16 = 0xFFFC; // Location of first instruction in memory Oct 15 05:39:50.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:50.159 INFO kablam! Oct 15 05:39:50.159 INFO kablam! warning: method is never used: `power_up` Oct 15 05:39:50.159 INFO kablam! --> src/cpu.rs:58:2 Oct 15 05:39:50.159 INFO kablam! | Oct 15 05:39:50.159 INFO kablam! 58 | pub fn power_up(&mut self) { Oct 15 05:39:50.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:50.159 INFO kablam! Oct 15 05:39:50.159 INFO kablam! warning: method is never used: `reset` Oct 15 05:39:50.159 INFO kablam! --> src/cpu.rs:78:2 Oct 15 05:39:50.159 INFO kablam! | Oct 15 05:39:50.159 INFO kablam! 78 | pub fn reset(&mut self) { Oct 15 05:39:50.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:39:50.159 INFO kablam! Oct 15 05:39:50.159 INFO kablam! warning: field is never used: `header` Oct 15 05:39:50.159 INFO kablam! --> src/mapper.rs:7:2 Oct 15 05:39:50.159 INFO kablam! | Oct 15 05:39:50.159 INFO kablam! 7 | header: Header, Oct 15 05:39:50.159 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:39:50.159 INFO kablam! Oct 15 05:39:50.159 INFO kablam! warning: struct is never constructed: `NRomCHR` Oct 15 05:39:50.159 INFO kablam! --> src/mapper.rs:45:1 Oct 15 05:39:50.159 INFO kablam! | Oct 15 05:39:50.159 INFO kablam! 45 | pub struct NRomCHR { Oct 15 05:39:50.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:39:50.159 INFO kablam! Oct 15 05:39:50.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 15 05:39:50.735 INFO kablam! su: No module specific data is present Oct 15 05:39:51.750 INFO running `"docker" "rm" "-f" "a0be7def85b8ae529e84db7dad65cb0473226bac1859d00b5147956374955415"` Oct 15 05:39:52.007 INFO blam! a0be7def85b8ae529e84db7dad65cb0473226bac1859d00b5147956374955415 Oct 15 05:39:52.011 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 05:39:52.508 INFO blam! 5ae4fdca17d3eeb2d7d7741360d458318e4ecf98666925b7ab2eeaf0a9b921f5 Oct 15 05:39:52.511 INFO running `"docker" "start" "-a" "5ae4fdca17d3eeb2d7d7741360d458318e4ecf98666925b7ab2eeaf0a9b921f5"` Oct 15 05:39:53.923 INFO kablam! usermod: no changes Oct 15 05:39:53.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 05:39:53.987 INFO kablam! Running /target/debug/deps/jane-e8a52029e6de2889 Oct 15 05:39:53.987 INFO blam! Oct 15 05:39:53.988 INFO blam! running 2 tests Oct 15 05:39:53.999 INFO blam! test memory::test_loadw ... ok Oct 15 05:39:53.999 INFO kablam! su: No module specific data is present Oct 15 05:39:53.999 INFO blam! test memory::test_load ... ok Oct 15 05:39:53.999 INFO blam! Oct 15 05:39:53.999 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:39:53.999 INFO blam! Oct 15 05:39:54.485 INFO running `"docker" "rm" "-f" "5ae4fdca17d3eeb2d7d7741360d458318e4ecf98666925b7ab2eeaf0a9b921f5"` Oct 15 05:39:54.744 INFO blam! 5ae4fdca17d3eeb2d7d7741360d458318e4ecf98666925b7ab2eeaf0a9b921f5