Oct 27 07:29:20.097 INFO checking bmollot/sheika-glyph-renderer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:29:20.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.499 INFO blam! 16db1499827503e4067cfb2e7c485d79ab138f6f9ef8bfb1f1de94ea79a9310f Oct 27 07:29:20.505 INFO running `"docker" "start" "-a" "16db1499827503e4067cfb2e7c485d79ab138f6f9ef8bfb1f1de94ea79a9310f"` Oct 27 07:29:22.764 INFO kablam! usermod: no changes Oct 27 07:29:23.072 INFO kablam! Compiling libc v0.2.26 Oct 27 07:29:23.087 INFO kablam! Compiling either v1.1.0 Oct 27 07:29:23.127 INFO kablam! Checking shared_library v0.1.6 Oct 27 07:29:23.143 INFO kablam! Compiling gl_generator v0.5.5 Oct 27 07:29:23.143 INFO kablam! Checking tempfile v2.1.6 Oct 27 07:29:23.147 INFO kablam! Checking x11-dl v2.14.0 Oct 27 07:29:23.147 INFO kablam! Checking fs2 v0.2.5 Oct 27 07:29:24.651 INFO kablam! Compiling itertools v0.5.10 Oct 27 07:29:26.303 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 07:29:26.325 INFO kablam! Checking memmap v0.4.0 Oct 27 07:29:29.051 INFO kablam! Compiling rand v0.3.15 Oct 27 07:29:31.950 INFO kablam! Compiling gfx_gl v0.3.1 Oct 27 07:29:31.951 INFO kablam! Compiling glutin v0.8.1 Oct 27 07:29:32.935 INFO kablam! Compiling derivative v1.0.0 Oct 27 07:29:34.099 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 07:29:35.176 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 07:29:37.395 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 07:29:49.131 INFO kablam! Checking gfx_core v0.7.1 Oct 27 07:29:59.555 INFO kablam! Compiling libloading v0.3.4 Oct 27 07:30:03.423 INFO kablam! Checking dlib v0.3.1 Oct 27 07:30:04.023 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 07:30:05.643 INFO kablam! Checking wayland-client v0.8.7 Oct 27 07:30:08.147 INFO kablam! Checking wayland-window v0.5.0 Oct 27 07:30:08.148 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 07:30:10.423 INFO kablam! Checking winit v0.6.4 Oct 27 07:30:26.328 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 27 07:30:26.328 INFO kablam! Checking gfx v0.16.1 Oct 27 07:30:29.216 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 27 07:30:34.063 INFO kablam! Checking sheika_glyph v0.1.0 (/source) Oct 27 07:30:35.956 INFO kablam! warning: unused variable: `width` Oct 27 07:30:35.956 INFO kablam! --> src/main.rs:117:46 Oct 27 07:30:35.956 INFO kablam! | Oct 27 07:30:35.956 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:30:35.956 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 07:30:35.956 INFO kablam! | Oct 27 07:30:35.956 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:30:35.956 INFO kablam! Oct 27 07:30:35.956 INFO kablam! warning: unused variable: `height` Oct 27 07:30:35.956 INFO kablam! --> src/main.rs:117:53 Oct 27 07:30:35.956 INFO kablam! | Oct 27 07:30:35.956 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:30:35.956 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 07:30:35.956 INFO kablam! Oct 27 07:30:35.975 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:35.976 INFO kablam! --> src/main.rs:87:9 Oct 27 07:30:35.976 INFO kablam! | Oct 27 07:30:35.976 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 27 07:30:35.976 INFO kablam! | ----^^^^^^^^^^^ Oct 27 07:30:35.976 INFO kablam! | | Oct 27 07:30:35.976 INFO kablam! | help: remove this `mut` Oct 27 07:30:35.976 INFO kablam! | Oct 27 07:30:35.976 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:30:35.976 INFO kablam! Oct 27 07:30:36.015 INFO kablam! warning: method is never used: `new_empty` Oct 27 07:30:36.015 INFO kablam! --> src/main.rs:31:5 Oct 27 07:30:36.015 INFO kablam! | Oct 27 07:30:36.015 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 27 07:30:36.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:36.015 INFO kablam! | Oct 27 07:30:36.015 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:36.015 INFO kablam! Oct 27 07:30:36.015 INFO kablam! warning: method is never used: `new` Oct 27 07:30:36.015 INFO kablam! --> src/main.rs:34:5 Oct 27 07:30:36.015 INFO kablam! | Oct 27 07:30:36.015 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 27 07:30:36.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:36.015 INFO kablam! Oct 27 07:30:36.239 INFO kablam! warning: unused variable: `width` Oct 27 07:30:36.239 INFO kablam! --> src/main.rs:117:46 Oct 27 07:30:36.239 INFO kablam! | Oct 27 07:30:36.239 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:30:36.239 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 07:30:36.239 INFO kablam! | Oct 27 07:30:36.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:30:36.239 INFO kablam! Oct 27 07:30:36.239 INFO kablam! warning: unused variable: `height` Oct 27 07:30:36.239 INFO kablam! --> src/main.rs:117:53 Oct 27 07:30:36.239 INFO kablam! | Oct 27 07:30:36.239 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 27 07:30:36.239 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 07:30:36.239 INFO kablam! Oct 27 07:30:36.263 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:36.263 INFO kablam! --> src/main.rs:87:9 Oct 27 07:30:36.263 INFO kablam! | Oct 27 07:30:36.263 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 27 07:30:36.263 INFO kablam! | ----^^^^^^^^^^^ Oct 27 07:30:36.263 INFO kablam! | | Oct 27 07:30:36.263 INFO kablam! | help: remove this `mut` Oct 27 07:30:36.263 INFO kablam! | Oct 27 07:30:36.263 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:30:36.263 INFO kablam! Oct 27 07:30:36.307 INFO kablam! warning: method is never used: `new_empty` Oct 27 07:30:36.307 INFO kablam! --> src/main.rs:31:5 Oct 27 07:30:36.307 INFO kablam! | Oct 27 07:30:36.307 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 27 07:30:36.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:36.307 INFO kablam! | Oct 27 07:30:36.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:36.307 INFO kablam! Oct 27 07:30:36.307 INFO kablam! warning: method is never used: `new` Oct 27 07:30:36.307 INFO kablam! --> src/main.rs:34:5 Oct 27 07:30:36.307 INFO kablam! | Oct 27 07:30:36.307 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 27 07:30:36.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:36.307 INFO kablam! Oct 27 07:30:36.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 27 07:30:36.408 INFO kablam! su: No module specific data is present Oct 27 07:30:37.166 INFO running `"docker" "rm" "-f" "16db1499827503e4067cfb2e7c485d79ab138f6f9ef8bfb1f1de94ea79a9310f"` Oct 27 07:30:37.455 INFO blam! 16db1499827503e4067cfb2e7c485d79ab138f6f9ef8bfb1f1de94ea79a9310f