Oct 11 03:37:04.189 INFO testing acmiyaguchi/chip8-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:37:04.189 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:37:04.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 03:37:04.688 INFO blam! 24a02bb6881dc066f3fef1111a430dd413b8c8b4c5ccb8d79a75f6a4c9db4fa3 Oct 11 03:37:04.696 INFO running `"docker" "start" "-a" "24a02bb6881dc066f3fef1111a430dd413b8c8b4c5ccb8d79a75f6a4c9db4fa3"` Oct 11 03:37:06.356 INFO kablam! usermod: no changes Oct 11 03:37:06.832 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 11 03:37:14.162 INFO kablam! warning: unused variable: `args` Oct 11 03:37:14.163 INFO kablam! --> src/main.rs:369:21 Oct 11 03:37:14.164 INFO kablam! | Oct 11 03:37:14.164 INFO kablam! 369 | if let Some(args) = e.render_args() { Oct 11 03:37:14.164 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 03:37:14.168 INFO kablam! | Oct 11 03:37:14.169 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:37:14.169 INFO kablam! Oct 11 03:37:14.169 INFO kablam! warning: unused variable: `args` Oct 11 03:37:14.170 INFO kablam! --> src/main.rs:379:21 Oct 11 03:37:14.170 INFO kablam! | Oct 11 03:37:14.170 INFO kablam! 379 | if let Some(args) = e.update_args() { Oct 11 03:37:14.170 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 03:37:14.171 INFO kablam! Oct 11 03:37:14.185 INFO kablam! warning: variable does not need to be mutable Oct 11 03:37:14.187 INFO kablam! --> src/main.rs:146:13 Oct 11 03:37:14.188 INFO kablam! | Oct 11 03:37:14.188 INFO kablam! 146 | let mut mem = &mut self.memory; Oct 11 03:37:14.192 INFO kablam! | ----^^^ Oct 11 03:37:14.193 INFO kablam! | | Oct 11 03:37:14.194 INFO kablam! | help: remove this `mut` Oct 11 03:37:14.194 INFO kablam! | Oct 11 03:37:14.194 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:37:14.195 INFO kablam! Oct 11 03:37:14.201 INFO kablam! warning: variable does not need to be mutable Oct 11 03:37:14.201 INFO kablam! --> src/main.rs:147:13 Oct 11 03:37:14.201 INFO kablam! | Oct 11 03:37:14.201 INFO kablam! 147 | let mut reg = &mut self.register; Oct 11 03:37:14.202 INFO kablam! | ----^^^ Oct 11 03:37:14.202 INFO kablam! | | Oct 11 03:37:14.202 INFO kablam! | help: remove this `mut` Oct 11 03:37:14.203 INFO kablam! Oct 11 03:37:14.203 INFO kablam! warning: variable does not need to be mutable Oct 11 03:37:14.203 INFO kablam! --> src/main.rs:148:13 Oct 11 03:37:14.204 INFO kablam! | Oct 11 03:37:14.204 INFO kablam! 148 | let mut stack = &mut self.stack; Oct 11 03:37:14.204 INFO kablam! | ----^^^^^ Oct 11 03:37:14.205 INFO kablam! | | Oct 11 03:37:14.205 INFO kablam! | help: remove this `mut` Oct 11 03:37:14.205 INFO kablam! Oct 11 03:37:14.206 INFO kablam! warning: structure field `register_I` should have a snake case name such as `register_i` Oct 11 03:37:14.207 INFO kablam! --> src/main.rs:58:5 Oct 11 03:37:14.208 INFO kablam! | Oct 11 03:37:14.208 INFO kablam! 58 | register_I: u16, Oct 11 03:37:14.209 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:37:14.209 INFO kablam! | Oct 11 03:37:14.209 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:37:14.210 INFO kablam! Oct 11 03:37:14.217 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:37:14.217 INFO kablam! --> src/main.rs:118:9 Oct 11 03:37:14.217 INFO kablam! | Oct 11 03:37:14.218 INFO kablam! 118 | f.read(&mut self.memory[0x200..]); Oct 11 03:37:14.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:37:14.218 INFO kablam! | Oct 11 03:37:14.218 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:37:14.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:37:14.219 INFO kablam! Oct 11 03:37:14.219 INFO kablam! warning: variable `I` should have a snake case name such as `i` Oct 11 03:37:14.219 INFO kablam! --> src/main.rs:149:13 Oct 11 03:37:14.220 INFO kablam! | Oct 11 03:37:14.220 INFO kablam! 149 | let mut I = self.register_I; Oct 11 03:37:14.220 INFO kablam! | ^^^^^ Oct 11 03:37:14.221 INFO kablam! Oct 11 03:37:14.221 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 11 03:37:14.221 INFO kablam! --> src/main.rs:150:13 Oct 11 03:37:14.221 INFO kablam! | Oct 11 03:37:14.222 INFO kablam! 150 | let mut PC = self.program_counter; Oct 11 03:37:14.222 INFO kablam! | ^^^^^^ Oct 11 03:37:14.222 INFO kablam! Oct 11 03:37:14.223 INFO kablam! warning: variable `SP` should have a snake case name such as `sp` Oct 11 03:37:14.223 INFO kablam! --> src/main.rs:151:13 Oct 11 03:37:14.223 INFO kablam! | Oct 11 03:37:14.224 INFO kablam! 151 | let mut SP = self.stack_pointer; Oct 11 03:37:14.224 INFO kablam! | ^^^^^^ Oct 11 03:37:14.224 INFO kablam! Oct 11 03:37:20.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.48s Oct 11 03:37:20.872 INFO kablam! su: No module specific data is present Oct 11 03:37:21.627 INFO running `"docker" "rm" "-f" "24a02bb6881dc066f3fef1111a430dd413b8c8b4c5ccb8d79a75f6a4c9db4fa3"` Oct 11 03:37:21.867 INFO blam! 24a02bb6881dc066f3fef1111a430dd413b8c8b4c5ccb8d79a75f6a4c9db4fa3 Oct 11 03:37:21.876 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:37:21.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 03:37:22.343 INFO blam! f8bb30a883bd66b231c35a44f03469b9fabeea282ed18a792bddd01b863127d2 Oct 11 03:37:22.348 INFO running `"docker" "start" "-a" "f8bb30a883bd66b231c35a44f03469b9fabeea282ed18a792bddd01b863127d2"` Oct 11 03:37:23.520 INFO kablam! usermod: no changes Oct 11 03:37:23.752 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 11 03:37:30.355 INFO kablam! warning: unused variable: `args` Oct 11 03:37:30.355 INFO kablam! --> src/main.rs:369:21 Oct 11 03:37:30.355 INFO kablam! | Oct 11 03:37:30.355 INFO kablam! 369 | if let Some(args) = e.render_args() { Oct 11 03:37:30.355 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 03:37:30.355 INFO kablam! | Oct 11 03:37:30.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:37:30.355 INFO kablam! Oct 11 03:37:30.355 INFO kablam! warning: unused variable: `args` Oct 11 03:37:30.355 INFO kablam! --> src/main.rs:379:21 Oct 11 03:37:30.355 INFO kablam! | Oct 11 03:37:30.355 INFO kablam! 379 | if let Some(args) = e.update_args() { Oct 11 03:37:30.355 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 03:37:30.358 INFO kablam! Oct 11 03:37:30.371 INFO kablam! warning: variable does not need to be mutable Oct 11 03:37:30.371 INFO kablam! --> src/main.rs:146:13 Oct 11 03:37:30.371 INFO kablam! | Oct 11 03:37:30.371 INFO kablam! 146 | let mut mem = &mut self.memory; Oct 11 03:37:30.371 INFO kablam! | ----^^^ Oct 11 03:37:30.371 INFO kablam! | | Oct 11 03:37:30.371 INFO kablam! | help: remove this `mut` Oct 11 03:37:30.371 INFO kablam! | Oct 11 03:37:30.373 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:37:30.373 INFO kablam! Oct 11 03:37:30.373 INFO kablam! warning: variable does not need to be mutable Oct 11 03:37:30.373 INFO kablam! --> src/main.rs:147:13 Oct 11 03:37:30.373 INFO kablam! | Oct 11 03:37:30.373 INFO kablam! 147 | let mut reg = &mut self.register; Oct 11 03:37:30.373 INFO kablam! | ----^^^ Oct 11 03:37:30.373 INFO kablam! | | Oct 11 03:37:30.373 INFO kablam! | help: remove this `mut` Oct 11 03:37:30.373 INFO kablam! Oct 11 03:37:30.373 INFO kablam! warning: variable does not need to be mutable Oct 11 03:37:30.373 INFO kablam! --> src/main.rs:148:13 Oct 11 03:37:30.374 INFO kablam! | Oct 11 03:37:30.374 INFO kablam! 148 | let mut stack = &mut self.stack; Oct 11 03:37:30.374 INFO kablam! | ----^^^^^ Oct 11 03:37:30.374 INFO kablam! | | Oct 11 03:37:30.374 INFO kablam! | help: remove this `mut` Oct 11 03:37:30.374 INFO kablam! Oct 11 03:37:30.382 INFO kablam! warning: structure field `register_I` should have a snake case name such as `register_i` Oct 11 03:37:30.383 INFO kablam! --> src/main.rs:58:5 Oct 11 03:37:30.383 INFO kablam! | Oct 11 03:37:30.383 INFO kablam! 58 | register_I: u16, Oct 11 03:37:30.383 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:37:30.383 INFO kablam! | Oct 11 03:37:30.383 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:37:30.383 INFO kablam! Oct 11 03:37:30.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:37:30.385 INFO kablam! --> src/main.rs:118:9 Oct 11 03:37:30.385 INFO kablam! | Oct 11 03:37:30.385 INFO kablam! 118 | f.read(&mut self.memory[0x200..]); Oct 11 03:37:30.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:37:30.385 INFO kablam! | Oct 11 03:37:30.385 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:37:30.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:37:30.385 INFO kablam! Oct 11 03:37:30.385 INFO kablam! warning: variable `I` should have a snake case name such as `i` Oct 11 03:37:30.385 INFO kablam! --> src/main.rs:149:13 Oct 11 03:37:30.385 INFO kablam! | Oct 11 03:37:30.385 INFO kablam! 149 | let mut I = self.register_I; Oct 11 03:37:30.385 INFO kablam! | ^^^^^ Oct 11 03:37:30.385 INFO kablam! Oct 11 03:37:30.385 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 11 03:37:30.389 INFO kablam! --> src/main.rs:150:13 Oct 11 03:37:30.389 INFO kablam! | Oct 11 03:37:30.389 INFO kablam! 150 | let mut PC = self.program_counter; Oct 11 03:37:30.389 INFO kablam! | ^^^^^^ Oct 11 03:37:30.389 INFO kablam! Oct 11 03:37:30.389 INFO kablam! warning: variable `SP` should have a snake case name such as `sp` Oct 11 03:37:30.389 INFO kablam! --> src/main.rs:151:13 Oct 11 03:37:30.389 INFO kablam! | Oct 11 03:37:30.389 INFO kablam! 151 | let mut SP = self.stack_pointer; Oct 11 03:37:30.389 INFO kablam! | ^^^^^^ Oct 11 03:37:30.389 INFO kablam! Oct 11 03:37:31.158 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.62s Oct 11 03:37:31.181 INFO kablam! su: No module specific data is present Oct 11 03:37:33.076 INFO running `"docker" "rm" "-f" "f8bb30a883bd66b231c35a44f03469b9fabeea282ed18a792bddd01b863127d2"` Oct 11 03:37:33.449 INFO blam! f8bb30a883bd66b231c35a44f03469b9fabeea282ed18a792bddd01b863127d2 Oct 11 03:37:33.460 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:37:33.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 03:37:33.920 INFO blam! e326ec7730b532dcabd7d5a3ad211bf7bc6dc7e9ddb2a9059bf79c7a55221991 Oct 11 03:37:33.922 INFO running `"docker" "start" "-a" "e326ec7730b532dcabd7d5a3ad211bf7bc6dc7e9ddb2a9059bf79c7a55221991"` Oct 11 03:37:36.162 INFO kablam! usermod: no changes Oct 11 03:37:36.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.33s Oct 11 03:37:36.525 INFO kablam! Running /target/debug/deps/chip8_rust-09c8986be4156f36 Oct 11 03:37:36.527 INFO blam! Oct 11 03:37:36.527 INFO blam! running 1 test Oct 11 03:37:36.528 INFO blam! test test_macros ... ok Oct 11 03:37:36.529 INFO blam! Oct 11 03:37:36.529 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:37:36.529 INFO blam! Oct 11 03:37:36.534 INFO kablam! su: No module specific data is present Oct 11 03:37:38.089 INFO running `"docker" "rm" "-f" "e326ec7730b532dcabd7d5a3ad211bf7bc6dc7e9ddb2a9059bf79c7a55221991"` Oct 11 03:37:38.363 INFO blam! e326ec7730b532dcabd7d5a3ad211bf7bc6dc7e9ddb2a9059bf79c7a55221991