Oct 11 00:28:06.241 INFO testing dcastelltort/rusty-chip8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:28:06.241 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:28:06.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:28:06.415 INFO blam! 7461a91abf7a7115708c3fc1a845cfb06cacaa968ffa5d268e042a4e642f3bf3 Oct 11 00:28:06.417 INFO running `"docker" "start" "-a" "7461a91abf7a7115708c3fc1a845cfb06cacaa968ffa5d268e042a4e642f3bf3"` Oct 11 00:28:06.912 INFO kablam! usermod: no changes Oct 11 00:28:07.059 INFO kablam! Compiling syn v0.13.11 Oct 11 00:28:07.059 INFO kablam! Compiling syn v0.14.2 Oct 11 00:28:07.060 INFO kablam! Compiling regex v1.0.0 Oct 11 00:28:07.060 INFO kablam! Compiling serde_json v1.0.19 Oct 11 00:28:07.060 INFO kablam! Compiling backtrace v0.3.8 Oct 11 00:28:07.061 INFO kablam! Compiling rayon v0.9.0 Oct 11 00:28:08.580 INFO kablam! Compiling failure v0.1.1 Oct 11 00:28:26.452 INFO kablam! Compiling env_logger v0.5.10 Oct 11 00:28:27.700 INFO kablam! Compiling serde_derive v1.0.66 Oct 11 00:28:28.591 INFO kablam! Compiling structopt-derive v0.2.8 Oct 11 00:28:32.742 INFO kablam! Compiling structopt v0.2.8 Oct 11 00:28:40.769 INFO kablam! Compiling quicli v0.2.0 Oct 11 00:28:41.438 INFO kablam! Compiling rusty-chip8 v0.1.0 (/source) Oct 11 00:28:41.633 INFO kablam! warning: unused `#[macro_use]` import Oct 11 00:28:41.633 INFO kablam! --> src/main.rs:4:1 Oct 11 00:28:41.633 INFO kablam! | Oct 11 00:28:41.634 INFO kablam! 4 | #[macro_use] extern crate failure; Oct 11 00:28:41.634 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:28:41.634 INFO kablam! | Oct 11 00:28:41.634 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:28:41.634 INFO kablam! Oct 11 00:28:41.635 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:28:41.638 INFO kablam! --> src/cpu.rs:283:11 Oct 11 00:28:41.638 INFO kablam! | Oct 11 00:28:41.638 INFO kablam! 283 | if(self.sound_timer > 0) Oct 11 00:28:41.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:28:41.638 INFO kablam! | Oct 11 00:28:41.638 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:28:41.638 INFO kablam! Oct 11 00:28:41.659 INFO kablam! warning: unreachable statement Oct 11 00:28:41.659 INFO kablam! --> src/cpu.rs:127:9 Oct 11 00:28:41.660 INFO kablam! | Oct 11 00:28:41.660 INFO kablam! 127 | unimplemented!(); Oct 11 00:28:41.660 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:28:41.660 INFO kablam! | Oct 11 00:28:41.661 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 00:28:41.661 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 11 00:28:41.661 INFO kablam! Oct 11 00:28:41.687 INFO kablam! warning: unreachable expression Oct 11 00:28:41.687 INFO kablam! --> src/cpu.rs:298:9 Oct 11 00:28:41.687 INFO kablam! | Oct 11 00:28:41.687 INFO kablam! 298 | Ok(()) Oct 11 00:28:41.687 INFO kablam! | ^^^^^^ Oct 11 00:28:41.687 INFO kablam! Oct 11 00:28:41.688 INFO kablam! warning: unreachable expression Oct 11 00:28:41.688 INFO kablam! --> src/cpu.rs:318:9 Oct 11 00:28:41.688 INFO kablam! | Oct 11 00:28:41.688 INFO kablam! 318 | Ok(()) Oct 11 00:28:41.688 INFO kablam! | ^^^^^^ Oct 11 00:28:41.688 INFO kablam! Oct 11 00:28:41.698 INFO kablam! warning: field is never used: `gfx` Oct 11 00:28:41.698 INFO kablam! --> src/cpu.rs:62:5 Oct 11 00:28:41.698 INFO kablam! | Oct 11 00:28:41.698 INFO kablam! 62 | gfx : [u8; GFX_MEMORY_MAX], Oct 11 00:28:41.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:41.698 INFO kablam! | Oct 11 00:28:41.698 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:28:41.698 INFO kablam! Oct 11 00:28:41.698 INFO kablam! warning: field is never used: `keypad` Oct 11 00:28:41.698 INFO kablam! --> src/cpu.rs:86:5 Oct 11 00:28:41.698 INFO kablam! | Oct 11 00:28:41.698 INFO kablam! 86 | keypad : [u8;KEYPAD_MAX] Oct 11 00:28:41.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:41.698 INFO kablam! Oct 11 00:28:41.699 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 00:28:41.699 INFO kablam! --> src/main.rs:2:12 Oct 11 00:28:41.699 INFO kablam! | Oct 11 00:28:41.699 INFO kablam! 2 | #![feature(fs_read_write)] //TO REMOVE with ugraded nightly or stable Oct 11 00:28:41.699 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:28:41.699 INFO kablam! | Oct 11 00:28:41.699 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 00:28:41.699 INFO kablam! Oct 11 00:28:41.700 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 11 00:28:41.700 INFO kablam! --> src/cpu.rs:48:5 Oct 11 00:28:41.700 INFO kablam! | Oct 11 00:28:41.700 INFO kablam! 48 | V: [u8; REGISTERS_MAX], Oct 11 00:28:41.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:41.700 INFO kablam! | Oct 11 00:28:41.700 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:28:41.700 INFO kablam! Oct 11 00:28:41.706 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:28:41.706 INFO kablam! --> src/main.rs:14:5 Oct 11 00:28:41.706 INFO kablam! | Oct 11 00:28:41.706 INFO kablam! 14 | emulator.boot("placeholderfileame.rom"); Oct 11 00:28:41.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:41.706 INFO kablam! | Oct 11 00:28:41.706 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:28:41.706 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:28:41.706 INFO kablam! Oct 11 00:28:41.706 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:28:41.706 INFO kablam! --> src/main.rs:15:5 Oct 11 00:28:41.706 INFO kablam! | Oct 11 00:28:41.706 INFO kablam! 15 | emulator.run(); Oct 11 00:28:41.706 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:28:41.706 INFO kablam! | Oct 11 00:28:41.706 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:28:41.706 INFO kablam! Oct 11 00:28:42.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.16s Oct 11 00:28:42.107 INFO kablam! su: No module specific data is present Oct 11 00:28:42.408 INFO running `"docker" "rm" "-f" "7461a91abf7a7115708c3fc1a845cfb06cacaa968ffa5d268e042a4e642f3bf3"` Oct 11 00:28:42.495 INFO blam! 7461a91abf7a7115708c3fc1a845cfb06cacaa968ffa5d268e042a4e642f3bf3 Oct 11 00:28:42.504 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:28:42.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:28:42.702 INFO blam! 5623df49947123fb799e54efc19f1b7d0f6c90b23a7d06def626e3a8db4daf71 Oct 11 00:28:42.711 INFO running `"docker" "start" "-a" "5623df49947123fb799e54efc19f1b7d0f6c90b23a7d06def626e3a8db4daf71"` Oct 11 00:28:43.157 INFO kablam! usermod: no changes Oct 11 00:28:43.275 INFO kablam! Compiling rusty-chip8 v0.1.0 (/source) Oct 11 00:28:43.508 INFO kablam! warning: unused `#[macro_use]` import Oct 11 00:28:43.508 INFO kablam! --> src/main.rs:4:1 Oct 11 00:28:43.508 INFO kablam! | Oct 11 00:28:43.508 INFO kablam! 4 | #[macro_use] extern crate failure; Oct 11 00:28:43.508 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:28:43.508 INFO kablam! | Oct 11 00:28:43.508 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:28:43.508 INFO kablam! Oct 11 00:28:43.508 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:28:43.508 INFO kablam! --> src/cpu.rs:283:11 Oct 11 00:28:43.508 INFO kablam! | Oct 11 00:28:43.508 INFO kablam! 283 | if(self.sound_timer > 0) Oct 11 00:28:43.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:28:43.508 INFO kablam! | Oct 11 00:28:43.508 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:28:43.508 INFO kablam! Oct 11 00:28:43.524 INFO kablam! warning: unreachable statement Oct 11 00:28:43.524 INFO kablam! --> src/cpu.rs:127:9 Oct 11 00:28:43.524 INFO kablam! | Oct 11 00:28:43.524 INFO kablam! 127 | unimplemented!(); Oct 11 00:28:43.524 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 00:28:43.524 INFO kablam! | Oct 11 00:28:43.524 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 00:28:43.524 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 11 00:28:43.524 INFO kablam! Oct 11 00:28:43.551 INFO kablam! warning: unreachable expression Oct 11 00:28:43.551 INFO kablam! --> src/cpu.rs:298:9 Oct 11 00:28:43.551 INFO kablam! | Oct 11 00:28:43.551 INFO kablam! 298 | Ok(()) Oct 11 00:28:43.551 INFO kablam! | ^^^^^^ Oct 11 00:28:43.551 INFO kablam! Oct 11 00:28:43.551 INFO kablam! warning: unreachable expression Oct 11 00:28:43.551 INFO kablam! --> src/cpu.rs:318:9 Oct 11 00:28:43.551 INFO kablam! | Oct 11 00:28:43.551 INFO kablam! 318 | Ok(()) Oct 11 00:28:43.551 INFO kablam! | ^^^^^^ Oct 11 00:28:43.551 INFO kablam! Oct 11 00:28:43.562 INFO kablam! warning: field is never used: `gfx` Oct 11 00:28:43.562 INFO kablam! --> src/cpu.rs:62:5 Oct 11 00:28:43.562 INFO kablam! | Oct 11 00:28:43.562 INFO kablam! 62 | gfx : [u8; GFX_MEMORY_MAX], Oct 11 00:28:43.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:43.562 INFO kablam! | Oct 11 00:28:43.562 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:28:43.562 INFO kablam! Oct 11 00:28:43.562 INFO kablam! warning: field is never used: `keypad` Oct 11 00:28:43.562 INFO kablam! --> src/cpu.rs:86:5 Oct 11 00:28:43.562 INFO kablam! | Oct 11 00:28:43.562 INFO kablam! 86 | keypad : [u8;KEYPAD_MAX] Oct 11 00:28:43.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:43.562 INFO kablam! Oct 11 00:28:43.563 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 00:28:43.563 INFO kablam! --> src/main.rs:2:12 Oct 11 00:28:43.563 INFO kablam! | Oct 11 00:28:43.563 INFO kablam! 2 | #![feature(fs_read_write)] //TO REMOVE with ugraded nightly or stable Oct 11 00:28:43.563 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:28:43.563 INFO kablam! | Oct 11 00:28:43.564 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 00:28:43.564 INFO kablam! Oct 11 00:28:43.564 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 11 00:28:43.564 INFO kablam! --> src/cpu.rs:48:5 Oct 11 00:28:43.564 INFO kablam! | Oct 11 00:28:43.564 INFO kablam! 48 | V: [u8; REGISTERS_MAX], Oct 11 00:28:43.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:43.564 INFO kablam! | Oct 11 00:28:43.564 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:28:43.564 INFO kablam! Oct 11 00:28:43.570 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:28:43.570 INFO kablam! --> src/main.rs:14:5 Oct 11 00:28:43.570 INFO kablam! | Oct 11 00:28:43.570 INFO kablam! 14 | emulator.boot("placeholderfileame.rom"); Oct 11 00:28:43.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:28:43.570 INFO kablam! | Oct 11 00:28:43.570 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:28:43.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:28:43.570 INFO kablam! Oct 11 00:28:43.570 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:28:43.570 INFO kablam! --> src/main.rs:15:5 Oct 11 00:28:43.570 INFO kablam! | Oct 11 00:28:43.570 INFO kablam! 15 | emulator.run(); Oct 11 00:28:43.570 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:28:43.570 INFO kablam! | Oct 11 00:28:43.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:28:43.570 INFO kablam! Oct 11 00:28:43.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 11 00:28:43.925 INFO kablam! su: No module specific data is present Oct 11 00:28:44.252 INFO running `"docker" "rm" "-f" "5623df49947123fb799e54efc19f1b7d0f6c90b23a7d06def626e3a8db4daf71"` Oct 11 00:28:44.385 INFO blam! 5623df49947123fb799e54efc19f1b7d0f6c90b23a7d06def626e3a8db4daf71 Oct 11 00:28:44.389 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:28:44.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:28:44.615 INFO blam! 7080d09a2ce3fa088554fb06cd7248287368b79a0c366f0341ae13d59311da05 Oct 11 00:28:44.617 INFO running `"docker" "start" "-a" "7080d09a2ce3fa088554fb06cd7248287368b79a0c366f0341ae13d59311da05"` Oct 11 00:28:45.220 INFO kablam! usermod: no changes Oct 11 00:28:45.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 00:28:45.351 INFO kablam! Running /target/debug/deps/rusty_chip8-7372a34c8dc1c69d Oct 11 00:28:45.352 INFO blam! Oct 11 00:28:45.352 INFO blam! running 0 tests Oct 11 00:28:45.352 INFO blam! Oct 11 00:28:45.352 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:28:45.352 INFO blam! Oct 11 00:28:45.354 INFO kablam! su: No module specific data is present Oct 11 00:28:45.817 INFO running `"docker" "rm" "-f" "7080d09a2ce3fa088554fb06cd7248287368b79a0c366f0341ae13d59311da05"` Oct 11 00:28:46.080 INFO blam! 7080d09a2ce3fa088554fb06cd7248287368b79a0c366f0341ae13d59311da05