Oct 14 23:17:06.604 INFO testing dcastelltort/rusty-chip8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:17:06.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 23:17:06.749 INFO blam! 4e4d0d7f83d889d4bee6b2182ee6c4281243268d72bbb43c78c8d6d82c9b4fdd Oct 14 23:17:06.752 INFO running `"docker" "start" "-a" "4e4d0d7f83d889d4bee6b2182ee6c4281243268d72bbb43c78c8d6d82c9b4fdd"` Oct 14 23:17:07.141 INFO kablam! usermod: no changes Oct 14 23:17:07.287 INFO kablam! Compiling regex v1.0.0 Oct 14 23:17:07.289 INFO kablam! Compiling serde_json v1.0.19 Oct 14 23:17:07.289 INFO kablam! Compiling backtrace v0.3.8 Oct 14 23:17:07.289 INFO kablam! Compiling rayon v0.9.0 Oct 14 23:17:07.289 INFO kablam! Compiling structopt v0.2.8 Oct 14 23:17:09.096 INFO kablam! Compiling failure v0.1.1 Oct 14 23:17:23.413 INFO kablam! Compiling env_logger v0.5.10 Oct 14 23:17:25.523 INFO kablam! Compiling quicli v0.2.0 Oct 14 23:17:27.025 INFO kablam! Compiling rusty-chip8 v0.1.0 (/source) Oct 14 23:17:27.636 INFO kablam! warning: unused `#[macro_use]` import Oct 14 23:17:27.637 INFO kablam! --> src/main.rs:4:1 Oct 14 23:17:27.637 INFO kablam! | Oct 14 23:17:27.638 INFO kablam! 4 | #[macro_use] extern crate failure; Oct 14 23:17:27.639 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:17:27.639 INFO kablam! | Oct 14 23:17:27.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:17:27.640 INFO kablam! Oct 14 23:17:27.641 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:17:27.642 INFO kablam! --> src/cpu.rs:283:11 Oct 14 23:17:27.643 INFO kablam! | Oct 14 23:17:27.643 INFO kablam! 283 | if(self.sound_timer > 0) Oct 14 23:17:27.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:17:27.644 INFO kablam! | Oct 14 23:17:27.645 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:17:27.645 INFO kablam! Oct 14 23:17:27.670 INFO kablam! warning: unreachable statement Oct 14 23:17:27.671 INFO kablam! --> src/cpu.rs:127:9 Oct 14 23:17:27.672 INFO kablam! | Oct 14 23:17:27.672 INFO kablam! 127 | unimplemented!(); Oct 14 23:17:27.673 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:17:27.673 INFO kablam! | Oct 14 23:17:27.674 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 23:17:27.675 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 23:17:27.675 INFO kablam! Oct 14 23:17:27.714 INFO kablam! warning: unreachable expression Oct 14 23:17:27.715 INFO kablam! --> src/cpu.rs:298:9 Oct 14 23:17:27.716 INFO kablam! | Oct 14 23:17:27.716 INFO kablam! 298 | Ok(()) Oct 14 23:17:27.717 INFO kablam! | ^^^^^^ Oct 14 23:17:27.718 INFO kablam! Oct 14 23:17:27.719 INFO kablam! warning: unreachable expression Oct 14 23:17:27.720 INFO kablam! --> src/cpu.rs:318:9 Oct 14 23:17:27.720 INFO kablam! | Oct 14 23:17:27.721 INFO kablam! 318 | Ok(()) Oct 14 23:17:27.721 INFO kablam! | ^^^^^^ Oct 14 23:17:27.722 INFO kablam! Oct 14 23:17:27.737 INFO kablam! warning: field is never used: `gfx` Oct 14 23:17:27.738 INFO kablam! --> src/cpu.rs:62:5 Oct 14 23:17:27.739 INFO kablam! | Oct 14 23:17:27.739 INFO kablam! 62 | gfx : [u8; GFX_MEMORY_MAX], Oct 14 23:17:27.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:27.741 INFO kablam! | Oct 14 23:17:27.741 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:17:27.742 INFO kablam! Oct 14 23:17:27.742 INFO kablam! warning: field is never used: `keypad` Oct 14 23:17:27.743 INFO kablam! --> src/cpu.rs:86:5 Oct 14 23:17:27.744 INFO kablam! | Oct 14 23:17:27.744 INFO kablam! 86 | keypad : [u8;KEYPAD_MAX] Oct 14 23:17:27.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:27.745 INFO kablam! Oct 14 23:17:27.746 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 23:17:27.747 INFO kablam! --> src/main.rs:2:12 Oct 14 23:17:27.748 INFO kablam! | Oct 14 23:17:27.748 INFO kablam! 2 | #![feature(fs_read_write)] //TO REMOVE with ugraded nightly or stable Oct 14 23:17:27.749 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:17:27.750 INFO kablam! | Oct 14 23:17:27.750 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:17:27.751 INFO kablam! Oct 14 23:17:27.752 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 14 23:17:27.753 INFO kablam! --> src/cpu.rs:48:5 Oct 14 23:17:27.753 INFO kablam! | Oct 14 23:17:27.754 INFO kablam! 48 | V: [u8; REGISTERS_MAX], Oct 14 23:17:27.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:27.755 INFO kablam! | Oct 14 23:17:27.756 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:17:27.756 INFO kablam! Oct 14 23:17:27.767 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:27.767 INFO kablam! --> src/main.rs:14:5 Oct 14 23:17:27.768 INFO kablam! | Oct 14 23:17:27.769 INFO kablam! 14 | emulator.boot("placeholderfileame.rom"); Oct 14 23:17:27.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:27.770 INFO kablam! | Oct 14 23:17:27.771 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:17:27.771 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:27.772 INFO kablam! Oct 14 23:17:27.772 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:27.773 INFO kablam! --> src/main.rs:15:5 Oct 14 23:17:27.774 INFO kablam! | Oct 14 23:17:27.774 INFO kablam! 15 | emulator.run(); Oct 14 23:17:27.775 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:17:27.775 INFO kablam! | Oct 14 23:17:27.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:27.777 INFO kablam! Oct 14 23:17:28.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.33s Oct 14 23:17:28.495 INFO kablam! su: No module specific data is present Oct 14 23:17:29.991 INFO running `"docker" "rm" "-f" "4e4d0d7f83d889d4bee6b2182ee6c4281243268d72bbb43c78c8d6d82c9b4fdd"` Oct 14 23:17:30.247 INFO blam! 4e4d0d7f83d889d4bee6b2182ee6c4281243268d72bbb43c78c8d6d82c9b4fdd Oct 14 23:17:30.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 23:17:30.771 INFO blam! aca4d5842b78a83a0374c0c52e26773de426bc5a776592782b16326820ecd22a Oct 14 23:17:30.779 INFO running `"docker" "start" "-a" "aca4d5842b78a83a0374c0c52e26773de426bc5a776592782b16326820ecd22a"` Oct 14 23:17:31.755 INFO kablam! usermod: no changes Oct 14 23:17:31.955 INFO kablam! Compiling rusty-chip8 v0.1.0 (/source) Oct 14 23:17:32.543 INFO kablam! warning: unused `#[macro_use]` import Oct 14 23:17:32.543 INFO kablam! --> src/main.rs:4:1 Oct 14 23:17:32.543 INFO kablam! | Oct 14 23:17:32.543 INFO kablam! 4 | #[macro_use] extern crate failure; Oct 14 23:17:32.543 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:17:32.543 INFO kablam! | Oct 14 23:17:32.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:17:32.551 INFO kablam! Oct 14 23:17:32.551 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:17:32.551 INFO kablam! --> src/cpu.rs:283:11 Oct 14 23:17:32.551 INFO kablam! | Oct 14 23:17:32.551 INFO kablam! 283 | if(self.sound_timer > 0) Oct 14 23:17:32.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:17:32.551 INFO kablam! | Oct 14 23:17:32.551 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:17:32.551 INFO kablam! Oct 14 23:17:32.575 INFO kablam! warning: unreachable statement Oct 14 23:17:32.575 INFO kablam! --> src/cpu.rs:127:9 Oct 14 23:17:32.575 INFO kablam! | Oct 14 23:17:32.575 INFO kablam! 127 | unimplemented!(); Oct 14 23:17:32.575 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:17:32.575 INFO kablam! | Oct 14 23:17:32.575 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 23:17:32.575 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 23:17:32.575 INFO kablam! Oct 14 23:17:32.619 INFO kablam! warning: unreachable expression Oct 14 23:17:32.619 INFO kablam! --> src/cpu.rs:298:9 Oct 14 23:17:32.619 INFO kablam! | Oct 14 23:17:32.619 INFO kablam! 298 | Ok(()) Oct 14 23:17:32.619 INFO kablam! | ^^^^^^ Oct 14 23:17:32.619 INFO kablam! Oct 14 23:17:32.619 INFO kablam! warning: unreachable expression Oct 14 23:17:32.619 INFO kablam! --> src/cpu.rs:318:9 Oct 14 23:17:32.619 INFO kablam! | Oct 14 23:17:32.619 INFO kablam! 318 | Ok(()) Oct 14 23:17:32.619 INFO kablam! | ^^^^^^ Oct 14 23:17:32.619 INFO kablam! Oct 14 23:17:32.635 INFO kablam! warning: field is never used: `gfx` Oct 14 23:17:32.635 INFO kablam! --> src/cpu.rs:62:5 Oct 14 23:17:32.635 INFO kablam! | Oct 14 23:17:32.635 INFO kablam! 62 | gfx : [u8; GFX_MEMORY_MAX], Oct 14 23:17:32.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:32.635 INFO kablam! | Oct 14 23:17:32.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:17:32.635 INFO kablam! Oct 14 23:17:32.635 INFO kablam! warning: field is never used: `keypad` Oct 14 23:17:32.635 INFO kablam! --> src/cpu.rs:86:5 Oct 14 23:17:32.635 INFO kablam! | Oct 14 23:17:32.635 INFO kablam! 86 | keypad : [u8;KEYPAD_MAX] Oct 14 23:17:32.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:32.635 INFO kablam! Oct 14 23:17:32.635 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 23:17:32.635 INFO kablam! --> src/main.rs:2:12 Oct 14 23:17:32.635 INFO kablam! | Oct 14 23:17:32.635 INFO kablam! 2 | #![feature(fs_read_write)] //TO REMOVE with ugraded nightly or stable Oct 14 23:17:32.635 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:17:32.635 INFO kablam! | Oct 14 23:17:32.635 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:17:32.635 INFO kablam! Oct 14 23:17:32.635 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 14 23:17:32.635 INFO kablam! --> src/cpu.rs:48:5 Oct 14 23:17:32.635 INFO kablam! | Oct 14 23:17:32.635 INFO kablam! 48 | V: [u8; REGISTERS_MAX], Oct 14 23:17:32.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:32.635 INFO kablam! | Oct 14 23:17:32.635 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:17:32.635 INFO kablam! Oct 14 23:17:32.642 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:32.643 INFO kablam! --> src/main.rs:14:5 Oct 14 23:17:32.643 INFO kablam! | Oct 14 23:17:32.643 INFO kablam! 14 | emulator.boot("placeholderfileame.rom"); Oct 14 23:17:32.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:32.643 INFO kablam! | Oct 14 23:17:32.643 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:17:32.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:32.643 INFO kablam! Oct 14 23:17:32.643 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:32.643 INFO kablam! --> src/main.rs:15:5 Oct 14 23:17:32.643 INFO kablam! | Oct 14 23:17:32.643 INFO kablam! 15 | emulator.run(); Oct 14 23:17:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:17:32.643 INFO kablam! | Oct 14 23:17:32.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:32.643 INFO kablam! Oct 14 23:17:33.220 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 14 23:17:33.235 INFO kablam! su: No module specific data is present Oct 14 23:17:34.980 INFO running `"docker" "rm" "-f" "aca4d5842b78a83a0374c0c52e26773de426bc5a776592782b16326820ecd22a"` Oct 14 23:17:35.169 INFO blam! aca4d5842b78a83a0374c0c52e26773de426bc5a776592782b16326820ecd22a Oct 14 23:17:35.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 23:17:35.679 INFO blam! 05fa410e6bc936e0bd3a8c953f9366d80f4c6a8344af53546d422183bc8e872e Oct 14 23:17:35.682 INFO running `"docker" "start" "-a" "05fa410e6bc936e0bd3a8c953f9366d80f4c6a8344af53546d422183bc8e872e"` Oct 14 23:17:37.143 INFO kablam! usermod: no changes Oct 14 23:17:37.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 14 23:17:37.363 INFO kablam! Running /target/debug/deps/rusty_chip8-7372a34c8dc1c69d Oct 14 23:17:37.367 INFO blam! Oct 14 23:17:37.367 INFO blam! running 0 tests Oct 14 23:17:37.367 INFO blam! Oct 14 23:17:37.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:17:37.367 INFO blam! Oct 14 23:17:37.368 INFO kablam! su: No module specific data is present Oct 14 23:17:38.223 INFO running `"docker" "rm" "-f" "05fa410e6bc936e0bd3a8c953f9366d80f4c6a8344af53546d422183bc8e872e"` Oct 14 23:17:38.535 INFO blam! 05fa410e6bc936e0bd3a8c953f9366d80f4c6a8344af53546d422183bc8e872e