Oct 15 05:06:22.244 INFO testing adeptues/chip8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:06:22.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:06:22.632 INFO blam! ee6b1ced9cec0988c5ac0bd6f328f2c4e2e880ca468c73f4217fda15a0d1cd84 Oct 15 05:06:22.635 INFO running `"docker" "start" "-a" "ee6b1ced9cec0988c5ac0bd6f328f2c4e2e880ca468c73f4217fda15a0d1cd84"` Oct 15 05:06:24.456 INFO kablam! usermod: no changes Oct 15 05:06:24.555 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 15 05:06:24.982 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 05:06:24.983 INFO kablam! --> src/cpu.rs:273:34 Oct 15 05:06:24.983 INFO kablam! | Oct 15 05:06:24.983 INFO kablam! 273 | self.i = (self.i +vx as usize) ; Oct 15 05:06:24.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:06:24.983 INFO kablam! | Oct 15 05:06:24.983 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:06:24.983 INFO kablam! Oct 15 05:06:25.114 INFO kablam! warning: unused variable: `count` Oct 15 05:06:25.115 INFO kablam! --> src/main.rs:36:13 Oct 15 05:06:25.115 INFO kablam! | Oct 15 05:06:25.115 INFO kablam! 36 | let mut count = 0; Oct 15 05:06:25.115 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 05:06:25.116 INFO kablam! | Oct 15 05:06:25.116 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:06:25.116 INFO kablam! Oct 15 05:06:25.116 INFO kablam! warning: unused variable: `width` Oct 15 05:06:25.116 INFO kablam! --> src/main.rs:37:9 Oct 15 05:06:25.116 INFO kablam! | Oct 15 05:06:25.116 INFO kablam! 37 | let width = 64; Oct 15 05:06:25.116 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 05:06:25.116 INFO kablam! Oct 15 05:06:25.116 INFO kablam! warning: unused variable: `height` Oct 15 05:06:25.116 INFO kablam! --> src/main.rs:38:9 Oct 15 05:06:25.116 INFO kablam! | Oct 15 05:06:25.116 INFO kablam! 38 | let height = 32; Oct 15 05:06:25.116 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 05:06:25.116 INFO kablam! Oct 15 05:06:25.119 INFO kablam! warning: variable does not need to be mutable Oct 15 05:06:25.119 INFO kablam! --> src/main.rs:36:9 Oct 15 05:06:25.119 INFO kablam! | Oct 15 05:06:25.119 INFO kablam! 36 | let mut count = 0; Oct 15 05:06:25.119 INFO kablam! | ----^^^^^ Oct 15 05:06:25.119 INFO kablam! | | Oct 15 05:06:25.119 INFO kablam! | help: remove this `mut` Oct 15 05:06:25.119 INFO kablam! | Oct 15 05:06:25.119 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:06:25.119 INFO kablam! Oct 15 05:06:25.143 INFO kablam! warning: variant is never constructed: `N` Oct 15 05:06:25.144 INFO kablam! --> src/cpu.rs:24:9 Oct 15 05:06:25.144 INFO kablam! | Oct 15 05:06:25.144 INFO kablam! 24 | X,Y,N,NN,NNN Oct 15 05:06:25.144 INFO kablam! | ^ Oct 15 05:06:25.144 INFO kablam! | Oct 15 05:06:25.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:06:25.144 INFO kablam! Oct 15 05:06:25.144 INFO kablam! warning: method is never used: `new` Oct 15 05:06:25.144 INFO kablam! --> src/cpu.rs:81:5 Oct 15 05:06:25.144 INFO kablam! | Oct 15 05:06:25.144 INFO kablam! 81 | pub fn new() -> Chip8{ Oct 15 05:06:25.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:06:25.144 INFO kablam! Oct 15 05:06:25.144 INFO kablam! warning: structure field `drawFlag` should have a snake case name such as `draw_flag` Oct 15 05:06:25.144 INFO kablam! --> src/cpu.rs:18:5 Oct 15 05:06:25.144 INFO kablam! | Oct 15 05:06:25.144 INFO kablam! 18 | drawFlag:bool, Oct 15 05:06:25.144 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:06:25.144 INFO kablam! | Oct 15 05:06:25.144 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:06:25.144 INFO kablam! Oct 15 05:06:25.144 INFO kablam! warning: variable `drawFlag` should have a snake case name such as `draw_flag` Oct 15 05:06:25.144 INFO kablam! --> src/cpu.rs:58:13 Oct 15 05:06:25.144 INFO kablam! | Oct 15 05:06:25.144 INFO kablam! 58 | let drawFlag = false; Oct 15 05:06:25.144 INFO kablam! | ^^^^^^^^ Oct 15 05:06:25.144 INFO kablam! Oct 15 05:06:25.144 INFO kablam! warning: variable `drawFlag` should have a snake case name such as `draw_flag` Oct 15 05:06:25.144 INFO kablam! --> src/cpu.rs:92:13 Oct 15 05:06:25.144 INFO kablam! | Oct 15 05:06:25.144 INFO kablam! 92 | let drawFlag = false; Oct 15 05:06:25.144 INFO kablam! | ^^^^^^^^ Oct 15 05:06:25.144 INFO kablam! Oct 15 05:06:25.865 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 15 05:06:25.867 INFO kablam! su: No module specific data is present Oct 15 05:06:26.594 INFO running `"docker" "rm" "-f" "ee6b1ced9cec0988c5ac0bd6f328f2c4e2e880ca468c73f4217fda15a0d1cd84"` Oct 15 05:06:26.880 INFO blam! ee6b1ced9cec0988c5ac0bd6f328f2c4e2e880ca468c73f4217fda15a0d1cd84 Oct 15 05:06:26.881 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:06:27.320 INFO blam! fc8d9c8bc6f6aaca3e82ed5643c33374a81776f3ae4a4bd656eeff24e4168e97 Oct 15 05:06:27.322 INFO running `"docker" "start" "-a" "fc8d9c8bc6f6aaca3e82ed5643c33374a81776f3ae4a4bd656eeff24e4168e97"` Oct 15 05:06:29.147 INFO kablam! usermod: no changes Oct 15 05:06:29.211 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 15 05:06:29.711 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 05:06:29.711 INFO kablam! --> src/cpu.rs:273:34 Oct 15 05:06:29.711 INFO kablam! | Oct 15 05:06:29.711 INFO kablam! 273 | self.i = (self.i +vx as usize) ; Oct 15 05:06:29.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:06:29.711 INFO kablam! | Oct 15 05:06:29.711 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:06:29.711 INFO kablam! Oct 15 05:06:29.924 INFO kablam! warning: unused variable: `count` Oct 15 05:06:29.925 INFO kablam! --> src/main.rs:36:13 Oct 15 05:06:29.925 INFO kablam! | Oct 15 05:06:29.925 INFO kablam! 36 | let mut count = 0; Oct 15 05:06:29.925 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 05:06:29.925 INFO kablam! | Oct 15 05:06:29.925 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:06:29.925 INFO kablam! Oct 15 05:06:29.925 INFO kablam! warning: unused variable: `width` Oct 15 05:06:29.925 INFO kablam! --> src/main.rs:37:9 Oct 15 05:06:29.925 INFO kablam! | Oct 15 05:06:29.925 INFO kablam! 37 | let width = 64; Oct 15 05:06:29.925 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 05:06:29.925 INFO kablam! Oct 15 05:06:29.925 INFO kablam! warning: unused variable: `height` Oct 15 05:06:29.925 INFO kablam! --> src/main.rs:38:9 Oct 15 05:06:29.925 INFO kablam! | Oct 15 05:06:29.925 INFO kablam! 38 | let height = 32; Oct 15 05:06:29.925 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 05:06:29.925 INFO kablam! Oct 15 05:06:29.925 INFO kablam! warning: unused variable: `f` Oct 15 05:06:29.925 INFO kablam! --> src/cpu.rs:459:13 Oct 15 05:06:29.925 INFO kablam! | Oct 15 05:06:29.925 INFO kablam! 459 | let f:[u8;5] = [0xF0, 0x10, 0xF0, 0x80, 0xF0]; //2 Oct 15 05:06:29.925 INFO kablam! | ^ help: consider using `_f` instead Oct 15 05:06:29.925 INFO kablam! Oct 15 05:06:29.931 INFO kablam! warning: variable does not need to be mutable Oct 15 05:06:29.931 INFO kablam! --> src/main.rs:36:9 Oct 15 05:06:29.931 INFO kablam! | Oct 15 05:06:29.931 INFO kablam! 36 | let mut count = 0; Oct 15 05:06:29.931 INFO kablam! | ----^^^^^ Oct 15 05:06:29.931 INFO kablam! | | Oct 15 05:06:29.931 INFO kablam! | help: remove this `mut` Oct 15 05:06:29.931 INFO kablam! | Oct 15 05:06:29.931 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:06:29.931 INFO kablam! Oct 15 05:06:29.964 INFO kablam! warning: variant is never constructed: `N` Oct 15 05:06:29.964 INFO kablam! --> src/cpu.rs:24:9 Oct 15 05:06:29.964 INFO kablam! | Oct 15 05:06:29.964 INFO kablam! 24 | X,Y,N,NN,NNN Oct 15 05:06:29.964 INFO kablam! | ^ Oct 15 05:06:29.964 INFO kablam! | Oct 15 05:06:29.964 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:06:29.964 INFO kablam! Oct 15 05:06:29.964 INFO kablam! warning: structure field `drawFlag` should have a snake case name such as `draw_flag` Oct 15 05:06:29.964 INFO kablam! --> src/cpu.rs:18:5 Oct 15 05:06:29.964 INFO kablam! | Oct 15 05:06:29.964 INFO kablam! 18 | drawFlag:bool, Oct 15 05:06:29.964 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:06:29.964 INFO kablam! | Oct 15 05:06:29.965 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:06:29.965 INFO kablam! Oct 15 05:06:29.965 INFO kablam! warning: variable `drawFlag` should have a snake case name such as `draw_flag` Oct 15 05:06:29.965 INFO kablam! --> src/cpu.rs:58:13 Oct 15 05:06:29.965 INFO kablam! | Oct 15 05:06:29.965 INFO kablam! 58 | let drawFlag = false; Oct 15 05:06:29.965 INFO kablam! | ^^^^^^^^ Oct 15 05:06:29.965 INFO kablam! Oct 15 05:06:29.965 INFO kablam! warning: variable `drawFlag` should have a snake case name such as `draw_flag` Oct 15 05:06:29.965 INFO kablam! --> src/cpu.rs:92:13 Oct 15 05:06:29.965 INFO kablam! | Oct 15 05:06:29.965 INFO kablam! 92 | let drawFlag = false; Oct 15 05:06:29.965 INFO kablam! | ^^^^^^^^ Oct 15 05:06:29.965 INFO kablam! Oct 15 05:06:29.968 INFO kablam! warning: function `test_BCD_fx33` should have a snake case name such as `test_bcd_fx33` Oct 15 05:06:29.968 INFO kablam! --> src/cpu.rs:444:5 Oct 15 05:06:29.968 INFO kablam! | Oct 15 05:06:29.968 INFO kablam! 444 | / fn test_BCD_fx33(){ Oct 15 05:06:29.968 INFO kablam! 445 | | //fe33 Oct 15 05:06:29.968 INFO kablam! 446 | | let mut chip = Chip8::new(); Oct 15 05:06:29.968 INFO kablam! 447 | | chip.memory[512] = 0xfe; Oct 15 05:06:29.968 INFO kablam! ... | Oct 15 05:06:29.968 INFO kablam! 453 | | assert_eq!(chip.memory[chip.i+2],5); Oct 15 05:06:29.968 INFO kablam! 454 | | } Oct 15 05:06:29.968 INFO kablam! | |_____^ Oct 15 05:06:29.968 INFO kablam! Oct 15 05:06:30.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 15 05:06:30.866 INFO kablam! su: No module specific data is present Oct 15 05:06:31.882 INFO running `"docker" "rm" "-f" "fc8d9c8bc6f6aaca3e82ed5643c33374a81776f3ae4a4bd656eeff24e4168e97"` Oct 15 05:06:32.311 INFO blam! fc8d9c8bc6f6aaca3e82ed5643c33374a81776f3ae4a4bd656eeff24e4168e97 Oct 15 05:06:32.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:06:32.796 INFO blam! 238deeb879043adffc70297a100f0da02f184f71548b4eac765a9b746b72d6b2 Oct 15 05:06:32.799 INFO running `"docker" "start" "-a" "238deeb879043adffc70297a100f0da02f184f71548b4eac765a9b746b72d6b2"` Oct 15 05:06:33.795 INFO kablam! usermod: no changes Oct 15 05:06:33.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 05:06:33.823 INFO kablam! Running /target/debug/deps/chip8-78f233ab164f0c62 Oct 15 05:06:33.841 INFO blam! Oct 15 05:06:33.841 INFO blam! running 10 tests Oct 15 05:06:33.842 INFO blam! test cpu::tests::test_7xkk ... ok Oct 15 05:06:33.842 INFO blam! test cpu::tests::test_6xnn ... ok Oct 15 05:06:33.842 INFO blam! test cpu::tests::test_8xy4_opcode ... ok Oct 15 05:06:33.842 INFO blam! test cpu::tests::test_BCD_fx33 ... ok Oct 15 05:06:33.842 INFO blam! test cpu::tests::test_annn_opcode ... ok Oct 15 05:06:33.843 INFO blam! test cpu::tests::test_3xnn ... ok Oct 15 05:06:33.847 INFO blam! test cpu::tests::test_fx65 ... ok Oct 15 05:06:33.847 INFO blam! test cpu::tests::test_fx29 ... ok Oct 15 05:06:33.847 INFO blam! test cpu::tests::test_2nnn_opcode ... ok Oct 15 05:06:33.847 INFO blam! test tests::it_works ... ok Oct 15 05:06:33.847 INFO blam! Oct 15 05:06:33.847 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:06:33.847 INFO blam! Oct 15 05:06:33.863 INFO kablam! su: No module specific data is present Oct 15 05:06:34.545 INFO running `"docker" "rm" "-f" "238deeb879043adffc70297a100f0da02f184f71548b4eac765a9b746b72d6b2"` Oct 15 05:06:34.779 INFO blam! 238deeb879043adffc70297a100f0da02f184f71548b4eac765a9b746b72d6b2