Oct 15 05:11:57.254 INFO testing acmiyaguchi/chip8-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:11:57.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 05:11:57.816 INFO blam! 81f11d17da36abc84e400f319b153fa405f267faf48c936c2e937a25f994e413 Oct 15 05:11:57.818 INFO running `"docker" "start" "-a" "81f11d17da36abc84e400f319b153fa405f267faf48c936c2e937a25f994e413"` Oct 15 05:12:00.118 INFO kablam! usermod: no changes Oct 15 05:12:00.554 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 15 05:12:04.439 INFO kablam! warning: unused variable: `args` Oct 15 05:12:04.439 INFO kablam! --> src/main.rs:369:21 Oct 15 05:12:04.440 INFO kablam! | Oct 15 05:12:04.440 INFO kablam! 369 | if let Some(args) = e.render_args() { Oct 15 05:12:04.441 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:12:04.442 INFO kablam! | Oct 15 05:12:04.442 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:12:04.443 INFO kablam! Oct 15 05:12:04.444 INFO kablam! warning: unused variable: `args` Oct 15 05:12:04.444 INFO kablam! --> src/main.rs:379:21 Oct 15 05:12:04.445 INFO kablam! | Oct 15 05:12:04.445 INFO kablam! 379 | if let Some(args) = e.update_args() { Oct 15 05:12:04.446 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:12:04.447 INFO kablam! Oct 15 05:12:04.463 INFO kablam! warning: variable does not need to be mutable Oct 15 05:12:04.463 INFO kablam! --> src/main.rs:146:13 Oct 15 05:12:04.463 INFO kablam! | Oct 15 05:12:04.465 INFO kablam! 146 | let mut mem = &mut self.memory; Oct 15 05:12:04.465 INFO kablam! | ----^^^ Oct 15 05:12:04.465 INFO kablam! | | Oct 15 05:12:04.465 INFO kablam! | help: remove this `mut` Oct 15 05:12:04.465 INFO kablam! | Oct 15 05:12:04.465 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:12:04.465 INFO kablam! Oct 15 05:12:04.466 INFO kablam! warning: variable does not need to be mutable Oct 15 05:12:04.466 INFO kablam! --> src/main.rs:147:13 Oct 15 05:12:04.466 INFO kablam! | Oct 15 05:12:04.466 INFO kablam! 147 | let mut reg = &mut self.register; Oct 15 05:12:04.466 INFO kablam! | ----^^^ Oct 15 05:12:04.466 INFO kablam! | | Oct 15 05:12:04.466 INFO kablam! | help: remove this `mut` Oct 15 05:12:04.466 INFO kablam! Oct 15 05:12:04.466 INFO kablam! warning: variable does not need to be mutable Oct 15 05:12:04.466 INFO kablam! --> src/main.rs:148:13 Oct 15 05:12:04.466 INFO kablam! | Oct 15 05:12:04.466 INFO kablam! 148 | let mut stack = &mut self.stack; Oct 15 05:12:04.466 INFO kablam! | ----^^^^^ Oct 15 05:12:04.466 INFO kablam! | | Oct 15 05:12:04.466 INFO kablam! | help: remove this `mut` Oct 15 05:12:04.466 INFO kablam! Oct 15 05:12:04.476 INFO kablam! warning: structure field `register_I` should have a snake case name such as `register_i` Oct 15 05:12:04.476 INFO kablam! --> src/main.rs:58:5 Oct 15 05:12:04.476 INFO kablam! | Oct 15 05:12:04.476 INFO kablam! 58 | register_I: u16, Oct 15 05:12:04.476 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:12:04.477 INFO kablam! | Oct 15 05:12:04.477 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:12:04.477 INFO kablam! Oct 15 05:12:04.477 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:12:04.477 INFO kablam! --> src/main.rs:118:9 Oct 15 05:12:04.477 INFO kablam! | Oct 15 05:12:04.477 INFO kablam! 118 | f.read(&mut self.memory[0x200..]); Oct 15 05:12:04.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:12:04.477 INFO kablam! | Oct 15 05:12:04.477 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:12:04.477 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:12:04.477 INFO kablam! Oct 15 05:12:04.480 INFO kablam! warning: variable `I` should have a snake case name such as `i` Oct 15 05:12:04.480 INFO kablam! --> src/main.rs:149:13 Oct 15 05:12:04.480 INFO kablam! | Oct 15 05:12:04.480 INFO kablam! 149 | let mut I = self.register_I; Oct 15 05:12:04.480 INFO kablam! | ^^^^^ Oct 15 05:12:04.480 INFO kablam! Oct 15 05:12:04.480 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 15 05:12:04.480 INFO kablam! --> src/main.rs:150:13 Oct 15 05:12:04.480 INFO kablam! | Oct 15 05:12:04.480 INFO kablam! 150 | let mut PC = self.program_counter; Oct 15 05:12:04.480 INFO kablam! | ^^^^^^ Oct 15 05:12:04.480 INFO kablam! Oct 15 05:12:04.480 INFO kablam! warning: variable `SP` should have a snake case name such as `sp` Oct 15 05:12:04.480 INFO kablam! --> src/main.rs:151:13 Oct 15 05:12:04.480 INFO kablam! | Oct 15 05:12:04.480 INFO kablam! 151 | let mut SP = self.stack_pointer; Oct 15 05:12:04.480 INFO kablam! | ^^^^^^ Oct 15 05:12:04.480 INFO kablam! Oct 15 05:12:10.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.80s Oct 15 05:12:10.957 INFO kablam! su: No module specific data is present Oct 15 05:12:13.225 INFO running `"docker" "rm" "-f" "81f11d17da36abc84e400f319b153fa405f267faf48c936c2e937a25f994e413"` Oct 15 05:12:13.507 INFO blam! 81f11d17da36abc84e400f319b153fa405f267faf48c936c2e937a25f994e413 Oct 15 05:12:13.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 05:12:13.899 INFO blam! 6d2dd614b295facbdda2d2e609d97f646a6b0f315542cabbbb3dbadfeae6b99f Oct 15 05:12:13.905 INFO running `"docker" "start" "-a" "6d2dd614b295facbdda2d2e609d97f646a6b0f315542cabbbb3dbadfeae6b99f"` Oct 15 05:12:16.171 INFO kablam! usermod: no changes Oct 15 05:12:16.425 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 15 05:12:19.027 INFO kablam! warning: unused variable: `args` Oct 15 05:12:19.028 INFO kablam! --> src/main.rs:369:21 Oct 15 05:12:19.028 INFO kablam! | Oct 15 05:12:19.029 INFO kablam! 369 | if let Some(args) = e.render_args() { Oct 15 05:12:19.029 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:12:19.029 INFO kablam! | Oct 15 05:12:19.030 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:12:19.030 INFO kablam! Oct 15 05:12:19.030 INFO kablam! warning: unused variable: `args` Oct 15 05:12:19.031 INFO kablam! --> src/main.rs:379:21 Oct 15 05:12:19.031 INFO kablam! | Oct 15 05:12:19.031 INFO kablam! 379 | if let Some(args) = e.update_args() { Oct 15 05:12:19.031 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:12:19.031 INFO kablam! Oct 15 05:12:19.044 INFO kablam! warning: variable does not need to be mutable Oct 15 05:12:19.045 INFO kablam! --> src/main.rs:146:13 Oct 15 05:12:19.045 INFO kablam! | Oct 15 05:12:19.045 INFO kablam! 146 | let mut mem = &mut self.memory; Oct 15 05:12:19.046 INFO kablam! | ----^^^ Oct 15 05:12:19.046 INFO kablam! | | Oct 15 05:12:19.046 INFO kablam! | help: remove this `mut` Oct 15 05:12:19.047 INFO kablam! | Oct 15 05:12:19.047 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:12:19.047 INFO kablam! Oct 15 05:12:19.048 INFO kablam! warning: variable does not need to be mutable Oct 15 05:12:19.048 INFO kablam! --> src/main.rs:147:13 Oct 15 05:12:19.048 INFO kablam! | Oct 15 05:12:19.048 INFO kablam! 147 | let mut reg = &mut self.register; Oct 15 05:12:19.048 INFO kablam! | ----^^^ Oct 15 05:12:19.048 INFO kablam! | | Oct 15 05:12:19.048 INFO kablam! | help: remove this `mut` Oct 15 05:12:19.048 INFO kablam! Oct 15 05:12:19.048 INFO kablam! warning: variable does not need to be mutable Oct 15 05:12:19.048 INFO kablam! --> src/main.rs:148:13 Oct 15 05:12:19.048 INFO kablam! | Oct 15 05:12:19.048 INFO kablam! 148 | let mut stack = &mut self.stack; Oct 15 05:12:19.048 INFO kablam! | ----^^^^^ Oct 15 05:12:19.048 INFO kablam! | | Oct 15 05:12:19.048 INFO kablam! | help: remove this `mut` Oct 15 05:12:19.048 INFO kablam! Oct 15 05:12:19.050 INFO kablam! warning: structure field `register_I` should have a snake case name such as `register_i` Oct 15 05:12:19.050 INFO kablam! --> src/main.rs:58:5 Oct 15 05:12:19.050 INFO kablam! | Oct 15 05:12:19.050 INFO kablam! 58 | register_I: u16, Oct 15 05:12:19.050 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:12:19.051 INFO kablam! | Oct 15 05:12:19.051 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:12:19.051 INFO kablam! Oct 15 05:12:19.051 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:12:19.051 INFO kablam! --> src/main.rs:118:9 Oct 15 05:12:19.051 INFO kablam! | Oct 15 05:12:19.051 INFO kablam! 118 | f.read(&mut self.memory[0x200..]); Oct 15 05:12:19.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:12:19.051 INFO kablam! | Oct 15 05:12:19.051 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:12:19.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:12:19.051 INFO kablam! Oct 15 05:12:19.051 INFO kablam! warning: variable `I` should have a snake case name such as `i` Oct 15 05:12:19.051 INFO kablam! --> src/main.rs:149:13 Oct 15 05:12:19.051 INFO kablam! | Oct 15 05:12:19.051 INFO kablam! 149 | let mut I = self.register_I; Oct 15 05:12:19.051 INFO kablam! | ^^^^^ Oct 15 05:12:19.051 INFO kablam! Oct 15 05:12:19.052 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 15 05:12:19.052 INFO kablam! --> src/main.rs:150:13 Oct 15 05:12:19.052 INFO kablam! | Oct 15 05:12:19.052 INFO kablam! 150 | let mut PC = self.program_counter; Oct 15 05:12:19.052 INFO kablam! | ^^^^^^ Oct 15 05:12:19.052 INFO kablam! Oct 15 05:12:19.052 INFO kablam! warning: variable `SP` should have a snake case name such as `sp` Oct 15 05:12:19.052 INFO kablam! --> src/main.rs:151:13 Oct 15 05:12:19.052 INFO kablam! | Oct 15 05:12:19.052 INFO kablam! 151 | let mut SP = self.stack_pointer; Oct 15 05:12:19.052 INFO kablam! | ^^^^^^ Oct 15 05:12:19.052 INFO kablam! Oct 15 05:12:19.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.64s Oct 15 05:12:19.876 INFO kablam! su: No module specific data is present Oct 15 05:12:20.789 INFO running `"docker" "rm" "-f" "6d2dd614b295facbdda2d2e609d97f646a6b0f315542cabbbb3dbadfeae6b99f"` Oct 15 05:12:21.092 INFO blam! 6d2dd614b295facbdda2d2e609d97f646a6b0f315542cabbbb3dbadfeae6b99f Oct 15 05:12:21.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 05:12:21.596 INFO blam! f1c777c1242390cd891d950a81be349d7005cd5137c223701d6bc1f3fe47dce6 Oct 15 05:12:21.607 INFO running `"docker" "start" "-a" "f1c777c1242390cd891d950a81be349d7005cd5137c223701d6bc1f3fe47dce6"` Oct 15 05:12:23.250 INFO kablam! usermod: no changes Oct 15 05:12:23.534 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 15 05:12:23.543 INFO kablam! Running /target/debug/deps/chip8_rust-09c8986be4156f36 Oct 15 05:12:23.545 INFO blam! Oct 15 05:12:23.545 INFO blam! running 1 test Oct 15 05:12:23.545 INFO blam! test test_macros ... ok Oct 15 05:12:23.545 INFO blam! Oct 15 05:12:23.545 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:12:23.545 INFO blam! Oct 15 05:12:23.552 INFO kablam! su: No module specific data is present Oct 15 05:12:25.128 INFO running `"docker" "rm" "-f" "f1c777c1242390cd891d950a81be349d7005cd5137c223701d6bc1f3fe47dce6"` Oct 15 05:12:25.491 INFO blam! f1c777c1242390cd891d950a81be349d7005cd5137c223701d6bc1f3fe47dce6