Oct 13 03:10:22.977 INFO testing ratschance/chip-8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:10:22.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 03:10:23.463 INFO blam! af68d6a30a0c5d5a4b60dd8a8e4d67f5c464aef70f9ebaddf43525b905726f83 Oct 13 03:10:23.475 INFO running `"docker" "start" "-a" "af68d6a30a0c5d5a4b60dd8a8e4d67f5c464aef70f9ebaddf43525b905726f83"` Oct 13 03:10:24.911 INFO kablam! usermod: no changes Oct 13 03:10:24.975 INFO kablam! Compiling chip-8 v0.1.0 (/source) Oct 13 03:10:25.265 INFO kablam! warning: unused variable: `loc` Oct 13 03:10:25.265 INFO kablam! --> src/cpu.rs:59:21 Oct 13 03:10:25.265 INFO kablam! | Oct 13 03:10:25.265 INFO kablam! 59 | let loc = opcode & 0xfff; Oct 13 03:10:25.266 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `loc` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:64:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 64 | let loc = opcode & 0xfff; Oct 13 03:10:25.266 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `loc` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:121:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 121 | let loc = opcode & 0xfff; Oct 13 03:10:25.266 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `x` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:126:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 126 | let x = get_nibble(2, opcode); Oct 13 03:10:25.266 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `val` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:127:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 127 | let val = opcode & 0xff; Oct 13 03:10:25.266 INFO kablam! | ^^^ help: consider using `_val` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `x` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:132:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 132 | let x = get_nibble(2, opcode); Oct 13 03:10:25.266 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `y` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:133:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 133 | let y = get_nibble(1, opcode); Oct 13 03:10:25.266 INFO kablam! | ^ help: consider using `_y` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `n` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:134:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 134 | let n = get_nibble(0, opcode); Oct 13 03:10:25.266 INFO kablam! | ^ help: consider using `_n` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.266 INFO kablam! warning: unused variable: `x` Oct 13 03:10:25.266 INFO kablam! --> src/cpu.rs:139:21 Oct 13 03:10:25.266 INFO kablam! | Oct 13 03:10:25.266 INFO kablam! 139 | let x = get_nibble(2, opcode); Oct 13 03:10:25.266 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:10:25.266 INFO kablam! Oct 13 03:10:25.277 INFO kablam! warning: struct is never constructed: `Cpu` Oct 13 03:10:25.277 INFO kablam! --> src/cpu.rs:2:1 Oct 13 03:10:25.277 INFO kablam! | Oct 13 03:10:25.277 INFO kablam! 2 | struct Cpu { Oct 13 03:10:25.277 INFO kablam! | ^^^^^^^^^^ Oct 13 03:10:25.277 INFO kablam! | Oct 13 03:10:25.277 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:10:25.277 INFO kablam! Oct 13 03:10:25.277 INFO kablam! warning: struct is never constructed: `Registers` Oct 13 03:10:25.277 INFO kablam! --> src/cpu.rs:7:1 Oct 13 03:10:25.277 INFO kablam! | Oct 13 03:10:25.277 INFO kablam! 7 | struct Registers { Oct 13 03:10:25.277 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:10:25.277 INFO kablam! Oct 13 03:10:25.278 INFO kablam! warning: method is never used: `initialize` Oct 13 03:10:25.278 INFO kablam! --> src/cpu.rs:18:5 Oct 13 03:10:25.278 INFO kablam! | Oct 13 03:10:25.278 INFO kablam! 18 | fn initialize() -> Registers { Oct 13 03:10:25.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:25.278 INFO kablam! Oct 13 03:10:25.278 INFO kablam! warning: method is never used: `initialize` Oct 13 03:10:25.278 INFO kablam! --> src/cpu.rs:32:5 Oct 13 03:10:25.278 INFO kablam! | Oct 13 03:10:25.278 INFO kablam! 32 | fn initialize() -> Cpu { Oct 13 03:10:25.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:25.278 INFO kablam! Oct 13 03:10:25.278 INFO kablam! warning: method is never used: `process_opcode` Oct 13 03:10:25.278 INFO kablam! --> src/cpu.rs:39:5 Oct 13 03:10:25.278 INFO kablam! | Oct 13 03:10:25.278 INFO kablam! 39 | fn process_opcode(&mut self, opcode: u16) { Oct 13 03:10:25.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:25.278 INFO kablam! Oct 13 03:10:25.278 INFO kablam! warning: method is never used: `process_opcode_8` Oct 13 03:10:25.278 INFO kablam! --> src/cpu.rs:162:5 Oct 13 03:10:25.278 INFO kablam! | Oct 13 03:10:25.278 INFO kablam! 162 | fn process_opcode_8(&mut self, x: usize, y: usize, op: u8) { Oct 13 03:10:25.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:25.278 INFO kablam! Oct 13 03:10:25.278 INFO kablam! warning: method is never used: `process_opcode_f` Oct 13 03:10:25.278 INFO kablam! --> src/cpu.rs:224:5 Oct 13 03:10:25.278 INFO kablam! | Oct 13 03:10:25.278 INFO kablam! 224 | fn process_opcode_f(&mut self, x: usize, op: u8) { Oct 13 03:10:25.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:25.278 INFO kablam! Oct 13 03:10:25.278 INFO kablam! warning: function is never used: `get_nibble` Oct 13 03:10:25.278 INFO kablam! --> src/cpu.rs:271:1 Oct 13 03:10:25.278 INFO kablam! | Oct 13 03:10:25.278 INFO kablam! 271 | fn get_nibble(index: u8, value: u16) -> usize { Oct 13 03:10:25.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:25.278 INFO kablam! Oct 13 03:10:25.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 13 03:10:25.699 INFO kablam! su: No module specific data is present Oct 13 03:10:26.171 INFO running `"docker" "rm" "-f" "af68d6a30a0c5d5a4b60dd8a8e4d67f5c464aef70f9ebaddf43525b905726f83"` Oct 13 03:10:26.551 INFO blam! af68d6a30a0c5d5a4b60dd8a8e4d67f5c464aef70f9ebaddf43525b905726f83 Oct 13 03:10:26.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 03:10:27.009 INFO blam! d03196874f942f0272cccbb9659c4e796729ff7b4af6fe5e5b57e49f393c14c8 Oct 13 03:10:27.011 INFO running `"docker" "start" "-a" "d03196874f942f0272cccbb9659c4e796729ff7b4af6fe5e5b57e49f393c14c8"` Oct 13 03:10:28.375 INFO kablam! usermod: no changes Oct 13 03:10:28.423 INFO kablam! Compiling chip-8 v0.1.0 (/source) Oct 13 03:10:28.896 INFO kablam! warning: unused variable: `loc` Oct 13 03:10:28.896 INFO kablam! --> src/cpu.rs:59:21 Oct 13 03:10:28.896 INFO kablam! | Oct 13 03:10:28.897 INFO kablam! 59 | let loc = opcode & 0xfff; Oct 13 03:10:28.897 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 13 03:10:28.897 INFO kablam! | Oct 13 03:10:28.897 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:10:28.898 INFO kablam! Oct 13 03:10:28.898 INFO kablam! warning: unused variable: `loc` Oct 13 03:10:28.898 INFO kablam! --> src/cpu.rs:64:21 Oct 13 03:10:28.899 INFO kablam! | Oct 13 03:10:28.899 INFO kablam! 64 | let loc = opcode & 0xfff; Oct 13 03:10:28.899 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 13 03:10:28.899 INFO kablam! Oct 13 03:10:28.900 INFO kablam! warning: unused variable: `loc` Oct 13 03:10:28.900 INFO kablam! --> src/cpu.rs:121:21 Oct 13 03:10:28.900 INFO kablam! | Oct 13 03:10:28.900 INFO kablam! 121 | let loc = opcode & 0xfff; Oct 13 03:10:28.901 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 13 03:10:28.901 INFO kablam! Oct 13 03:10:28.901 INFO kablam! warning: unused variable: `x` Oct 13 03:10:28.901 INFO kablam! --> src/cpu.rs:126:21 Oct 13 03:10:28.902 INFO kablam! | Oct 13 03:10:28.902 INFO kablam! 126 | let x = get_nibble(2, opcode); Oct 13 03:10:28.902 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:10:28.903 INFO kablam! Oct 13 03:10:28.903 INFO kablam! warning: unused variable: `val` Oct 13 03:10:28.903 INFO kablam! --> src/cpu.rs:127:21 Oct 13 03:10:28.903 INFO kablam! | Oct 13 03:10:28.904 INFO kablam! 127 | let val = opcode & 0xff; Oct 13 03:10:28.904 INFO kablam! | ^^^ help: consider using `_val` instead Oct 13 03:10:28.904 INFO kablam! Oct 13 03:10:28.905 INFO kablam! warning: unused variable: `x` Oct 13 03:10:28.905 INFO kablam! --> src/cpu.rs:132:21 Oct 13 03:10:28.905 INFO kablam! | Oct 13 03:10:28.905 INFO kablam! 132 | let x = get_nibble(2, opcode); Oct 13 03:10:28.906 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:10:28.906 INFO kablam! Oct 13 03:10:28.906 INFO kablam! warning: unused variable: `y` Oct 13 03:10:28.907 INFO kablam! --> src/cpu.rs:133:21 Oct 13 03:10:28.907 INFO kablam! | Oct 13 03:10:28.907 INFO kablam! 133 | let y = get_nibble(1, opcode); Oct 13 03:10:28.907 INFO kablam! | ^ help: consider using `_y` instead Oct 13 03:10:28.908 INFO kablam! Oct 13 03:10:28.908 INFO kablam! warning: unused variable: `n` Oct 13 03:10:28.908 INFO kablam! --> src/cpu.rs:134:21 Oct 13 03:10:28.908 INFO kablam! | Oct 13 03:10:28.909 INFO kablam! 134 | let n = get_nibble(0, opcode); Oct 13 03:10:28.909 INFO kablam! | ^ help: consider using `_n` instead Oct 13 03:10:28.909 INFO kablam! Oct 13 03:10:28.910 INFO kablam! warning: unused variable: `x` Oct 13 03:10:28.910 INFO kablam! --> src/cpu.rs:139:21 Oct 13 03:10:28.910 INFO kablam! | Oct 13 03:10:28.910 INFO kablam! 139 | let x = get_nibble(2, opcode); Oct 13 03:10:28.911 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:10:28.911 INFO kablam! Oct 13 03:10:28.911 INFO kablam! warning: struct is never constructed: `Cpu` Oct 13 03:10:28.911 INFO kablam! --> src/cpu.rs:2:1 Oct 13 03:10:28.912 INFO kablam! | Oct 13 03:10:28.912 INFO kablam! 2 | struct Cpu { Oct 13 03:10:28.912 INFO kablam! | ^^^^^^^^^^ Oct 13 03:10:28.912 INFO kablam! | Oct 13 03:10:28.913 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:10:28.913 INFO kablam! Oct 13 03:10:28.913 INFO kablam! warning: struct is never constructed: `Registers` Oct 13 03:10:28.913 INFO kablam! --> src/cpu.rs:7:1 Oct 13 03:10:28.914 INFO kablam! | Oct 13 03:10:28.914 INFO kablam! 7 | struct Registers { Oct 13 03:10:28.914 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:10:28.915 INFO kablam! Oct 13 03:10:28.915 INFO kablam! warning: method is never used: `initialize` Oct 13 03:10:28.915 INFO kablam! --> src/cpu.rs:18:5 Oct 13 03:10:28.915 INFO kablam! | Oct 13 03:10:28.916 INFO kablam! 18 | fn initialize() -> Registers { Oct 13 03:10:28.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:28.916 INFO kablam! Oct 13 03:10:28.916 INFO kablam! warning: method is never used: `initialize` Oct 13 03:10:28.917 INFO kablam! --> src/cpu.rs:32:5 Oct 13 03:10:28.917 INFO kablam! | Oct 13 03:10:28.917 INFO kablam! 32 | fn initialize() -> Cpu { Oct 13 03:10:28.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:28.918 INFO kablam! Oct 13 03:10:28.918 INFO kablam! warning: method is never used: `process_opcode` Oct 13 03:10:28.918 INFO kablam! --> src/cpu.rs:39:5 Oct 13 03:10:28.919 INFO kablam! | Oct 13 03:10:28.919 INFO kablam! 39 | fn process_opcode(&mut self, opcode: u16) { Oct 13 03:10:28.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:28.919 INFO kablam! Oct 13 03:10:28.920 INFO kablam! warning: method is never used: `process_opcode_8` Oct 13 03:10:28.920 INFO kablam! --> src/cpu.rs:162:5 Oct 13 03:10:28.920 INFO kablam! | Oct 13 03:10:28.920 INFO kablam! 162 | fn process_opcode_8(&mut self, x: usize, y: usize, op: u8) { Oct 13 03:10:28.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:28.921 INFO kablam! Oct 13 03:10:28.921 INFO kablam! warning: method is never used: `process_opcode_f` Oct 13 03:10:28.921 INFO kablam! --> src/cpu.rs:224:5 Oct 13 03:10:28.922 INFO kablam! | Oct 13 03:10:28.922 INFO kablam! 224 | fn process_opcode_f(&mut self, x: usize, op: u8) { Oct 13 03:10:28.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:28.922 INFO kablam! Oct 13 03:10:28.922 INFO kablam! warning: function is never used: `get_nibble` Oct 13 03:10:28.922 INFO kablam! --> src/cpu.rs:271:1 Oct 13 03:10:28.922 INFO kablam! | Oct 13 03:10:28.922 INFO kablam! 271 | fn get_nibble(index: u8, value: u16) -> usize { Oct 13 03:10:28.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:28.922 INFO kablam! Oct 13 03:10:29.402 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 13 03:10:29.404 INFO kablam! su: No module specific data is present Oct 13 03:10:30.116 INFO running `"docker" "rm" "-f" "d03196874f942f0272cccbb9659c4e796729ff7b4af6fe5e5b57e49f393c14c8"` Oct 13 03:10:30.327 INFO blam! d03196874f942f0272cccbb9659c4e796729ff7b4af6fe5e5b57e49f393c14c8 Oct 13 03:10:30.330 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 03:10:30.969 INFO blam! 959ce1c402805a892239ab5e56cfd7297b18c0f49a3529b90c686864fd297b76 Oct 13 03:10:30.969 INFO running `"docker" "start" "-a" "959ce1c402805a892239ab5e56cfd7297b18c0f49a3529b90c686864fd297b76"` Oct 13 03:10:32.083 INFO kablam! usermod: no changes Oct 13 03:10:32.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 03:10:32.155 INFO kablam! Running /target/debug/deps/chip_8-74a36860c31f6d7b Oct 13 03:10:32.167 INFO blam! Oct 13 03:10:32.167 INFO blam! running 0 tests Oct 13 03:10:32.167 INFO blam! Oct 13 03:10:32.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:10:32.167 INFO blam! Oct 13 03:10:32.171 INFO kablam! su: No module specific data is present Oct 13 03:10:32.891 INFO running `"docker" "rm" "-f" "959ce1c402805a892239ab5e56cfd7297b18c0f49a3529b90c686864fd297b76"` Oct 13 03:10:33.299 INFO blam! 959ce1c402805a892239ab5e56cfd7297b18c0f49a3529b90c686864fd297b76