Oct 10 17:53:25.429 INFO testing mxbrt/rust-chip-8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:53:25.429 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:53:25.429 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 17:53:25.878 INFO blam! 335ce5e8a2254772cf3b2e9f64bee11ced9e3e26f0586406932639642dcebc51 Oct 10 17:53:25.879 INFO running `"docker" "start" "-a" "335ce5e8a2254772cf3b2e9f64bee11ced9e3e26f0586406932639642dcebc51"` Oct 10 17:53:26.989 INFO kablam! usermod: no changes Oct 10 17:53:27.023 INFO kablam! Compiling rust-chip-8 v0.1.0 (/source) Oct 10 17:53:27.437 INFO kablam! warning: unused variable: `chip` Oct 10 17:53:27.437 INFO kablam! --> src/main.rs:97:13 Oct 10 17:53:27.437 INFO kablam! | Oct 10 17:53:27.437 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 10 17:53:27.437 INFO kablam! | ^^^^ help: consider using `_chip` instead Oct 10 17:53:27.437 INFO kablam! | Oct 10 17:53:27.437 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:53:27.437 INFO kablam! Oct 10 17:53:27.445 INFO kablam! warning: variable does not need to be mutable Oct 10 17:53:27.445 INFO kablam! --> src/main.rs:97:9 Oct 10 17:53:27.445 INFO kablam! | Oct 10 17:53:27.445 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 10 17:53:27.445 INFO kablam! | ----^^^^ Oct 10 17:53:27.445 INFO kablam! | | Oct 10 17:53:27.445 INFO kablam! | help: remove this `mut` Oct 10 17:53:27.445 INFO kablam! | Oct 10 17:53:27.445 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:53:27.445 INFO kablam! Oct 10 17:53:27.445 INFO kablam! warning: field is never used: `stack` Oct 10 17:53:27.445 INFO kablam! --> src/main.rs:13:5 Oct 10 17:53:27.445 INFO kablam! | Oct 10 17:53:27.445 INFO kablam! 13 | stack: [usize; 16], Oct 10 17:53:27.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:53:27.445 INFO kablam! | Oct 10 17:53:27.445 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:53:27.445 INFO kablam! Oct 10 17:53:27.445 INFO kablam! warning: field is never used: `v` Oct 10 17:53:27.445 INFO kablam! --> src/main.rs:14:5 Oct 10 17:53:27.445 INFO kablam! | Oct 10 17:53:27.445 INFO kablam! 14 | v: [u8; 16], // registers Oct 10 17:53:27.445 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:53:27.445 INFO kablam! Oct 10 17:53:27.445 INFO kablam! warning: field is never used: `i` Oct 10 17:53:27.445 INFO kablam! --> src/main.rs:15:5 Oct 10 17:53:27.445 INFO kablam! | Oct 10 17:53:27.445 INFO kablam! 15 | i: u16, // I register Oct 10 17:53:27.445 INFO kablam! | ^^^^^^ Oct 10 17:53:27.445 INFO kablam! Oct 10 17:53:27.446 INFO kablam! warning: field is never used: `timers` Oct 10 17:53:27.446 INFO kablam! --> src/main.rs:16:5 Oct 10 17:53:27.446 INFO kablam! | Oct 10 17:53:27.446 INFO kablam! 16 | timers: [u16; 2], // Delay and Sound timers Oct 10 17:53:27.446 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:53:27.446 INFO kablam! Oct 10 17:53:27.446 INFO kablam! warning: field is never used: `pc` Oct 10 17:53:27.446 INFO kablam! --> src/main.rs:17:5 Oct 10 17:53:27.446 INFO kablam! | Oct 10 17:53:27.446 INFO kablam! 17 | pc: usize, // program counter Oct 10 17:53:27.446 INFO kablam! | ^^^^^^^^^ Oct 10 17:53:27.446 INFO kablam! Oct 10 17:53:27.446 INFO kablam! warning: field is never used: `sp` Oct 10 17:53:27.446 INFO kablam! --> src/main.rs:18:5 Oct 10 17:53:27.446 INFO kablam! | Oct 10 17:53:27.446 INFO kablam! 18 | sp: usize, // stack pointer Oct 10 17:53:27.446 INFO kablam! | ^^^^^^^^^ Oct 10 17:53:27.446 INFO kablam! Oct 10 17:53:27.446 INFO kablam! warning: field is never used: `buf` Oct 10 17:53:27.446 INFO kablam! --> src/main.rs:19:5 Oct 10 17:53:27.446 INFO kablam! | Oct 10 17:53:27.446 INFO kablam! 19 | buf: [bool; ROWS*COLS], // display buffer Oct 10 17:53:27.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:53:27.446 INFO kablam! Oct 10 17:53:27.446 INFO kablam! warning: method is never used: `cpu_step` Oct 10 17:53:27.446 INFO kablam! --> src/main.rs:43:5 Oct 10 17:53:27.446 INFO kablam! | Oct 10 17:53:27.446 INFO kablam! 43 | fn cpu_step(&mut self) { Oct 10 17:53:27.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:53:27.446 INFO kablam! Oct 10 17:53:27.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 10 17:53:27.750 INFO kablam! su: No module specific data is present Oct 10 17:53:28.081 INFO running `"docker" "rm" "-f" "335ce5e8a2254772cf3b2e9f64bee11ced9e3e26f0586406932639642dcebc51"` Oct 10 17:53:28.164 INFO blam! 335ce5e8a2254772cf3b2e9f64bee11ced9e3e26f0586406932639642dcebc51 Oct 10 17:53:28.172 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:53:28.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 17:53:28.364 INFO blam! 288f4f2b05bde514424a5799458b778de546652703a8658f47b9d51e6ba0e77d Oct 10 17:53:28.366 INFO running `"docker" "start" "-a" "288f4f2b05bde514424a5799458b778de546652703a8658f47b9d51e6ba0e77d"` Oct 10 17:53:28.782 INFO kablam! usermod: no changes Oct 10 17:53:28.811 INFO kablam! Compiling rust-chip-8 v0.1.0 (/source) Oct 10 17:53:29.367 INFO kablam! warning: unused variable: `chip` Oct 10 17:53:29.367 INFO kablam! --> src/main.rs:97:13 Oct 10 17:53:29.367 INFO kablam! | Oct 10 17:53:29.368 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 10 17:53:29.368 INFO kablam! | ^^^^ help: consider using `_chip` instead Oct 10 17:53:29.369 INFO kablam! | Oct 10 17:53:29.369 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:53:29.369 INFO kablam! Oct 10 17:53:29.377 INFO kablam! warning: variable does not need to be mutable Oct 10 17:53:29.378 INFO kablam! --> src/main.rs:97:9 Oct 10 17:53:29.378 INFO kablam! | Oct 10 17:53:29.378 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 10 17:53:29.379 INFO kablam! | ----^^^^ Oct 10 17:53:29.379 INFO kablam! | | Oct 10 17:53:29.379 INFO kablam! | help: remove this `mut` Oct 10 17:53:29.380 INFO kablam! | Oct 10 17:53:29.380 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:53:29.380 INFO kablam! Oct 10 17:53:29.381 INFO kablam! warning: field is never used: `stack` Oct 10 17:53:29.381 INFO kablam! --> src/main.rs:13:5 Oct 10 17:53:29.381 INFO kablam! | Oct 10 17:53:29.382 INFO kablam! 13 | stack: [usize; 16], Oct 10 17:53:29.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:53:29.382 INFO kablam! | Oct 10 17:53:29.382 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:53:29.383 INFO kablam! Oct 10 17:53:29.383 INFO kablam! warning: field is never used: `v` Oct 10 17:53:29.383 INFO kablam! --> src/main.rs:14:5 Oct 10 17:53:29.384 INFO kablam! | Oct 10 17:53:29.384 INFO kablam! 14 | v: [u8; 16], // registers Oct 10 17:53:29.384 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:53:29.385 INFO kablam! Oct 10 17:53:29.385 INFO kablam! warning: field is never used: `i` Oct 10 17:53:29.385 INFO kablam! --> src/main.rs:15:5 Oct 10 17:53:29.386 INFO kablam! | Oct 10 17:53:29.386 INFO kablam! 15 | i: u16, // I register Oct 10 17:53:29.386 INFO kablam! | ^^^^^^ Oct 10 17:53:29.386 INFO kablam! Oct 10 17:53:29.387 INFO kablam! warning: field is never used: `timers` Oct 10 17:53:29.387 INFO kablam! --> src/main.rs:16:5 Oct 10 17:53:29.387 INFO kablam! | Oct 10 17:53:29.387 INFO kablam! 16 | timers: [u16; 2], // Delay and Sound timers Oct 10 17:53:29.387 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:53:29.387 INFO kablam! Oct 10 17:53:29.387 INFO kablam! warning: field is never used: `pc` Oct 10 17:53:29.387 INFO kablam! --> src/main.rs:17:5 Oct 10 17:53:29.387 INFO kablam! | Oct 10 17:53:29.387 INFO kablam! 17 | pc: usize, // program counter Oct 10 17:53:29.387 INFO kablam! | ^^^^^^^^^ Oct 10 17:53:29.387 INFO kablam! Oct 10 17:53:29.387 INFO kablam! warning: field is never used: `sp` Oct 10 17:53:29.387 INFO kablam! --> src/main.rs:18:5 Oct 10 17:53:29.387 INFO kablam! | Oct 10 17:53:29.387 INFO kablam! 18 | sp: usize, // stack pointer Oct 10 17:53:29.387 INFO kablam! | ^^^^^^^^^ Oct 10 17:53:29.387 INFO kablam! Oct 10 17:53:29.388 INFO kablam! warning: field is never used: `buf` Oct 10 17:53:29.388 INFO kablam! --> src/main.rs:19:5 Oct 10 17:53:29.388 INFO kablam! | Oct 10 17:53:29.388 INFO kablam! 19 | buf: [bool; ROWS*COLS], // display buffer Oct 10 17:53:29.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:53:29.388 INFO kablam! Oct 10 17:53:29.388 INFO kablam! warning: method is never used: `cpu_step` Oct 10 17:53:29.388 INFO kablam! --> src/main.rs:43:5 Oct 10 17:53:29.388 INFO kablam! | Oct 10 17:53:29.388 INFO kablam! 43 | fn cpu_step(&mut self) { Oct 10 17:53:29.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:53:29.388 INFO kablam! Oct 10 17:53:29.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 10 17:53:29.760 INFO kablam! su: No module specific data is present Oct 10 17:53:30.106 INFO running `"docker" "rm" "-f" "288f4f2b05bde514424a5799458b778de546652703a8658f47b9d51e6ba0e77d"` Oct 10 17:53:30.192 INFO blam! 288f4f2b05bde514424a5799458b778de546652703a8658f47b9d51e6ba0e77d Oct 10 17:53:30.194 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:53:30.194 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 17:53:30.366 INFO blam! a16587285cd831d93e1a9d3f9f5cac9cc9516565fe9e396c0c6e7293b5e3f40f Oct 10 17:53:30.368 INFO running `"docker" "start" "-a" "a16587285cd831d93e1a9d3f9f5cac9cc9516565fe9e396c0c6e7293b5e3f40f"` Oct 10 17:53:30.756 INFO kablam! usermod: no changes Oct 10 17:53:30.778 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 17:53:30.778 INFO kablam! Running /target/debug/deps/rust_chip_8-00c5711691728f66 Oct 10 17:53:30.782 INFO blam! Oct 10 17:53:30.782 INFO blam! running 0 tests Oct 10 17:53:30.782 INFO blam! Oct 10 17:53:30.782 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:53:30.782 INFO blam! Oct 10 17:53:30.784 INFO kablam! su: No module specific data is present Oct 10 17:53:31.266 INFO running `"docker" "rm" "-f" "a16587285cd831d93e1a9d3f9f5cac9cc9516565fe9e396c0c6e7293b5e3f40f"` Oct 10 17:53:31.476 INFO blam! a16587285cd831d93e1a9d3f9f5cac9cc9516565fe9e396c0c6e7293b5e3f40f