Oct 27 07:29:19.649 INFO checking bmollot/sheika-glyph-renderer against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:29:19.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 07:29:20.107 INFO blam! 9080de56d6a0bf6b35a7ab6c53f72986a17426eded3fc3adf0fc783b7733c009 Oct 27 07:29:20.119 INFO running `"docker" "start" "-a" "9080de56d6a0bf6b35a7ab6c53f72986a17426eded3fc3adf0fc783b7733c009"` Oct 27 07:29:21.256 INFO kablam! usermod: no changes Oct 27 07:29:21.500 INFO kablam! Compiling gfx_gl v0.3.1 Oct 27 07:29:21.500 INFO kablam! Compiling glutin v0.8.1 Oct 27 07:29:21.500 INFO kablam! Checking gfx v0.16.1 Oct 27 07:29:21.503 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 07:29:23.215 INFO kablam! Checking wayland-client v0.8.7 Oct 27 07:29:30.111 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 07:29:30.111 INFO kablam! Checking wayland-window v0.5.0 Oct 27 07:29:33.023 INFO kablam! Checking winit v0.6.4 Oct 27 07:29:39.695 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 27 07:29:42.044 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 27 07:29:43.468 INFO kablam! Checking sheika_glyph v0.1.0 (/source) Oct 27 07:29:46.571 INFO kablam! warning: unused variable: `width` Oct 27 07:29:46.571 INFO kablam! --> src/main.rs:117:46 Oct 27 07:29:46.571 INFO kablam! | Oct 27 07:29:46.571 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:29:46.571 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 07:29:46.571 INFO kablam! | Oct 27 07:29:46.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:29:46.571 INFO kablam! Oct 27 07:29:46.571 INFO kablam! warning: unused variable: `height` Oct 27 07:29:46.571 INFO kablam! --> src/main.rs:117:53 Oct 27 07:29:46.571 INFO kablam! | Oct 27 07:29:46.571 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:29:46.571 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 07:29:46.571 INFO kablam! Oct 27 07:29:46.607 INFO kablam! warning: variable does not need to be mutable Oct 27 07:29:46.607 INFO kablam! --> src/main.rs:87:9 Oct 27 07:29:46.607 INFO kablam! | Oct 27 07:29:46.607 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 27 07:29:46.607 INFO kablam! | ----^^^^^^^^^^^ Oct 27 07:29:46.607 INFO kablam! | | Oct 27 07:29:46.607 INFO kablam! | help: remove this `mut` Oct 27 07:29:46.607 INFO kablam! | Oct 27 07:29:46.607 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:29:46.607 INFO kablam! Oct 27 07:29:46.671 INFO kablam! warning: method is never used: `new_empty` Oct 27 07:29:46.671 INFO kablam! --> src/main.rs:31:5 Oct 27 07:29:46.671 INFO kablam! | Oct 27 07:29:46.671 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 27 07:29:46.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:29:46.671 INFO kablam! | Oct 27 07:29:46.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:29:46.671 INFO kablam! Oct 27 07:29:46.671 INFO kablam! warning: method is never used: `new` Oct 27 07:29:46.671 INFO kablam! --> src/main.rs:34:5 Oct 27 07:29:46.671 INFO kablam! | Oct 27 07:29:46.671 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 27 07:29:46.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:29:46.675 INFO kablam! Oct 27 07:29:47.243 INFO kablam! warning: unused variable: `width` Oct 27 07:29:47.243 INFO kablam! --> src/main.rs:117:46 Oct 27 07:29:47.243 INFO kablam! | Oct 27 07:29:47.243 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:29:47.243 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 07:29:47.243 INFO kablam! | Oct 27 07:29:47.243 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:29:47.243 INFO kablam! Oct 27 07:29:47.243 INFO kablam! warning: unused variable: `height` Oct 27 07:29:47.243 INFO kablam! --> src/main.rs:117:53 Oct 27 07:29:47.243 INFO kablam! | Oct 27 07:29:47.243 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:29:47.243 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 07:29:47.243 INFO kablam! Oct 27 07:29:47.254 INFO kablam! warning: variable does not need to be mutable Oct 27 07:29:47.254 INFO kablam! --> src/main.rs:87:9 Oct 27 07:29:47.254 INFO kablam! | Oct 27 07:29:47.254 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 27 07:29:47.254 INFO kablam! | ----^^^^^^^^^^^ Oct 27 07:29:47.254 INFO kablam! | | Oct 27 07:29:47.254 INFO kablam! | help: remove this `mut` Oct 27 07:29:47.254 INFO kablam! | Oct 27 07:29:47.254 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:29:47.254 INFO kablam! Oct 27 07:29:47.295 INFO kablam! warning: method is never used: `new_empty` Oct 27 07:29:47.295 INFO kablam! --> src/main.rs:31:5 Oct 27 07:29:47.295 INFO kablam! | Oct 27 07:29:47.295 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 27 07:29:47.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:29:47.295 INFO kablam! | Oct 27 07:29:47.295 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:29:47.295 INFO kablam! Oct 27 07:29:47.295 INFO kablam! warning: method is never used: `new` Oct 27 07:29:47.295 INFO kablam! --> src/main.rs:34:5 Oct 27 07:29:47.295 INFO kablam! | Oct 27 07:29:47.295 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 27 07:29:47.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:29:47.295 INFO kablam! Oct 27 07:29:47.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.06s Oct 27 07:29:47.367 INFO kablam! su: No module specific data is present Oct 27 07:29:47.915 INFO running `"docker" "rm" "-f" "9080de56d6a0bf6b35a7ab6c53f72986a17426eded3fc3adf0fc783b7733c009"` Oct 27 07:29:48.257 INFO blam! 9080de56d6a0bf6b35a7ab6c53f72986a17426eded3fc3adf0fc783b7733c009