Oct 10 18:18:53.932 INFO testing mmiecz/chip8-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:18:53.932 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:18:53.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 18:18:54.440 INFO blam! 269d461784bc308f9a8b6b15fd10eb27cdc4faa668ac997b4f489b9dede6b2de Oct 10 18:18:54.452 INFO running `"docker" "start" "-a" "269d461784bc308f9a8b6b15fd10eb27cdc4faa668ac997b4f489b9dede6b2de"` Oct 10 18:18:55.956 INFO kablam! usermod: no changes Oct 10 18:18:56.241 INFO kablam! Compiling serde v0.8.22 Oct 10 18:18:56.245 INFO kablam! Compiling phf_generator v0.7.20 Oct 10 18:18:56.252 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 18:18:56.252 INFO kablam! Compiling x11-dl v2.12.0 Oct 10 18:18:56.252 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 10 18:18:56.252 INFO kablam! Compiling glutin v0.7.2 Oct 10 18:18:56.252 INFO kablam! Compiling glium v0.16.0 Oct 10 18:18:56.252 INFO kablam! Compiling fs2 v0.2.5 Oct 10 18:18:56.284 INFO kablam! Compiling tempfile v2.1.4 Oct 10 18:18:58.833 INFO kablam! Compiling backtrace v0.2.3 Oct 10 18:19:00.505 INFO kablam! Compiling memmap v0.4.0 Oct 10 18:19:00.585 INFO kablam! Compiling phf_codegen v0.7.20 Oct 10 18:19:04.468 INFO kablam! Compiling target_build_utils v0.1.2 Oct 10 18:19:16.660 INFO kablam! Compiling serde_json v0.8.4 Oct 10 18:19:25.084 INFO kablam! Compiling libloading v0.3.1 Oct 10 18:19:27.576 INFO kablam! Compiling dlib v0.3.1 Oct 10 18:19:28.071 INFO kablam! Compiling wayland-sys v0.7.6 Oct 10 18:19:29.920 INFO kablam! Compiling wayland-client v0.7.6 Oct 10 18:19:32.198 INFO kablam! Compiling wayland-window v0.4.3 Oct 10 18:19:32.198 INFO kablam! Compiling wayland-kbd v0.6.2 Oct 10 18:19:34.177 INFO kablam! Compiling winit v0.5.7 Oct 10 18:20:05.753 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 10 18:20:07.696 INFO kablam! warning: unused import: `glium::glutin::VirtualKeyCode` Oct 10 18:20:07.696 INFO kablam! --> src/cpu.rs:446:13 Oct 10 18:20:07.696 INFO kablam! | Oct 10 18:20:07.696 INFO kablam! 446 | use glium::glutin::VirtualKeyCode; Oct 10 18:20:07.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:07.696 INFO kablam! | Oct 10 18:20:07.696 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:20:07.696 INFO kablam! Oct 10 18:20:07.696 INFO kablam! warning: unused import: `glium::glutin::VirtualKeyCode` Oct 10 18:20:07.696 INFO kablam! --> src/cpu.rs:455:13 Oct 10 18:20:07.696 INFO kablam! | Oct 10 18:20:07.697 INFO kablam! 455 | use glium::glutin::VirtualKeyCode; Oct 10 18:20:07.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:07.697 INFO kablam! Oct 10 18:20:07.697 INFO kablam! warning: unused import: `glium::DisplayBuild` Oct 10 18:20:07.697 INFO kablam! --> src/input.rs:3:5 Oct 10 18:20:07.697 INFO kablam! | Oct 10 18:20:07.697 INFO kablam! 3 | use glium::DisplayBuild; Oct 10 18:20:07.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:07.697 INFO kablam! Oct 10 18:20:07.697 INFO kablam! warning: unused import: `std::thread` Oct 10 18:20:07.697 INFO kablam! --> src/input.rs:4:5 Oct 10 18:20:07.697 INFO kablam! | Oct 10 18:20:07.697 INFO kablam! 4 | use std::thread; Oct 10 18:20:07.697 INFO kablam! | ^^^^^^^^^^^ Oct 10 18:20:07.697 INFO kablam! Oct 10 18:20:07.697 INFO kablam! warning: unused import: `std::time` Oct 10 18:20:07.697 INFO kablam! --> src/input.rs:5:5 Oct 10 18:20:07.697 INFO kablam! | Oct 10 18:20:07.697 INFO kablam! 5 | use std::time; Oct 10 18:20:07.697 INFO kablam! | ^^^^^^^^^ Oct 10 18:20:07.697 INFO kablam! Oct 10 18:20:07.697 INFO kablam! warning: unused import: `glium::glutin` Oct 10 18:20:07.697 INFO kablam! --> src/display.rs:4:5 Oct 10 18:20:07.697 INFO kablam! | Oct 10 18:20:07.697 INFO kablam! 4 | use glium::glutin; Oct 10 18:20:07.697 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:20:07.700 INFO kablam! Oct 10 18:20:07.700 INFO kablam! warning: unused import: `std::path::Path` Oct 10 18:20:07.700 INFO kablam! --> src/display.rs:6:5 Oct 10 18:20:07.700 INFO kablam! | Oct 10 18:20:07.700 INFO kablam! 6 | use std::path::Path; Oct 10 18:20:07.700 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:20:07.700 INFO kablam! Oct 10 18:20:07.700 INFO kablam! warning: unused import: `std::fs::File` Oct 10 18:20:07.700 INFO kablam! --> src/display.rs:7:5 Oct 10 18:20:07.700 INFO kablam! | Oct 10 18:20:07.700 INFO kablam! 7 | use std::fs::File; Oct 10 18:20:07.700 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:20:07.700 INFO kablam! Oct 10 18:20:07.716 INFO kablam! warning: unused imports: `CpuError`, `Cpu`, `DecoderError` Oct 10 18:20:07.716 INFO kablam! --> src/main.rs:9:11 Oct 10 18:20:07.716 INFO kablam! | Oct 10 18:20:07.716 INFO kablam! 9 | use cpu::{Cpu, DecoderError, CpuError}; Oct 10 18:20:07.716 INFO kablam! | ^^^ ^^^^^^^^^^^^ ^^^^^^^^ Oct 10 18:20:07.716 INFO kablam! Oct 10 18:20:07.716 INFO kablam! warning: unused imports: `Event`, `VirtualKeyCode` Oct 10 18:20:07.716 INFO kablam! --> src/main.rs:10:21 Oct 10 18:20:07.716 INFO kablam! | Oct 10 18:20:07.716 INFO kablam! 10 | use glium::glutin::{VirtualKeyCode, Event}; Oct 10 18:20:07.716 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^ Oct 10 18:20:07.716 INFO kablam! Oct 10 18:20:07.852 INFO kablam! warning: unreachable expression Oct 10 18:20:07.852 INFO kablam! --> src/cpu.rs:264:9 Oct 10 18:20:07.852 INFO kablam! | Oct 10 18:20:07.852 INFO kablam! 264 | "cls".to_string() Oct 10 18:20:07.852 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:20:07.852 INFO kablam! | Oct 10 18:20:07.852 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 18:20:07.852 INFO kablam! Oct 10 18:20:07.912 INFO kablam! warning: unreachable expression Oct 10 18:20:07.912 INFO kablam! --> src/cpu.rs:480:9 Oct 10 18:20:07.912 INFO kablam! | Oct 10 18:20:07.912 INFO kablam! 480 | format!("wkp {:#x}", self.regs.v[reg]) Oct 10 18:20:07.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:07.912 INFO kablam! | Oct 10 18:20:07.912 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 18:20:07.912 INFO kablam! Oct 10 18:20:08.012 INFO kablam! warning: unused variable: `what` Oct 10 18:20:08.012 INFO kablam! --> src/cpu.rs:75:17 Oct 10 18:20:08.012 INFO kablam! | Oct 10 18:20:08.012 INFO kablam! 75 | Err(what) => Err(CpuError::DecoderError) Oct 10 18:20:08.012 INFO kablam! | ^^^^ help: consider using `_what` instead Oct 10 18:20:08.012 INFO kablam! | Oct 10 18:20:08.012 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:20:08.012 INFO kablam! Oct 10 18:20:08.012 INFO kablam! warning: unused variable: `placeholder_display` Oct 10 18:20:08.012 INFO kablam! --> src/cpu.rs:262:23 Oct 10 18:20:08.012 INFO kablam! | Oct 10 18:20:08.012 INFO kablam! 262 | fn cls(&mut self, placeholder_display : u8 ) -> String { Oct 10 18:20:08.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_placeholder_display` instead Oct 10 18:20:08.013 INFO kablam! Oct 10 18:20:08.013 INFO kablam! warning: unused variable: `reg` Oct 10 18:20:08.013 INFO kablam! --> src/cpu.rs:478:37 Oct 10 18:20:08.013 INFO kablam! | Oct 10 18:20:08.013 INFO kablam! 478 | fn wait_for_keypress(&mut self, reg: usize) -> String { Oct 10 18:20:08.013 INFO kablam! | ^^^ help: consider using `_reg` instead Oct 10 18:20:08.013 INFO kablam! Oct 10 18:20:08.013 INFO kablam! warning: unused variable: `title` Oct 10 18:20:08.013 INFO kablam! --> src/display.rs:30:39 Oct 10 18:20:08.013 INFO kablam! | Oct 10 18:20:08.013 INFO kablam! 30 | pub fn new(dimension: (u32, u32), title: &str) -> Result { Oct 10 18:20:08.013 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 10 18:20:08.013 INFO kablam! Oct 10 18:20:08.080 INFO kablam! warning: variable does not need to be mutable Oct 10 18:20:08.080 INFO kablam! --> src/display.rs:99:13 Oct 10 18:20:08.080 INFO kablam! | Oct 10 18:20:08.080 INFO kablam! 99 | let mut collision = false; Oct 10 18:20:08.080 INFO kablam! | ----^^^^^^^^^ Oct 10 18:20:08.080 INFO kablam! | | Oct 10 18:20:08.080 INFO kablam! | help: remove this `mut` Oct 10 18:20:08.080 INFO kablam! | Oct 10 18:20:08.080 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:20:08.080 INFO kablam! Oct 10 18:20:08.088 INFO kablam! warning: field is never used: `is_closing` Oct 10 18:20:08.088 INFO kablam! --> src/input.rs:8:5 Oct 10 18:20:08.088 INFO kablam! | Oct 10 18:20:08.088 INFO kablam! 8 | is_closing : bool, Oct 10 18:20:08.088 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:20:08.088 INFO kablam! | Oct 10 18:20:08.088 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:20:08.088 INFO kablam! Oct 10 18:20:08.088 INFO kablam! warning: variant is never constructed: `InvalidDimensionError` Oct 10 18:20:08.088 INFO kablam! --> src/display.rs:17:5 Oct 10 18:20:08.088 INFO kablam! | Oct 10 18:20:08.088 INFO kablam! 17 | InvalidDimensionError, Oct 10 18:20:08.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:08.088 INFO kablam! Oct 10 18:20:12.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 10 18:20:12.138 INFO kablam! su: No module specific data is present Oct 10 18:20:12.989 INFO running `"docker" "rm" "-f" "269d461784bc308f9a8b6b15fd10eb27cdc4faa668ac997b4f489b9dede6b2de"` Oct 10 18:20:13.260 INFO blam! 269d461784bc308f9a8b6b15fd10eb27cdc4faa668ac997b4f489b9dede6b2de Oct 10 18:20:13.266 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:20:13.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 18:20:13.666 INFO blam! 9e040b3bda13bb219cdf2615c09116d953cfa912f2f0bf1a9d9dee3e8858905d Oct 10 18:20:13.667 INFO running `"docker" "start" "-a" "9e040b3bda13bb219cdf2615c09116d953cfa912f2f0bf1a9d9dee3e8858905d"` Oct 10 18:20:15.276 INFO kablam! usermod: no changes Oct 10 18:20:15.496 INFO kablam! Compiling chip8-rust v0.1.0 (/source) Oct 10 18:20:17.636 INFO kablam! warning: unused import: `glium::glutin::VirtualKeyCode` Oct 10 18:20:17.636 INFO kablam! --> src/cpu.rs:446:13 Oct 10 18:20:17.636 INFO kablam! | Oct 10 18:20:17.636 INFO kablam! 446 | use glium::glutin::VirtualKeyCode; Oct 10 18:20:17.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:17.636 INFO kablam! | Oct 10 18:20:17.636 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused import: `glium::glutin::VirtualKeyCode` Oct 10 18:20:17.637 INFO kablam! --> src/cpu.rs:455:13 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 455 | use glium::glutin::VirtualKeyCode; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused import: `glium::DisplayBuild` Oct 10 18:20:17.637 INFO kablam! --> src/input.rs:3:5 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 3 | use glium::DisplayBuild; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused import: `std::thread` Oct 10 18:20:17.637 INFO kablam! --> src/input.rs:4:5 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 4 | use std::thread; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused import: `std::time` Oct 10 18:20:17.637 INFO kablam! --> src/input.rs:5:5 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 5 | use std::time; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused import: `glium::glutin` Oct 10 18:20:17.637 INFO kablam! --> src/display.rs:4:5 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 4 | use glium::glutin; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused import: `std::path::Path` Oct 10 18:20:17.637 INFO kablam! --> src/display.rs:6:5 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 6 | use std::path::Path; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused import: `std::fs::File` Oct 10 18:20:17.637 INFO kablam! --> src/display.rs:7:5 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 7 | use std::fs::File; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused imports: `CpuError`, `Cpu`, `DecoderError` Oct 10 18:20:17.637 INFO kablam! --> src/main.rs:9:11 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 9 | use cpu::{Cpu, DecoderError, CpuError}; Oct 10 18:20:17.637 INFO kablam! | ^^^ ^^^^^^^^^^^^ ^^^^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.637 INFO kablam! warning: unused imports: `Event`, `VirtualKeyCode` Oct 10 18:20:17.637 INFO kablam! --> src/main.rs:10:21 Oct 10 18:20:17.637 INFO kablam! | Oct 10 18:20:17.637 INFO kablam! 10 | use glium::glutin::{VirtualKeyCode, Event}; Oct 10 18:20:17.637 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^ Oct 10 18:20:17.637 INFO kablam! Oct 10 18:20:17.772 INFO kablam! warning: unreachable expression Oct 10 18:20:17.772 INFO kablam! --> src/cpu.rs:264:9 Oct 10 18:20:17.772 INFO kablam! | Oct 10 18:20:17.772 INFO kablam! 264 | "cls".to_string() Oct 10 18:20:17.772 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:20:17.772 INFO kablam! | Oct 10 18:20:17.772 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 18:20:17.772 INFO kablam! Oct 10 18:20:17.820 INFO kablam! warning: unreachable expression Oct 10 18:20:17.820 INFO kablam! --> src/cpu.rs:480:9 Oct 10 18:20:17.820 INFO kablam! | Oct 10 18:20:17.820 INFO kablam! 480 | format!("wkp {:#x}", self.regs.v[reg]) Oct 10 18:20:17.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:17.820 INFO kablam! | Oct 10 18:20:17.820 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 18:20:17.820 INFO kablam! Oct 10 18:20:17.912 INFO kablam! warning: unused variable: `what` Oct 10 18:20:17.912 INFO kablam! --> src/cpu.rs:75:17 Oct 10 18:20:17.912 INFO kablam! | Oct 10 18:20:17.912 INFO kablam! 75 | Err(what) => Err(CpuError::DecoderError) Oct 10 18:20:17.912 INFO kablam! | ^^^^ help: consider using `_what` instead Oct 10 18:20:17.912 INFO kablam! | Oct 10 18:20:17.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:20:17.912 INFO kablam! Oct 10 18:20:17.912 INFO kablam! warning: unused variable: `placeholder_display` Oct 10 18:20:17.912 INFO kablam! --> src/cpu.rs:262:23 Oct 10 18:20:17.912 INFO kablam! | Oct 10 18:20:17.912 INFO kablam! 262 | fn cls(&mut self, placeholder_display : u8 ) -> String { Oct 10 18:20:17.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_placeholder_display` instead Oct 10 18:20:17.913 INFO kablam! Oct 10 18:20:17.913 INFO kablam! warning: unused variable: `reg` Oct 10 18:20:17.913 INFO kablam! --> src/cpu.rs:478:37 Oct 10 18:20:17.913 INFO kablam! | Oct 10 18:20:17.913 INFO kablam! 478 | fn wait_for_keypress(&mut self, reg: usize) -> String { Oct 10 18:20:17.913 INFO kablam! | ^^^ help: consider using `_reg` instead Oct 10 18:20:17.913 INFO kablam! Oct 10 18:20:17.913 INFO kablam! warning: unused variable: `title` Oct 10 18:20:17.913 INFO kablam! --> src/display.rs:30:39 Oct 10 18:20:17.913 INFO kablam! | Oct 10 18:20:17.913 INFO kablam! 30 | pub fn new(dimension: (u32, u32), title: &str) -> Result { Oct 10 18:20:17.913 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 10 18:20:17.913 INFO kablam! Oct 10 18:20:17.979 INFO kablam! warning: variable does not need to be mutable Oct 10 18:20:17.979 INFO kablam! --> src/display.rs:99:13 Oct 10 18:20:17.979 INFO kablam! | Oct 10 18:20:17.979 INFO kablam! 99 | let mut collision = false; Oct 10 18:20:17.979 INFO kablam! | ----^^^^^^^^^ Oct 10 18:20:17.979 INFO kablam! | | Oct 10 18:20:17.979 INFO kablam! | help: remove this `mut` Oct 10 18:20:17.980 INFO kablam! | Oct 10 18:20:17.980 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:20:17.980 INFO kablam! Oct 10 18:20:17.992 INFO kablam! warning: field is never used: `is_closing` Oct 10 18:20:17.992 INFO kablam! --> src/input.rs:8:5 Oct 10 18:20:17.992 INFO kablam! | Oct 10 18:20:17.992 INFO kablam! 8 | is_closing : bool, Oct 10 18:20:17.992 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:20:17.992 INFO kablam! | Oct 10 18:20:17.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:20:17.992 INFO kablam! Oct 10 18:20:17.992 INFO kablam! warning: variant is never constructed: `InvalidDimensionError` Oct 10 18:20:17.992 INFO kablam! --> src/display.rs:17:5 Oct 10 18:20:17.992 INFO kablam! | Oct 10 18:20:17.992 INFO kablam! 17 | InvalidDimensionError, Oct 10 18:20:17.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:17.992 INFO kablam! Oct 10 18:20:18.650 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.36s Oct 10 18:20:18.661 INFO kablam! su: No module specific data is present Oct 10 18:20:19.887 INFO running `"docker" "rm" "-f" "9e040b3bda13bb219cdf2615c09116d953cfa912f2f0bf1a9d9dee3e8858905d"` Oct 10 18:20:20.148 INFO blam! 9e040b3bda13bb219cdf2615c09116d953cfa912f2f0bf1a9d9dee3e8858905d Oct 10 18:20:20.152 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:20:20.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 18:20:20.722 INFO blam! a086eeee5f44d5cdbd705604baccd7b7590593e3940fa0af6d2f718be9f9f648 Oct 10 18:20:20.724 INFO running `"docker" "start" "-a" "a086eeee5f44d5cdbd705604baccd7b7590593e3940fa0af6d2f718be9f9f648"` Oct 10 18:20:22.147 INFO kablam! usermod: no changes Oct 10 18:20:22.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 18:20:22.309 INFO kablam! Running /target/debug/deps/chip8_rust-d730c2e70153d101 Oct 10 18:20:22.309 INFO blam! Oct 10 18:20:22.310 INFO blam! running 0 tests Oct 10 18:20:22.310 INFO blam! Oct 10 18:20:22.310 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:20:22.310 INFO blam! Oct 10 18:20:22.325 INFO kablam! su: No module specific data is present Oct 10 18:20:23.601 INFO running `"docker" "rm" "-f" "a086eeee5f44d5cdbd705604baccd7b7590593e3940fa0af6d2f718be9f9f648"` Oct 10 18:20:23.987 INFO blam! a086eeee5f44d5cdbd705604baccd7b7590593e3940fa0af6d2f718be9f9f648