Oct 15 11:25:30.174 INFO testing DomParfitt/chip-8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:25:30.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:25:30.572 INFO blam! 94c1c7071d2e49b91267d807350f50458e697d85e8f2204ca4833edcaf131b49 Oct 15 11:25:30.577 INFO running `"docker" "start" "-a" "94c1c7071d2e49b91267d807350f50458e697d85e8f2204ca4833edcaf131b49"` Oct 15 11:25:32.566 INFO kablam! usermod: no changes Oct 15 11:25:32.991 INFO kablam! Compiling serde v1.0.64 Oct 15 11:25:32.999 INFO kablam! Compiling memmap v0.6.2 Oct 15 11:25:32.999 INFO kablam! Compiling shared_library v0.1.8 Oct 15 11:25:33.012 INFO kablam! Compiling tempfile v3.0.2 Oct 15 11:25:33.013 INFO kablam! Compiling x11-dl v2.17.5 Oct 15 11:25:33.013 INFO kablam! Compiling gfx_core v0.8.2 Oct 15 11:25:33.016 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 11:25:33.019 INFO kablam! Compiling serde_derive v1.0.64 Oct 15 11:25:39.848 INFO kablam! Compiling num-derive v0.2.2 Oct 15 11:25:39.876 INFO kablam! Compiling gfx_gl v0.5.0 Oct 15 11:25:39.996 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 11:25:41.501 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 11:25:53.099 INFO kablam! Compiling rayon v1.0.1 Oct 15 11:26:01.865 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 11:26:03.529 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 11:26:22.411 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 11:26:35.983 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 11:26:37.148 INFO kablam! Compiling image v0.19.0 Oct 15 11:26:44.765 INFO kablam! Compiling winit v0.12.0 Oct 15 11:26:59.215 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 15 11:27:01.287 INFO kablam! Compiling glutin v0.14.0 Oct 15 11:27:21.967 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 15 11:27:25.227 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 15 11:27:25.235 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 15 11:27:28.663 INFO kablam! Compiling piston v0.37.0 Oct 15 11:27:38.431 INFO kablam! Compiling gfx v0.17.1 Oct 15 11:27:38.432 INFO kablam! Compiling gfx_device_gl v0.15.3 Oct 15 11:27:47.733 INFO kablam! Compiling piston-gfx_texture v0.32.0 Oct 15 11:27:50.363 INFO kablam! Compiling piston2d-gfx_graphics v0.51.0 Oct 15 11:27:54.397 INFO kablam! Compiling piston_window v0.80.0 Oct 15 11:27:57.979 INFO kablam! Compiling emu v0.1.0 (/source) Oct 15 11:28:01.243 INFO kablam! warning: unused import: `Duration` Oct 15 11:28:01.243 INFO kablam! --> src/main.rs:8:17 Oct 15 11:28:01.243 INFO kablam! | Oct 15 11:28:01.243 INFO kablam! 8 | use std::time::{Duration, Instant}; Oct 15 11:28:01.243 INFO kablam! | ^^^^^^^^ Oct 15 11:28:01.243 INFO kablam! | Oct 15 11:28:01.243 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:28:01.243 INFO kablam! Oct 15 11:28:01.603 INFO kablam! warning: variable `high` is assigned to, but never used Oct 15 11:28:01.603 INFO kablam! --> src/assembler/mod.rs:10:17 Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! 10 | let mut high: u8; Oct 15 11:28:01.603 INFO kablam! | ^^^^ Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:28:01.603 INFO kablam! = note: consider using `_high` instead Oct 15 11:28:01.603 INFO kablam! Oct 15 11:28:01.603 INFO kablam! warning: variable `low` is assigned to, but never used Oct 15 11:28:01.603 INFO kablam! --> src/assembler/mod.rs:11:17 Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! 11 | let mut low: u8; Oct 15 11:28:01.603 INFO kablam! | ^^^ Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! = note: consider using `_low` instead Oct 15 11:28:01.603 INFO kablam! Oct 15 11:28:01.603 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:01.603 INFO kablam! --> src/assembler/mod.rs:17:17 Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! 17 | high = (0x8 << 8) | get_register_number(x); Oct 15 11:28:01.603 INFO kablam! | ^^^^ Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 11:28:01.603 INFO kablam! Oct 15 11:28:01.603 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:01.603 INFO kablam! --> src/assembler/mod.rs:20:17 Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! 20 | low = (get_register_number(y) << 8) | 0x2; Oct 15 11:28:01.603 INFO kablam! | ^^^ Oct 15 11:28:01.603 INFO kablam! Oct 15 11:28:01.603 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:01.603 INFO kablam! --> src/assembler/mod.rs:24:17 Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! 24 | high = 0x00; Oct 15 11:28:01.603 INFO kablam! | ^^^^ Oct 15 11:28:01.603 INFO kablam! Oct 15 11:28:01.603 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:01.603 INFO kablam! --> src/assembler/mod.rs:25:17 Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.603 INFO kablam! 25 | low = 0xE0; Oct 15 11:28:01.603 INFO kablam! | ^^^ Oct 15 11:28:01.603 INFO kablam! Oct 15 11:28:01.603 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:01.603 INFO kablam! --> src/assembler/mod.rs:34:17 Oct 15 11:28:01.603 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 34 | high = 0x00; Oct 15 11:28:01.604 INFO kablam! | ^^^^ Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:01.604 INFO kablam! --> src/assembler/mod.rs:35:17 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 35 | low = 0xEE; Oct 15 11:28:01.604 INFO kablam! | ^^^ Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:01.604 INFO kablam! --> src/assembler/mod.rs:41:17 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 41 | high = (0x3 << 4) | get_register_number(register_token); Oct 15 11:28:01.604 INFO kablam! | ^^^^ Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:01.604 INFO kablam! --> src/assembler/mod.rs:44:21 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 44 | low = get_register_number(tokens[i]) << 4; Oct 15 11:28:01.604 INFO kablam! | ^^^ Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:01.604 INFO kablam! --> src/assembler/mod.rs:46:21 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 46 | low = u8::from_str_radix(tokens[i], 16).unwrap(); Oct 15 11:28:01.604 INFO kablam! | ^^^ Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:01.604 INFO kablam! --> src/assembler/mod.rs:58:19 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 58 | _ => {high = 0x00; Oct 15 11:28:01.604 INFO kablam! | ^^^^ Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:01.604 INFO kablam! --> src/assembler/mod.rs:59:17 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 59 | low = 0xE0;}//panic!("Unrecognised token."), Oct 15 11:28:01.604 INFO kablam! | ^^^ Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: unused variable: `operand` Oct 15 11:28:01.604 INFO kablam! --> src/assembler/mod.rs:70:34 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 70 | fn assemble_opcode(opcode: &str, operand: &str) -> (u8, u8) { Oct 15 11:28:01.604 INFO kablam! | ^^^^^^^ help: consider using `_operand` instead Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: unused variable: `now` Oct 15 11:28:01.604 INFO kablam! --> src/main.rs:24:13 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 24 | let mut now = Instant::now(); Oct 15 11:28:01.604 INFO kablam! | ^^^ help: consider using `_now` instead Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: variable `cycle_count` is assigned to, but never used Oct 15 11:28:01.604 INFO kablam! --> src/main.rs:25:13 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 25 | let mut cycle_count = 0; Oct 15 11:28:01.604 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! = note: consider using `_cycle_count` instead Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.604 INFO kablam! warning: unused variable: `high_byte` Oct 15 11:28:01.604 INFO kablam! --> src/chip8/mod.rs:145:13 Oct 15 11:28:01.604 INFO kablam! | Oct 15 11:28:01.604 INFO kablam! 145 | let high_byte = opcode.high_byte; Oct 15 11:28:01.604 INFO kablam! | ^^^^^^^^^ help: consider using `_high_byte` instead Oct 15 11:28:01.604 INFO kablam! Oct 15 11:28:01.627 INFO kablam! warning: unused variable: `high_byte` Oct 15 11:28:01.627 INFO kablam! --> src/chip8/mod.rs:442:13 Oct 15 11:28:01.627 INFO kablam! | Oct 15 11:28:01.627 INFO kablam! 442 | let high_byte = opcode.high_byte; Oct 15 11:28:01.627 INFO kablam! | ^^^^^^^^^ help: consider using `_high_byte` instead Oct 15 11:28:01.627 INFO kablam! Oct 15 11:28:01.627 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:01.627 INFO kablam! --> src/main.rs:24:9 Oct 15 11:28:01.627 INFO kablam! | Oct 15 11:28:01.627 INFO kablam! 24 | let mut now = Instant::now(); Oct 15 11:28:01.627 INFO kablam! | ----^^^ Oct 15 11:28:01.627 INFO kablam! | | Oct 15 11:28:01.627 INFO kablam! | help: remove this `mut` Oct 15 11:28:01.627 INFO kablam! | Oct 15 11:28:01.627 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:28:01.627 INFO kablam! Oct 15 11:28:01.627 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:01.627 INFO kablam! --> src/assembler/mod.rs:5:9 Oct 15 11:28:01.627 INFO kablam! | Oct 15 11:28:01.627 INFO kablam! 5 | let mut assembled_program: Vec = Vec::new(); Oct 15 11:28:01.627 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.627 INFO kablam! | | Oct 15 11:28:01.627 INFO kablam! | help: remove this `mut` Oct 15 11:28:01.627 INFO kablam! Oct 15 11:28:01.627 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:01.627 INFO kablam! --> src/assembler/mod.rs:10:13 Oct 15 11:28:01.627 INFO kablam! | Oct 15 11:28:01.627 INFO kablam! 10 | let mut high: u8; Oct 15 11:28:01.627 INFO kablam! | ----^^^^ Oct 15 11:28:01.627 INFO kablam! | | Oct 15 11:28:01.627 INFO kablam! | help: remove this `mut` Oct 15 11:28:01.627 INFO kablam! Oct 15 11:28:01.627 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:01.627 INFO kablam! --> src/assembler/mod.rs:11:13 Oct 15 11:28:01.627 INFO kablam! | Oct 15 11:28:01.627 INFO kablam! 11 | let mut low: u8; Oct 15 11:28:01.627 INFO kablam! | ----^^^ Oct 15 11:28:01.627 INFO kablam! | | Oct 15 11:28:01.627 INFO kablam! | help: remove this `mut` Oct 15 11:28:01.627 INFO kablam! Oct 15 11:28:01.661 INFO kablam! warning: function is never used: `assemble` Oct 15 11:28:01.661 INFO kablam! --> src/assembler/mod.rs:4:1 Oct 15 11:28:01.661 INFO kablam! | Oct 15 11:28:01.661 INFO kablam! 4 | pub fn assemble(program: String) -> Vec { Oct 15 11:28:01.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.661 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: function is never used: `assemble_opcode` Oct 15 11:28:01.667 INFO kablam! --> src/assembler/mod.rs:70:1 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 70 | fn assemble_opcode(opcode: &str, operand: &str) -> (u8, u8) { Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: function is never used: `get_register_number` Oct 15 11:28:01.667 INFO kablam! --> src/assembler/mod.rs:80:1 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 80 | fn get_register_number(token: &str) -> u8 { Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: method is never used: `load_program` Oct 15 11:28:01.667 INFO kablam! --> src/chip8/mod.rs:49:5 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 49 | pub fn load_program(&mut self, program: Vec) { Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: method is never used: `print_display` Oct 15 11:28:01.667 INFO kablam! --> src/chip8/mod.rs:92:5 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 92 | pub fn print_display(&self) { Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: method is never used: `high_nibble_from_byte` Oct 15 11:28:01.667 INFO kablam! --> src/chip8/mod.rs:402:5 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 402 | fn high_nibble_from_byte(byte: u8) -> u8 { Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: method is never used: `low_nibble_from_byte` Oct 15 11:28:01.667 INFO kablam! --> src/chip8/mod.rs:406:5 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 406 | fn low_nibble_from_byte(byte: u8) -> u8 { Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 15 11:28:01.667 INFO kablam! --> src/chip8/mod.rs:20:5 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 20 | pub V: [u8; 16], Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.667 INFO kablam! warning: structure field `I` should have a snake case name such as `i` Oct 15 11:28:01.667 INFO kablam! --> src/chip8/mod.rs:21:5 Oct 15 11:28:01.667 INFO kablam! | Oct 15 11:28:01.667 INFO kablam! 21 | pub I: u16, Oct 15 11:28:01.667 INFO kablam! | ^^^^^^^^^^ Oct 15 11:28:01.667 INFO kablam! Oct 15 11:28:01.674 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:28:01.675 INFO kablam! --> src/main.rs:31:13 Oct 15 11:28:01.675 INFO kablam! | Oct 15 11:28:01.675 INFO kablam! 31 | io::stdin().read_line(&mut input); Oct 15 11:28:01.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:01.675 INFO kablam! | Oct 15 11:28:01.675 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:28:01.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:28:01.675 INFO kablam! Oct 15 11:28:06.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 34s Oct 15 11:28:06.835 INFO kablam! su: No module specific data is present Oct 15 11:28:07.585 INFO running `"docker" "rm" "-f" "94c1c7071d2e49b91267d807350f50458e697d85e8f2204ca4833edcaf131b49"` Oct 15 11:28:07.855 INFO blam! 94c1c7071d2e49b91267d807350f50458e697d85e8f2204ca4833edcaf131b49 Oct 15 11:28:07.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:28:08.228 INFO blam! aaede2385b3106e71f3d84a22f09dea3dc134cd9fab0c1190473c523d6711b1a Oct 15 11:28:08.233 INFO running `"docker" "start" "-a" "aaede2385b3106e71f3d84a22f09dea3dc134cd9fab0c1190473c523d6711b1a"` Oct 15 11:28:09.567 INFO kablam! usermod: no changes Oct 15 11:28:09.835 INFO kablam! Compiling emu v0.1.0 (/source) Oct 15 11:28:13.496 INFO kablam! warning: unused import: `Duration` Oct 15 11:28:13.496 INFO kablam! --> src/main.rs:8:17 Oct 15 11:28:13.496 INFO kablam! | Oct 15 11:28:13.496 INFO kablam! 8 | use std::time::{Duration, Instant}; Oct 15 11:28:13.496 INFO kablam! | ^^^^^^^^ Oct 15 11:28:13.496 INFO kablam! | Oct 15 11:28:13.496 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:28:13.496 INFO kablam! Oct 15 11:28:13.779 INFO kablam! warning: variable `high` is assigned to, but never used Oct 15 11:28:13.779 INFO kablam! --> src/assembler/mod.rs:10:17 Oct 15 11:28:13.779 INFO kablam! | Oct 15 11:28:13.779 INFO kablam! 10 | let mut high: u8; Oct 15 11:28:13.779 INFO kablam! | ^^^^ Oct 15 11:28:13.779 INFO kablam! | Oct 15 11:28:13.779 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:28:13.779 INFO kablam! = note: consider using `_high` instead Oct 15 11:28:13.779 INFO kablam! Oct 15 11:28:13.779 INFO kablam! warning: variable `low` is assigned to, but never used Oct 15 11:28:13.779 INFO kablam! --> src/assembler/mod.rs:11:17 Oct 15 11:28:13.779 INFO kablam! | Oct 15 11:28:13.779 INFO kablam! 11 | let mut low: u8; Oct 15 11:28:13.779 INFO kablam! | ^^^ Oct 15 11:28:13.779 INFO kablam! | Oct 15 11:28:13.780 INFO kablam! = note: consider using `_low` instead Oct 15 11:28:13.780 INFO kablam! Oct 15 11:28:13.783 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:13.783 INFO kablam! --> src/assembler/mod.rs:17:17 Oct 15 11:28:13.783 INFO kablam! | Oct 15 11:28:13.783 INFO kablam! 17 | high = (0x8 << 8) | get_register_number(x); Oct 15 11:28:13.783 INFO kablam! | ^^^^ Oct 15 11:28:13.783 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:20:17 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 20 | low = (get_register_number(y) << 8) | 0x2; Oct 15 11:28:13.784 INFO kablam! | ^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:24:17 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 24 | high = 0x00; Oct 15 11:28:13.784 INFO kablam! | ^^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:25:17 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 25 | low = 0xE0; Oct 15 11:28:13.784 INFO kablam! | ^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:34:17 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 34 | high = 0x00; Oct 15 11:28:13.784 INFO kablam! | ^^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:35:17 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 35 | low = 0xEE; Oct 15 11:28:13.784 INFO kablam! | ^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:41:17 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 41 | high = (0x3 << 4) | get_register_number(register_token); Oct 15 11:28:13.784 INFO kablam! | ^^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:44:21 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 44 | low = get_register_number(tokens[i]) << 4; Oct 15 11:28:13.784 INFO kablam! | ^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:46:21 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 46 | low = u8::from_str_radix(tokens[i], 16).unwrap(); Oct 15 11:28:13.784 INFO kablam! | ^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `high` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:58:19 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 58 | _ => {high = 0x00; Oct 15 11:28:13.784 INFO kablam! | ^^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: value assigned to `low` is never read Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:59:17 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 59 | low = 0xE0;}//panic!("Unrecognised token."), Oct 15 11:28:13.784 INFO kablam! | ^^^ Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: unused variable: `operand` Oct 15 11:28:13.784 INFO kablam! --> src/assembler/mod.rs:70:34 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 70 | fn assemble_opcode(opcode: &str, operand: &str) -> (u8, u8) { Oct 15 11:28:13.784 INFO kablam! | ^^^^^^^ help: consider using `_operand` instead Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: unused variable: `now` Oct 15 11:28:13.784 INFO kablam! --> src/main.rs:24:13 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 24 | let mut now = Instant::now(); Oct 15 11:28:13.784 INFO kablam! | ^^^ help: consider using `_now` instead Oct 15 11:28:13.784 INFO kablam! Oct 15 11:28:13.784 INFO kablam! warning: variable `cycle_count` is assigned to, but never used Oct 15 11:28:13.784 INFO kablam! --> src/main.rs:25:13 Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! 25 | let mut cycle_count = 0; Oct 15 11:28:13.784 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:28:13.784 INFO kablam! | Oct 15 11:28:13.784 INFO kablam! = note: consider using `_cycle_count` instead Oct 15 11:28:13.785 INFO kablam! Oct 15 11:28:13.785 INFO kablam! warning: unused variable: `high_byte` Oct 15 11:28:13.785 INFO kablam! --> src/chip8/mod.rs:145:13 Oct 15 11:28:13.785 INFO kablam! | Oct 15 11:28:13.785 INFO kablam! 145 | let high_byte = opcode.high_byte; Oct 15 11:28:13.785 INFO kablam! | ^^^^^^^^^ help: consider using `_high_byte` instead Oct 15 11:28:13.785 INFO kablam! Oct 15 11:28:13.785 INFO kablam! warning: unused variable: `high_byte` Oct 15 11:28:13.785 INFO kablam! --> src/chip8/mod.rs:442:13 Oct 15 11:28:13.785 INFO kablam! | Oct 15 11:28:13.785 INFO kablam! 442 | let high_byte = opcode.high_byte; Oct 15 11:28:13.785 INFO kablam! | ^^^^^^^^^ help: consider using `_high_byte` instead Oct 15 11:28:13.785 INFO kablam! Oct 15 11:28:13.796 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:13.796 INFO kablam! --> src/main.rs:24:9 Oct 15 11:28:13.796 INFO kablam! | Oct 15 11:28:13.796 INFO kablam! 24 | let mut now = Instant::now(); Oct 15 11:28:13.796 INFO kablam! | ----^^^ Oct 15 11:28:13.796 INFO kablam! | | Oct 15 11:28:13.796 INFO kablam! | help: remove this `mut` Oct 15 11:28:13.796 INFO kablam! | Oct 15 11:28:13.799 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:28:13.799 INFO kablam! Oct 15 11:28:13.799 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:13.799 INFO kablam! --> src/assembler/mod.rs:5:9 Oct 15 11:28:13.799 INFO kablam! | Oct 15 11:28:13.799 INFO kablam! 5 | let mut assembled_program: Vec = Vec::new(); Oct 15 11:28:13.799 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.799 INFO kablam! | | Oct 15 11:28:13.799 INFO kablam! | help: remove this `mut` Oct 15 11:28:13.799 INFO kablam! Oct 15 11:28:13.799 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:13.799 INFO kablam! --> src/assembler/mod.rs:10:13 Oct 15 11:28:13.799 INFO kablam! | Oct 15 11:28:13.799 INFO kablam! 10 | let mut high: u8; Oct 15 11:28:13.799 INFO kablam! | ----^^^^ Oct 15 11:28:13.799 INFO kablam! | | Oct 15 11:28:13.799 INFO kablam! | help: remove this `mut` Oct 15 11:28:13.799 INFO kablam! Oct 15 11:28:13.799 INFO kablam! warning: variable does not need to be mutable Oct 15 11:28:13.799 INFO kablam! --> src/assembler/mod.rs:11:13 Oct 15 11:28:13.799 INFO kablam! | Oct 15 11:28:13.799 INFO kablam! 11 | let mut low: u8; Oct 15 11:28:13.799 INFO kablam! | ----^^^ Oct 15 11:28:13.800 INFO kablam! | | Oct 15 11:28:13.800 INFO kablam! | help: remove this `mut` Oct 15 11:28:13.800 INFO kablam! Oct 15 11:28:13.850 INFO kablam! warning: function is never used: `test` Oct 15 11:28:13.851 INFO kablam! --> src/assembler/tests.rs:4:1 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 4 | pub fn test() { Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: function is never used: `assemble` Oct 15 11:28:13.851 INFO kablam! --> src/assembler/mod.rs:4:1 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 4 | pub fn assemble(program: String) -> Vec { Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: function is never used: `assemble_opcode` Oct 15 11:28:13.851 INFO kablam! --> src/assembler/mod.rs:70:1 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 70 | fn assemble_opcode(opcode: &str, operand: &str) -> (u8, u8) { Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: function is never used: `get_register_number` Oct 15 11:28:13.851 INFO kablam! --> src/assembler/mod.rs:80:1 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 80 | fn get_register_number(token: &str) -> u8 { Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: method is never used: `print_display` Oct 15 11:28:13.851 INFO kablam! --> src/chip8/mod.rs:92:5 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 92 | pub fn print_display(&self) { Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: method is never used: `high_nibble_from_byte` Oct 15 11:28:13.851 INFO kablam! --> src/chip8/mod.rs:402:5 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 402 | fn high_nibble_from_byte(byte: u8) -> u8 { Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: method is never used: `low_nibble_from_byte` Oct 15 11:28:13.851 INFO kablam! --> src/chip8/mod.rs:406:5 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 406 | fn low_nibble_from_byte(byte: u8) -> u8 { Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: structure field `V` should have a snake case name such as `v` Oct 15 11:28:13.851 INFO kablam! --> src/chip8/mod.rs:20:5 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 20 | pub V: [u8; 16], Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: structure field `I` should have a snake case name such as `i` Oct 15 11:28:13.851 INFO kablam! --> src/chip8/mod.rs:21:5 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 21 | pub I: u16, Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:13.851 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:28:13.851 INFO kablam! --> src/main.rs:31:13 Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! 31 | io::stdin().read_line(&mut input); Oct 15 11:28:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:28:13.851 INFO kablam! | Oct 15 11:28:13.851 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:28:13.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:28:13.851 INFO kablam! Oct 15 11:28:16.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.52s Oct 15 11:28:16.135 INFO kablam! su: No module specific data is present Oct 15 11:28:16.845 INFO running `"docker" "rm" "-f" "aaede2385b3106e71f3d84a22f09dea3dc134cd9fab0c1190473c523d6711b1a"` Oct 15 11:28:17.070 INFO blam! aaede2385b3106e71f3d84a22f09dea3dc134cd9fab0c1190473c523d6711b1a Oct 15 11:28:17.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:28:17.483 INFO blam! 8fced1eddc9f17f4dd17809d3cf77de39c0ea83edeb9812e13ebe70231911060 Oct 15 11:28:17.489 INFO running `"docker" "start" "-a" "8fced1eddc9f17f4dd17809d3cf77de39c0ea83edeb9812e13ebe70231911060"` Oct 15 11:28:17.998 INFO kablam! usermod: no changes Oct 15 11:28:18.178 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 11:28:18.185 INFO kablam! Running /target/debug/deps/emu-0429a74ee5de8abf Oct 15 11:28:18.188 INFO blam! Oct 15 11:28:18.188 INFO blam! running 2 tests Oct 15 11:28:18.189 INFO blam! test chip8::tests::test_call ... ok Oct 15 11:28:18.193 INFO blam! test chip8::tests::test_call_and_return ... ok Oct 15 11:28:18.193 INFO blam! Oct 15 11:28:18.193 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:28:18.193 INFO blam! Oct 15 11:28:18.195 INFO kablam! su: No module specific data is present Oct 15 11:28:18.511 INFO running `"docker" "rm" "-f" "8fced1eddc9f17f4dd17809d3cf77de39c0ea83edeb9812e13ebe70231911060"` Oct 15 11:28:18.608 INFO blam! 8fced1eddc9f17f4dd17809d3cf77de39c0ea83edeb9812e13ebe70231911060