Oct 14 23:17:06.527 INFO testing dcastelltort/rusty-chip8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:17:06.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 23:17:06.710 INFO blam! a7f4b79b0fc46f3ed27b4dfdab4d5560ea43772d1979f299531fb78669f79ce3 Oct 14 23:17:06.712 INFO running `"docker" "start" "-a" "a7f4b79b0fc46f3ed27b4dfdab4d5560ea43772d1979f299531fb78669f79ce3"` Oct 14 23:17:07.087 INFO kablam! usermod: no changes Oct 14 23:17:07.236 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 23:17:07.236 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 23:17:07.236 INFO kablam! Compiling syn v0.13.11 Oct 14 23:17:07.237 INFO kablam! Compiling serde_json v1.0.19 Oct 14 23:17:07.238 INFO kablam! Compiling backtrace v0.3.8 Oct 14 23:17:09.087 INFO kablam! Compiling failure v0.1.1 Oct 14 23:17:09.827 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 23:17:09.923 INFO kablam! Compiling regex v1.0.0 Oct 14 23:17:12.179 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 23:17:20.068 INFO kablam! Compiling rayon v0.9.0 Oct 14 23:17:34.193 INFO kablam! Compiling structopt-derive v0.2.8 Oct 14 23:17:35.455 INFO kablam! Compiling env_logger v0.5.10 Oct 14 23:17:39.807 INFO kablam! Compiling structopt v0.2.8 Oct 14 23:17:40.402 INFO kablam! Compiling quicli v0.2.0 Oct 14 23:17:41.882 INFO kablam! Compiling rusty-chip8 v0.1.0 (/source) Oct 14 23:17:42.331 INFO kablam! warning: unused `#[macro_use]` import Oct 14 23:17:42.331 INFO kablam! --> src/main.rs:4:1 Oct 14 23:17:42.332 INFO kablam! | Oct 14 23:17:42.332 INFO kablam! 4 | #[macro_use] extern crate failure; Oct 14 23:17:42.332 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:17:42.333 INFO kablam! | Oct 14 23:17:42.333 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:17:42.333 INFO kablam! Oct 14 23:17:42.334 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:17:42.334 INFO kablam! --> src/cpu.rs:283:11 Oct 14 23:17:42.334 INFO kablam! | Oct 14 23:17:42.335 INFO kablam! 283 | if(self.sound_timer > 0) Oct 14 23:17:42.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:17:42.335 INFO kablam! | Oct 14 23:17:42.336 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:17:42.336 INFO kablam! Oct 14 23:17:42.351 INFO kablam! warning: unreachable statement Oct 14 23:17:42.351 INFO kablam! --> src/cpu.rs:127:9 Oct 14 23:17:42.352 INFO kablam! | Oct 14 23:17:42.352 INFO kablam! 127 | unimplemented!(); Oct 14 23:17:42.352 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:17:42.353 INFO kablam! | Oct 14 23:17:42.353 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 23:17:42.353 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:42.354 INFO kablam! Oct 14 23:17:42.379 INFO kablam! warning: unreachable expression Oct 14 23:17:42.379 INFO kablam! --> src/cpu.rs:298:9 Oct 14 23:17:42.380 INFO kablam! | Oct 14 23:17:42.380 INFO kablam! 298 | Ok(()) Oct 14 23:17:42.380 INFO kablam! | ^^^^^^ Oct 14 23:17:42.381 INFO kablam! Oct 14 23:17:42.381 INFO kablam! warning: unreachable expression Oct 14 23:17:42.381 INFO kablam! --> src/cpu.rs:318:9 Oct 14 23:17:42.382 INFO kablam! | Oct 14 23:17:42.382 INFO kablam! 318 | Ok(()) Oct 14 23:17:42.382 INFO kablam! | ^^^^^^ Oct 14 23:17:42.383 INFO kablam! Oct 14 23:17:42.391 INFO kablam! warning: field is never used: `gfx` Oct 14 23:17:42.391 INFO kablam! --> src/cpu.rs:62:5 Oct 14 23:17:42.392 INFO kablam! | Oct 14 23:17:42.392 INFO kablam! 62 | gfx : [u8; GFX_MEMORY_MAX], Oct 14 23:17:42.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:42.393 INFO kablam! | Oct 14 23:17:42.393 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:17:42.393 INFO kablam! Oct 14 23:17:42.394 INFO kablam! warning: field is never used: `keypad` Oct 14 23:17:42.394 INFO kablam! --> src/cpu.rs:86:5 Oct 14 23:17:42.394 INFO kablam! | Oct 14 23:17:42.394 INFO kablam! 86 | keypad : [u8;KEYPAD_MAX] Oct 14 23:17:42.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:42.395 INFO kablam! Oct 14 23:17:42.395 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:42.396 INFO kablam! --> src/main.rs:2:12 Oct 14 23:17:42.396 INFO kablam! | Oct 14 23:17:42.396 INFO kablam! 2 | #![feature(fs_read_write)] //TO REMOVE with ugraded nightly or stable Oct 14 23:17:42.397 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:17:42.397 INFO kablam! | Oct 14 23:17:42.397 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:17:42.397 INFO kablam! Oct 14 23:17:42.398 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 14 23:17:42.398 INFO kablam! --> src/cpu.rs:48:5 Oct 14 23:17:42.398 INFO kablam! | Oct 14 23:17:42.399 INFO kablam! 48 | V: [u8; REGISTERS_MAX], Oct 14 23:17:42.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:42.399 INFO kablam! | Oct 14 23:17:42.400 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:17:42.400 INFO kablam! Oct 14 23:17:42.400 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:42.400 INFO kablam! --> src/main.rs:14:5 Oct 14 23:17:42.401 INFO kablam! | Oct 14 23:17:42.401 INFO kablam! 14 | emulator.boot("placeholderfileame.rom"); Oct 14 23:17:42.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:42.402 INFO kablam! | Oct 14 23:17:42.402 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:17:42.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:42.403 INFO kablam! Oct 14 23:17:42.403 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:42.403 INFO kablam! --> src/main.rs:15:5 Oct 14 23:17:42.403 INFO kablam! | Oct 14 23:17:42.404 INFO kablam! 15 | emulator.run(); Oct 14 23:17:42.404 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:17:42.404 INFO kablam! | Oct 14 23:17:42.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:42.405 INFO kablam! Oct 14 23:17:42.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.79s Oct 14 23:17:42.910 INFO kablam! su: No module specific data is present Oct 14 23:17:43.223 INFO running `"docker" "rm" "-f" "a7f4b79b0fc46f3ed27b4dfdab4d5560ea43772d1979f299531fb78669f79ce3"` Oct 14 23:17:43.366 INFO blam! a7f4b79b0fc46f3ed27b4dfdab4d5560ea43772d1979f299531fb78669f79ce3 Oct 14 23:17:43.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 23:17:43.619 INFO blam! ee0e0b0ae2e11303608306d20fa05d448f81ada7610e8fa4a7d4b056a050f837 Oct 14 23:17:43.630 INFO running `"docker" "start" "-a" "ee0e0b0ae2e11303608306d20fa05d448f81ada7610e8fa4a7d4b056a050f837"` Oct 14 23:17:44.239 INFO kablam! usermod: no changes Oct 14 23:17:44.359 INFO kablam! Compiling rusty-chip8 v0.1.0 (/source) Oct 14 23:17:44.803 INFO kablam! warning: unused `#[macro_use]` import Oct 14 23:17:44.804 INFO kablam! --> src/main.rs:4:1 Oct 14 23:17:44.804 INFO kablam! | Oct 14 23:17:44.804 INFO kablam! 4 | #[macro_use] extern crate failure; Oct 14 23:17:44.804 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:17:44.804 INFO kablam! | Oct 14 23:17:44.804 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:17:44.804 INFO kablam! Oct 14 23:17:44.805 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:17:44.805 INFO kablam! --> src/cpu.rs:283:11 Oct 14 23:17:44.805 INFO kablam! | Oct 14 23:17:44.806 INFO kablam! 283 | if(self.sound_timer > 0) Oct 14 23:17:44.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:17:44.806 INFO kablam! | Oct 14 23:17:44.806 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:17:44.806 INFO kablam! Oct 14 23:17:44.828 INFO kablam! warning: unreachable statement Oct 14 23:17:44.828 INFO kablam! --> src/cpu.rs:127:9 Oct 14 23:17:44.828 INFO kablam! | Oct 14 23:17:44.828 INFO kablam! 127 | unimplemented!(); Oct 14 23:17:44.828 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:17:44.829 INFO kablam! | Oct 14 23:17:44.830 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 23:17:44.831 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:44.831 INFO kablam! Oct 14 23:17:44.866 INFO kablam! warning: unreachable expression Oct 14 23:17:44.866 INFO kablam! --> src/cpu.rs:298:9 Oct 14 23:17:44.867 INFO kablam! | Oct 14 23:17:44.868 INFO kablam! 298 | Ok(()) Oct 14 23:17:44.868 INFO kablam! | ^^^^^^ Oct 14 23:17:44.869 INFO kablam! Oct 14 23:17:44.870 INFO kablam! warning: unreachable expression Oct 14 23:17:44.870 INFO kablam! --> src/cpu.rs:318:9 Oct 14 23:17:44.871 INFO kablam! | Oct 14 23:17:44.875 INFO kablam! 318 | Ok(()) Oct 14 23:17:44.875 INFO kablam! | ^^^^^^ Oct 14 23:17:44.875 INFO kablam! Oct 14 23:17:44.881 INFO kablam! warning: field is never used: `gfx` Oct 14 23:17:44.882 INFO kablam! --> src/cpu.rs:62:5 Oct 14 23:17:44.882 INFO kablam! | Oct 14 23:17:44.883 INFO kablam! 62 | gfx : [u8; GFX_MEMORY_MAX], Oct 14 23:17:44.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:44.891 INFO kablam! | Oct 14 23:17:44.892 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:17:44.892 INFO kablam! Oct 14 23:17:44.893 INFO kablam! warning: field is never used: `keypad` Oct 14 23:17:44.893 INFO kablam! --> src/cpu.rs:86:5 Oct 14 23:17:44.894 INFO kablam! | Oct 14 23:17:44.895 INFO kablam! 86 | keypad : [u8;KEYPAD_MAX] Oct 14 23:17:44.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:44.897 INFO kablam! Oct 14 23:17:44.898 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:44.898 INFO kablam! --> src/main.rs:2:12 Oct 14 23:17:44.899 INFO kablam! | Oct 14 23:17:44.899 INFO kablam! 2 | #![feature(fs_read_write)] //TO REMOVE with ugraded nightly or stable Oct 14 23:17:44.900 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:17:44.901 INFO kablam! | Oct 14 23:17:44.901 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:17:44.902 INFO kablam! Oct 14 23:17:44.903 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 14 23:17:44.903 INFO kablam! --> src/cpu.rs:48:5 Oct 14 23:17:44.904 INFO kablam! | Oct 14 23:17:44.905 INFO kablam! 48 | V: [u8; REGISTERS_MAX], Oct 14 23:17:44.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:44.907 INFO kablam! | Oct 14 23:17:44.907 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:17:44.907 INFO kablam! Oct 14 23:17:44.916 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:44.917 INFO kablam! --> src/main.rs:14:5 Oct 14 23:17:44.917 INFO kablam! | Oct 14 23:17:44.917 INFO kablam! 14 | emulator.boot("placeholderfileame.rom"); Oct 14 23:17:44.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:17:44.918 INFO kablam! | Oct 14 23:17:44.918 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:17:44.918 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:44.918 INFO kablam! Oct 14 23:17:44.923 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:17:44.923 INFO kablam! --> src/main.rs:15:5 Oct 14 23:17:44.923 INFO kablam! | Oct 14 23:17:44.923 INFO kablam! 15 | emulator.run(); Oct 14 23:17:44.923 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:17:44.923 INFO kablam! | Oct 14 23:17:44.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:17:44.923 INFO kablam! Oct 14 23:17:45.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 14 23:17:45.464 INFO kablam! su: No module specific data is present Oct 14 23:17:45.718 INFO running `"docker" "rm" "-f" "ee0e0b0ae2e11303608306d20fa05d448f81ada7610e8fa4a7d4b056a050f837"` Oct 14 23:17:45.833 INFO blam! ee0e0b0ae2e11303608306d20fa05d448f81ada7610e8fa4a7d4b056a050f837 Oct 14 23:17:45.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 23:17:46.127 INFO blam! 51efda8bec8f629b53bb3a95ebb64d8d3dd3caa7df377a9aa239b218e4211e27 Oct 14 23:17:46.143 INFO running `"docker" "start" "-a" "51efda8bec8f629b53bb3a95ebb64d8d3dd3caa7df377a9aa239b218e4211e27"` Oct 14 23:17:46.850 INFO kablam! usermod: no changes Oct 14 23:17:46.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 23:17:47.000 INFO kablam! Running /target/debug/deps/rusty_chip8-24b4ea0301858191 Oct 14 23:17:47.000 INFO blam! Oct 14 23:17:47.000 INFO kablam! su: No module specific data is present Oct 14 23:17:47.001 INFO blam! running 0 tests Oct 14 23:17:47.001 INFO blam! Oct 14 23:17:47.001 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:17:47.002 INFO blam! Oct 14 23:17:47.708 INFO running `"docker" "rm" "-f" "51efda8bec8f629b53bb3a95ebb64d8d3dd3caa7df377a9aa239b218e4211e27"` Oct 14 23:17:47.965 INFO blam! 51efda8bec8f629b53bb3a95ebb64d8d3dd3caa7df377a9aa239b218e4211e27