Oct 13 00:21:10.162 INFO checking bmollot/sheika-glyph-renderer against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:21:10.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 13 00:21:10.387 INFO blam! 1da5e84e32d23402caad0d2249e3209b55c71fa73e3826fa1d8f70de3817921c Oct 13 00:21:10.389 INFO running `"docker" "start" "-a" "1da5e84e32d23402caad0d2249e3209b55c71fa73e3826fa1d8f70de3817921c"` Oct 13 00:21:10.867 INFO kablam! usermod: no changes Oct 13 00:21:11.076 INFO kablam! Compiling either v1.1.0 Oct 13 00:21:11.106 INFO kablam! Compiling glutin v0.8.1 Oct 13 00:21:11.122 INFO kablam! Checking wayland-sys v0.8.7 Oct 13 00:21:11.336 INFO kablam! Compiling itertools v0.5.10 Oct 13 00:21:12.789 INFO kablam! Checking wayland-client v0.8.7 Oct 13 00:21:17.348 INFO kablam! Compiling derivative v1.0.0 Oct 13 00:21:17.876 INFO kablam! Checking wayland-window v0.5.0 Oct 13 00:21:17.892 INFO kablam! Checking wayland-kbd v0.8.0 Oct 13 00:21:20.556 INFO kablam! Checking winit v0.6.4 Oct 13 00:21:30.620 INFO kablam! Checking gfx_core v0.7.1 Oct 13 00:21:58.764 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 13 00:21:58.764 INFO kablam! Checking gfx v0.16.1 Oct 13 00:22:01.860 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 13 00:22:07.480 INFO kablam! Checking sheika_glyph v0.1.0 (/source) Oct 13 00:22:09.846 INFO kablam! warning: unused variable: `width` Oct 13 00:22:09.847 INFO kablam! --> src/main.rs:117:46 Oct 13 00:22:09.847 INFO kablam! | Oct 13 00:22:09.847 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 13 00:22:09.847 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 13 00:22:09.848 INFO kablam! | Oct 13 00:22:09.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:22:09.848 INFO kablam! Oct 13 00:22:09.849 INFO kablam! warning: unused variable: `height` Oct 13 00:22:09.849 INFO kablam! --> src/main.rs:117:53 Oct 13 00:22:09.849 INFO kablam! | Oct 13 00:22:09.849 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 13 00:22:09.850 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 13 00:22:09.852 INFO kablam! Oct 13 00:22:09.871 INFO kablam! warning: variable does not need to be mutable Oct 13 00:22:09.871 INFO kablam! --> src/main.rs:87:9 Oct 13 00:22:09.871 INFO kablam! | Oct 13 00:22:09.872 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 13 00:22:09.872 INFO kablam! | ----^^^^^^^^^^^ Oct 13 00:22:09.872 INFO kablam! | | Oct 13 00:22:09.872 INFO kablam! | help: remove this `mut` Oct 13 00:22:09.876 INFO kablam! | Oct 13 00:22:09.876 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:22:09.876 INFO kablam! Oct 13 00:22:09.928 INFO kablam! warning: method is never used: `new_empty` Oct 13 00:22:09.929 INFO kablam! --> src/main.rs:31:5 Oct 13 00:22:09.929 INFO kablam! | Oct 13 00:22:09.929 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 13 00:22:09.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:09.929 INFO kablam! | Oct 13 00:22:09.934 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:09.934 INFO kablam! Oct 13 00:22:09.934 INFO kablam! warning: method is never used: `new` Oct 13 00:22:09.934 INFO kablam! --> src/main.rs:34:5 Oct 13 00:22:09.934 INFO kablam! | Oct 13 00:22:09.934 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 13 00:22:09.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:09.934 INFO kablam! Oct 13 00:22:10.316 INFO kablam! warning: unused variable: `width` Oct 13 00:22:10.316 INFO kablam! --> src/main.rs:117:46 Oct 13 00:22:10.316 INFO kablam! | Oct 13 00:22:10.316 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 13 00:22:10.316 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 13 00:22:10.316 INFO kablam! | Oct 13 00:22:10.316 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:22:10.316 INFO kablam! Oct 13 00:22:10.316 INFO kablam! warning: unused variable: `height` Oct 13 00:22:10.316 INFO kablam! --> src/main.rs:117:53 Oct 13 00:22:10.316 INFO kablam! | Oct 13 00:22:10.316 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 13 00:22:10.316 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 13 00:22:10.316 INFO kablam! Oct 13 00:22:10.328 INFO kablam! warning: variable does not need to be mutable Oct 13 00:22:10.328 INFO kablam! --> src/main.rs:87:9 Oct 13 00:22:10.328 INFO kablam! | Oct 13 00:22:10.328 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 13 00:22:10.328 INFO kablam! | ----^^^^^^^^^^^ Oct 13 00:22:10.328 INFO kablam! | | Oct 13 00:22:10.328 INFO kablam! | help: remove this `mut` Oct 13 00:22:10.328 INFO kablam! | Oct 13 00:22:10.328 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:22:10.328 INFO kablam! Oct 13 00:22:10.363 INFO kablam! warning: method is never used: `new_empty` Oct 13 00:22:10.363 INFO kablam! --> src/main.rs:31:5 Oct 13 00:22:10.363 INFO kablam! | Oct 13 00:22:10.363 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 13 00:22:10.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:10.364 INFO kablam! | Oct 13 00:22:10.364 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:10.364 INFO kablam! Oct 13 00:22:10.364 INFO kablam! warning: method is never used: `new` Oct 13 00:22:10.364 INFO kablam! --> src/main.rs:34:5 Oct 13 00:22:10.364 INFO kablam! | Oct 13 00:22:10.364 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 13 00:22:10.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:10.364 INFO kablam! Oct 13 00:22:10.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.52s Oct 13 00:22:10.433 INFO kablam! su: No module specific data is present Oct 13 00:22:11.267 INFO running `"docker" "rm" "-f" "1da5e84e32d23402caad0d2249e3209b55c71fa73e3826fa1d8f70de3817921c"` Oct 13 00:22:11.516 INFO blam! 1da5e84e32d23402caad0d2249e3209b55c71fa73e3826fa1d8f70de3817921c