Oct 15 05:11:51.881 INFO testing acmiyaguchi/chip8-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:11:51.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 05:11:52.549 INFO blam! deba870875329530ae5c835094d03f0a3c5edf641f818b8a72437e7b9ce71780 Oct 15 05:11:52.551 INFO running `"docker" "start" "-a" "deba870875329530ae5c835094d03f0a3c5edf641f818b8a72437e7b9ce71780"` Oct 15 05:11:54.622 INFO kablam! usermod: no changes Oct 15 05:11:54.906 INFO kablam! Compiling draw_state v0.7.0 Oct 15 05:11:54.912 INFO kablam! Compiling deflate v0.7.8 Oct 15 05:11:54.940 INFO kablam! Compiling target_build_utils v0.3.0 Oct 15 05:11:57.607 INFO kablam! Compiling gfx_core v0.7.0 Oct 15 05:12:03.293 INFO kablam! Compiling png v0.7.0 Oct 15 05:12:08.056 INFO kablam! Compiling image v0.13.0 Oct 15 05:12:20.743 INFO kablam! Compiling libloading v0.3.4 Oct 15 05:12:30.145 INFO kablam! Compiling dlib v0.3.1 Oct 15 05:12:31.915 INFO kablam! Compiling wayland-sys v0.7.8 Oct 15 05:12:36.731 INFO kablam! Compiling wayland-client v0.7.8 Oct 15 05:12:40.807 INFO kablam! Compiling wayland-window v0.4.4 Oct 15 05:12:40.807 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 15 05:12:44.315 INFO kablam! Compiling winit v0.5.11 Oct 15 05:12:51.127 INFO kablam! Compiling glutin v0.7.4 Oct 15 05:12:55.671 INFO kablam! Compiling pistoncore-glutin_window v0.36.0 Oct 15 05:13:03.271 INFO kablam! Compiling gfx v0.15.1 Oct 15 05:13:03.279 INFO kablam! Compiling gfx_device_gl v0.14.0 Oct 15 05:13:12.405 INFO kablam! Compiling piston-gfx_texture v0.23.0 Oct 15 05:13:14.495 INFO kablam! Compiling piston2d-gfx_graphics v0.39.0 Oct 15 05:13:18.811 INFO kablam! Compiling piston_window v0.65.0 Oct 15 05:13:21.323 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 15 05:13:24.043 INFO kablam! warning: unused variable: `args` Oct 15 05:13:24.044 INFO kablam! --> src/main.rs:369:21 Oct 15 05:13:24.044 INFO kablam! | Oct 15 05:13:24.044 INFO kablam! 369 | if let Some(args) = e.render_args() { Oct 15 05:13:24.044 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:13:24.044 INFO kablam! | Oct 15 05:13:24.044 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:13:24.044 INFO kablam! Oct 15 05:13:24.044 INFO kablam! warning: unused variable: `args` Oct 15 05:13:24.044 INFO kablam! --> src/main.rs:379:21 Oct 15 05:13:24.044 INFO kablam! | Oct 15 05:13:24.044 INFO kablam! 379 | if let Some(args) = e.update_args() { Oct 15 05:13:24.044 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:13:24.044 INFO kablam! Oct 15 05:13:24.050 INFO kablam! warning: variable does not need to be mutable Oct 15 05:13:24.050 INFO kablam! --> src/main.rs:146:13 Oct 15 05:13:24.050 INFO kablam! | Oct 15 05:13:24.050 INFO kablam! 146 | let mut mem = &mut self.memory; Oct 15 05:13:24.050 INFO kablam! | ----^^^ Oct 15 05:13:24.050 INFO kablam! | | Oct 15 05:13:24.050 INFO kablam! | help: remove this `mut` Oct 15 05:13:24.051 INFO kablam! | Oct 15 05:13:24.051 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:13:24.051 INFO kablam! Oct 15 05:13:24.051 INFO kablam! warning: variable does not need to be mutable Oct 15 05:13:24.051 INFO kablam! --> src/main.rs:147:13 Oct 15 05:13:24.051 INFO kablam! | Oct 15 05:13:24.051 INFO kablam! 147 | let mut reg = &mut self.register; Oct 15 05:13:24.051 INFO kablam! | ----^^^ Oct 15 05:13:24.051 INFO kablam! | | Oct 15 05:13:24.051 INFO kablam! | help: remove this `mut` Oct 15 05:13:24.051 INFO kablam! Oct 15 05:13:24.051 INFO kablam! warning: variable does not need to be mutable Oct 15 05:13:24.051 INFO kablam! --> src/main.rs:148:13 Oct 15 05:13:24.051 INFO kablam! | Oct 15 05:13:24.051 INFO kablam! 148 | let mut stack = &mut self.stack; Oct 15 05:13:24.051 INFO kablam! | ----^^^^^ Oct 15 05:13:24.052 INFO kablam! | | Oct 15 05:13:24.052 INFO kablam! | help: remove this `mut` Oct 15 05:13:24.052 INFO kablam! Oct 15 05:13:24.057 INFO kablam! warning: structure field `register_I` should have a snake case name such as `register_i` Oct 15 05:13:24.057 INFO kablam! --> src/main.rs:58:5 Oct 15 05:13:24.057 INFO kablam! | Oct 15 05:13:24.057 INFO kablam! 58 | register_I: u16, Oct 15 05:13:24.057 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:13:24.057 INFO kablam! | Oct 15 05:13:24.057 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:13:24.057 INFO kablam! Oct 15 05:13:24.059 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:13:24.059 INFO kablam! --> src/main.rs:118:9 Oct 15 05:13:24.059 INFO kablam! | Oct 15 05:13:24.059 INFO kablam! 118 | f.read(&mut self.memory[0x200..]); Oct 15 05:13:24.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:13:24.059 INFO kablam! | Oct 15 05:13:24.059 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:13:24.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:13:24.059 INFO kablam! Oct 15 05:13:24.059 INFO kablam! warning: variable `I` should have a snake case name such as `i` Oct 15 05:13:24.059 INFO kablam! --> src/main.rs:149:13 Oct 15 05:13:24.059 INFO kablam! | Oct 15 05:13:24.059 INFO kablam! 149 | let mut I = self.register_I; Oct 15 05:13:24.059 INFO kablam! | ^^^^^ Oct 15 05:13:24.059 INFO kablam! Oct 15 05:13:24.059 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 15 05:13:24.059 INFO kablam! --> src/main.rs:150:13 Oct 15 05:13:24.059 INFO kablam! | Oct 15 05:13:24.059 INFO kablam! 150 | let mut PC = self.program_counter; Oct 15 05:13:24.059 INFO kablam! | ^^^^^^ Oct 15 05:13:24.059 INFO kablam! Oct 15 05:13:24.059 INFO kablam! warning: variable `SP` should have a snake case name such as `sp` Oct 15 05:13:24.059 INFO kablam! --> src/main.rs:151:13 Oct 15 05:13:24.059 INFO kablam! | Oct 15 05:13:24.059 INFO kablam! 151 | let mut SP = self.stack_pointer; Oct 15 05:13:24.059 INFO kablam! | ^^^^^^ Oct 15 05:13:24.059 INFO kablam! Oct 15 05:13:28.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Oct 15 05:13:28.655 INFO kablam! su: No module specific data is present Oct 15 05:13:29.479 INFO running `"docker" "rm" "-f" "deba870875329530ae5c835094d03f0a3c5edf641f818b8a72437e7b9ce71780"` Oct 15 05:13:29.708 INFO blam! deba870875329530ae5c835094d03f0a3c5edf641f818b8a72437e7b9ce71780 Oct 15 05:13:29.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 05:13:29.953 INFO blam! f03491901b324ba87d55d75127b625d903ed4294d56a3f40c2f0078ad638a396 Oct 15 05:13:29.956 INFO running `"docker" "start" "-a" "f03491901b324ba87d55d75127b625d903ed4294d56a3f40c2f0078ad638a396"` Oct 15 05:13:30.435 INFO kablam! usermod: no changes Oct 15 05:13:30.611 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 15 05:13:33.079 INFO kablam! warning: unused variable: `args` Oct 15 05:13:33.079 INFO kablam! --> src/main.rs:369:21 Oct 15 05:13:33.079 INFO kablam! | Oct 15 05:13:33.079 INFO kablam! 369 | if let Some(args) = e.render_args() { Oct 15 05:13:33.079 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:13:33.079 INFO kablam! | Oct 15 05:13:33.079 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:13:33.079 INFO kablam! Oct 15 05:13:33.079 INFO kablam! warning: unused variable: `args` Oct 15 05:13:33.079 INFO kablam! --> src/main.rs:379:21 Oct 15 05:13:33.079 INFO kablam! | Oct 15 05:13:33.079 INFO kablam! 379 | if let Some(args) = e.update_args() { Oct 15 05:13:33.079 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 05:13:33.079 INFO kablam! Oct 15 05:13:33.095 INFO kablam! warning: variable does not need to be mutable Oct 15 05:13:33.095 INFO kablam! --> src/main.rs:146:13 Oct 15 05:13:33.095 INFO kablam! | Oct 15 05:13:33.095 INFO kablam! 146 | let mut mem = &mut self.memory; Oct 15 05:13:33.095 INFO kablam! | ----^^^ Oct 15 05:13:33.095 INFO kablam! | | Oct 15 05:13:33.095 INFO kablam! | help: remove this `mut` Oct 15 05:13:33.095 INFO kablam! | Oct 15 05:13:33.095 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:13:33.095 INFO kablam! Oct 15 05:13:33.095 INFO kablam! warning: variable does not need to be mutable Oct 15 05:13:33.095 INFO kablam! --> src/main.rs:147:13 Oct 15 05:13:33.095 INFO kablam! | Oct 15 05:13:33.095 INFO kablam! 147 | let mut reg = &mut self.register; Oct 15 05:13:33.095 INFO kablam! | ----^^^ Oct 15 05:13:33.095 INFO kablam! | | Oct 15 05:13:33.095 INFO kablam! | help: remove this `mut` Oct 15 05:13:33.095 INFO kablam! Oct 15 05:13:33.095 INFO kablam! warning: variable does not need to be mutable Oct 15 05:13:33.095 INFO kablam! --> src/main.rs:148:13 Oct 15 05:13:33.095 INFO kablam! | Oct 15 05:13:33.095 INFO kablam! 148 | let mut stack = &mut self.stack; Oct 15 05:13:33.095 INFO kablam! | ----^^^^^ Oct 15 05:13:33.095 INFO kablam! | | Oct 15 05:13:33.095 INFO kablam! | help: remove this `mut` Oct 15 05:13:33.095 INFO kablam! Oct 15 05:13:33.099 INFO kablam! warning: structure field `register_I` should have a snake case name such as `register_i` Oct 15 05:13:33.099 INFO kablam! --> src/main.rs:58:5 Oct 15 05:13:33.099 INFO kablam! | Oct 15 05:13:33.099 INFO kablam! 58 | register_I: u16, Oct 15 05:13:33.099 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:13:33.099 INFO kablam! | Oct 15 05:13:33.099 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:13:33.099 INFO kablam! Oct 15 05:13:33.099 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:13:33.099 INFO kablam! --> src/main.rs:118:9 Oct 15 05:13:33.099 INFO kablam! | Oct 15 05:13:33.099 INFO kablam! 118 | f.read(&mut self.memory[0x200..]); Oct 15 05:13:33.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:13:33.099 INFO kablam! | Oct 15 05:13:33.099 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:13:33.099 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:13:33.099 INFO kablam! Oct 15 05:13:33.099 INFO kablam! warning: variable `I` should have a snake case name such as `i` Oct 15 05:13:33.099 INFO kablam! --> src/main.rs:149:13 Oct 15 05:13:33.099 INFO kablam! | Oct 15 05:13:33.099 INFO kablam! 149 | let mut I = self.register_I; Oct 15 05:13:33.099 INFO kablam! | ^^^^^ Oct 15 05:13:33.099 INFO kablam! Oct 15 05:13:33.099 INFO kablam! warning: variable `PC` should have a snake case name such as `pc` Oct 15 05:13:33.099 INFO kablam! --> src/main.rs:150:13 Oct 15 05:13:33.099 INFO kablam! | Oct 15 05:13:33.099 INFO kablam! 150 | let mut PC = self.program_counter; Oct 15 05:13:33.099 INFO kablam! | ^^^^^^ Oct 15 05:13:33.099 INFO kablam! Oct 15 05:13:33.099 INFO kablam! warning: variable `SP` should have a snake case name such as `sp` Oct 15 05:13:33.099 INFO kablam! --> src/main.rs:151:13 Oct 15 05:13:33.099 INFO kablam! | Oct 15 05:13:33.099 INFO kablam! 151 | let mut SP = self.stack_pointer; Oct 15 05:13:33.099 INFO kablam! | ^^^^^^ Oct 15 05:13:33.099 INFO kablam! Oct 15 05:13:33.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 15 05:13:33.824 INFO kablam! su: No module specific data is present Oct 15 05:13:34.134 INFO running `"docker" "rm" "-f" "f03491901b324ba87d55d75127b625d903ed4294d56a3f40c2f0078ad638a396"` Oct 15 05:13:34.245 INFO blam! f03491901b324ba87d55d75127b625d903ed4294d56a3f40c2f0078ad638a396 Oct 15 05:13:34.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 05:13:34.787 INFO blam! d6f010398239ec54f66553d610a72d29856a16aa6aca77cee85ac99aa4c4c2ae Oct 15 05:13:34.791 INFO running `"docker" "start" "-a" "d6f010398239ec54f66553d610a72d29856a16aa6aca77cee85ac99aa4c4c2ae"` Oct 15 05:13:35.535 INFO kablam! usermod: no changes Oct 15 05:13:35.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 05:13:35.794 INFO kablam! Running /target/debug/deps/chip8_rust-3e3f6aede60cb63a Oct 15 05:13:35.800 INFO blam! Oct 15 05:13:35.800 INFO blam! running 1 test Oct 15 05:13:35.807 INFO blam! test test_macros ... ok Oct 15 05:13:35.807 INFO blam! Oct 15 05:13:35.807 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:13:35.807 INFO blam! Oct 15 05:13:35.809 INFO kablam! su: No module specific data is present Oct 15 05:13:36.314 INFO running `"docker" "rm" "-f" "d6f010398239ec54f66553d610a72d29856a16aa6aca77cee85ac99aa4c4c2ae"` Oct 15 05:13:36.412 INFO blam! d6f010398239ec54f66553d610a72d29856a16aa6aca77cee85ac99aa4c4c2ae