Oct 13 06:08:25.233 INFO testing mxbrt/rust-chip-8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:08:25.233 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:08:25.727 INFO blam! 26753c64bcc6c688876d7dee03373d097e71d34f3c7dd543a582cd2445658dfd Oct 13 06:08:25.739 INFO running `"docker" "start" "-a" "26753c64bcc6c688876d7dee03373d097e71d34f3c7dd543a582cd2445658dfd"` Oct 13 06:08:26.722 INFO kablam! usermod: no changes Oct 13 06:08:26.758 INFO kablam! Compiling rust-chip-8 v0.1.0 (/source) Oct 13 06:08:26.980 INFO kablam! warning: unused variable: `chip` Oct 13 06:08:26.980 INFO kablam! --> src/main.rs:97:13 Oct 13 06:08:26.980 INFO kablam! | Oct 13 06:08:26.980 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 13 06:08:26.980 INFO kablam! | ^^^^ help: consider using `_chip` instead Oct 13 06:08:26.980 INFO kablam! | Oct 13 06:08:26.980 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:08:26.980 INFO kablam! Oct 13 06:08:26.985 INFO kablam! warning: variable does not need to be mutable Oct 13 06:08:26.985 INFO kablam! --> src/main.rs:97:9 Oct 13 06:08:26.985 INFO kablam! | Oct 13 06:08:26.985 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 13 06:08:26.985 INFO kablam! | ----^^^^ Oct 13 06:08:26.985 INFO kablam! | | Oct 13 06:08:26.985 INFO kablam! | help: remove this `mut` Oct 13 06:08:26.985 INFO kablam! | Oct 13 06:08:26.985 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:08:26.985 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: field is never used: `stack` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:13:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 13 | stack: [usize; 16], Oct 13 06:08:26.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: field is never used: `v` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:14:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 14 | v: [u8; 16], // registers Oct 13 06:08:26.987 INFO kablam! | ^^^^^^^^^^^ Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: field is never used: `i` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:15:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 15 | i: u16, // I register Oct 13 06:08:26.987 INFO kablam! | ^^^^^^ Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: field is never used: `timers` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:16:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 16 | timers: [u16; 2], // Delay and Sound timers Oct 13 06:08:26.987 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: field is never used: `pc` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:17:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 17 | pc: usize, // program counter Oct 13 06:08:26.987 INFO kablam! | ^^^^^^^^^ Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: field is never used: `sp` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:18:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 18 | sp: usize, // stack pointer Oct 13 06:08:26.987 INFO kablam! | ^^^^^^^^^ Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: field is never used: `buf` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:19:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 19 | buf: [bool; ROWS*COLS], // display buffer Oct 13 06:08:26.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:26.987 INFO kablam! warning: method is never used: `cpu_step` Oct 13 06:08:26.987 INFO kablam! --> src/main.rs:43:5 Oct 13 06:08:26.987 INFO kablam! | Oct 13 06:08:26.987 INFO kablam! 43 | fn cpu_step(&mut self) { Oct 13 06:08:26.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:08:26.987 INFO kablam! Oct 13 06:08:27.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.50s Oct 13 06:08:27.246 INFO kablam! su: No module specific data is present Oct 13 06:08:27.804 INFO running `"docker" "rm" "-f" "26753c64bcc6c688876d7dee03373d097e71d34f3c7dd543a582cd2445658dfd"` Oct 13 06:08:27.979 INFO blam! 26753c64bcc6c688876d7dee03373d097e71d34f3c7dd543a582cd2445658dfd Oct 13 06:08:27.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:08:28.167 INFO blam! 739a1384c7fc7a44e6d04a0da5eaa30c8cb7ea8773f4aa73296373de36d050ec Oct 13 06:08:28.172 INFO running `"docker" "start" "-a" "739a1384c7fc7a44e6d04a0da5eaa30c8cb7ea8773f4aa73296373de36d050ec"` Oct 13 06:08:28.753 INFO kablam! usermod: no changes Oct 13 06:08:28.791 INFO kablam! Compiling rust-chip-8 v0.1.0 (/source) Oct 13 06:08:29.145 INFO kablam! warning: unused variable: `chip` Oct 13 06:08:29.145 INFO kablam! --> src/main.rs:97:13 Oct 13 06:08:29.145 INFO kablam! | Oct 13 06:08:29.145 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 13 06:08:29.145 INFO kablam! | ^^^^ help: consider using `_chip` instead Oct 13 06:08:29.145 INFO kablam! | Oct 13 06:08:29.147 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:08:29.147 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: variable does not need to be mutable Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:97:9 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 97 | let mut chip = Chip8::new(game_path); Oct 13 06:08:29.151 INFO kablam! | ----^^^^ Oct 13 06:08:29.151 INFO kablam! | | Oct 13 06:08:29.151 INFO kablam! | help: remove this `mut` Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: field is never used: `stack` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:13:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 13 | stack: [usize; 16], Oct 13 06:08:29.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: field is never used: `v` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:14:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 14 | v: [u8; 16], // registers Oct 13 06:08:29.151 INFO kablam! | ^^^^^^^^^^^ Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: field is never used: `i` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:15:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 15 | i: u16, // I register Oct 13 06:08:29.151 INFO kablam! | ^^^^^^ Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: field is never used: `timers` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:16:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 16 | timers: [u16; 2], // Delay and Sound timers Oct 13 06:08:29.151 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: field is never used: `pc` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:17:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 17 | pc: usize, // program counter Oct 13 06:08:29.151 INFO kablam! | ^^^^^^^^^ Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: field is never used: `sp` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:18:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 18 | sp: usize, // stack pointer Oct 13 06:08:29.151 INFO kablam! | ^^^^^^^^^ Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: field is never used: `buf` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:19:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.151 INFO kablam! 19 | buf: [bool; ROWS*COLS], // display buffer Oct 13 06:08:29.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:08:29.151 INFO kablam! Oct 13 06:08:29.151 INFO kablam! warning: method is never used: `cpu_step` Oct 13 06:08:29.151 INFO kablam! --> src/main.rs:43:5 Oct 13 06:08:29.151 INFO kablam! | Oct 13 06:08:29.152 INFO kablam! 43 | fn cpu_step(&mut self) { Oct 13 06:08:29.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:08:29.152 INFO kablam! Oct 13 06:08:29.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 13 06:08:29.642 INFO kablam! su: No module specific data is present Oct 13 06:08:30.246 INFO running `"docker" "rm" "-f" "739a1384c7fc7a44e6d04a0da5eaa30c8cb7ea8773f4aa73296373de36d050ec"` Oct 13 06:08:30.459 INFO blam! 739a1384c7fc7a44e6d04a0da5eaa30c8cb7ea8773f4aa73296373de36d050ec Oct 13 06:08:30.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:08:30.787 INFO blam! 39da286ec1a309f3ec4381aefb56ad87a3622c487cc798b1f23456027f2f0aeb Oct 13 06:08:30.791 INFO running `"docker" "start" "-a" "39da286ec1a309f3ec4381aefb56ad87a3622c487cc798b1f23456027f2f0aeb"` Oct 13 06:08:31.638 INFO kablam! usermod: no changes Oct 13 06:08:31.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 06:08:31.678 INFO kablam! Running /target/debug/deps/rust_chip_8-f25ae1a162013d1a Oct 13 06:08:31.683 INFO blam! Oct 13 06:08:31.683 INFO blam! running 0 tests Oct 13 06:08:31.683 INFO blam! Oct 13 06:08:31.683 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:08:31.683 INFO blam! Oct 13 06:08:31.685 INFO kablam! su: No module specific data is present Oct 13 06:08:32.372 INFO running `"docker" "rm" "-f" "39da286ec1a309f3ec4381aefb56ad87a3622c487cc798b1f23456027f2f0aeb"` Oct 13 06:08:32.709 INFO blam! 39da286ec1a309f3ec4381aefb56ad87a3622c487cc798b1f23456027f2f0aeb