Oct 27 12:06:17.616 INFO checking Dooskington/Rostige-Schlange against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:06:17.618 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 12:06:18.105 INFO blam! 0fddb437927ca7ad93a148cfb89ea0418b58815b5336ee262a4ebaaaf554edc2 Oct 27 12:06:18.107 INFO running `"docker" "start" "-a" "0fddb437927ca7ad93a148cfb89ea0418b58815b5336ee262a4ebaaaf554edc2"` Oct 27 12:06:20.346 INFO kablam! usermod: no changes Oct 27 12:06:20.642 INFO kablam! Compiling glutin v0.11.0 Oct 27 12:06:20.647 INFO kablam! Checking x11-dl v2.17.1 Oct 27 12:06:20.659 INFO kablam! Checking nalgebra v0.13.1 Oct 27 12:06:20.675 INFO kablam! Checking wayland-window v0.13.2 Oct 27 12:06:31.491 INFO kablam! Checking winit v0.9.0 Oct 27 12:06:58.289 INFO kablam! Checking schlange v0.1.0 (/source) Oct 27 12:07:03.362 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 27 12:07:03.362 INFO kablam! --> src/main.rs:121:13 Oct 27 12:07:03.363 INFO kablam! | Oct 27 12:07:03.363 INFO kablam! 121 | let mut fps: u32 = 0; Oct 27 12:07:03.363 INFO kablam! | ^^^ Oct 27 12:07:03.363 INFO kablam! | Oct 27 12:07:03.364 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:07:03.364 INFO kablam! = note: consider using `_fps` instead Oct 27 12:07:03.364 INFO kablam! Oct 27 12:07:03.364 INFO kablam! warning: value assigned to `fps` is never read Oct 27 12:07:03.365 INFO kablam! --> src/main.rs:154:13 Oct 27 12:07:03.365 INFO kablam! | Oct 27 12:07:03.365 INFO kablam! 154 | fps = fps_counter; Oct 27 12:07:03.366 INFO kablam! | ^^^ Oct 27 12:07:03.366 INFO kablam! | Oct 27 12:07:03.366 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:07:03.366 INFO kablam! Oct 27 12:07:03.435 INFO kablam! warning: field is never used: `vao_id` Oct 27 12:07:03.435 INFO kablam! --> src/gfx.rs:102:5 Oct 27 12:07:03.435 INFO kablam! | Oct 27 12:07:03.435 INFO kablam! 102 | vao_id: GLuint, Oct 27 12:07:03.435 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:07:03.435 INFO kablam! | Oct 27 12:07:03.435 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:07:03.435 INFO kablam! Oct 27 12:07:03.435 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 27 12:07:03.435 INFO kablam! --> src/gfx.rs:398:1 Oct 27 12:07:03.435 INFO kablam! | Oct 27 12:07:03.435 INFO kablam! 398 | pub const COLOR_BLACK: Color = Color { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:07:03.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.435 INFO kablam! Oct 27 12:07:03.435 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 27 12:07:03.435 INFO kablam! --> src/gfx.rs:400:1 Oct 27 12:07:03.435 INFO kablam! | Oct 27 12:07:03.435 INFO kablam! 400 | pub const COLOR_GRAY: Color = Color { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }; Oct 27 12:07:03.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.435 INFO kablam! Oct 27 12:07:03.435 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 27 12:07:03.435 INFO kablam! --> src/gfx.rs:401:1 Oct 27 12:07:03.435 INFO kablam! | Oct 27 12:07:03.435 INFO kablam! 401 | pub const COLOR_RED: Color = Color { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:07:03.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.435 INFO kablam! Oct 27 12:07:03.436 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 27 12:07:03.436 INFO kablam! --> src/gfx.rs:403:1 Oct 27 12:07:03.436 INFO kablam! | Oct 27 12:07:03.436 INFO kablam! 403 | pub const COLOR_BLUE: Color = Color { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }; Oct 27 12:07:03.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.436 INFO kablam! Oct 27 12:07:03.436 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 27 12:07:03.436 INFO kablam! --> src/main.rs:121:13 Oct 27 12:07:03.436 INFO kablam! | Oct 27 12:07:03.436 INFO kablam! 121 | let mut fps: u32 = 0; Oct 27 12:07:03.436 INFO kablam! | ^^^ Oct 27 12:07:03.436 INFO kablam! | Oct 27 12:07:03.436 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:07:03.436 INFO kablam! = note: consider using `_fps` instead Oct 27 12:07:03.436 INFO kablam! Oct 27 12:07:03.436 INFO kablam! warning: value assigned to `fps` is never read Oct 27 12:07:03.436 INFO kablam! --> src/main.rs:154:13 Oct 27 12:07:03.436 INFO kablam! | Oct 27 12:07:03.436 INFO kablam! 154 | fps = fps_counter; Oct 27 12:07:03.436 INFO kablam! | ^^^ Oct 27 12:07:03.436 INFO kablam! | Oct 27 12:07:03.436 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:07:03.436 INFO kablam! Oct 27 12:07:03.478 INFO kablam! warning: field is never used: `vao_id` Oct 27 12:07:03.479 INFO kablam! --> src/gfx.rs:102:5 Oct 27 12:07:03.479 INFO kablam! | Oct 27 12:07:03.479 INFO kablam! 102 | vao_id: GLuint, Oct 27 12:07:03.479 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:07:03.479 INFO kablam! | Oct 27 12:07:03.479 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:07:03.479 INFO kablam! Oct 27 12:07:03.479 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 27 12:07:03.479 INFO kablam! --> src/gfx.rs:398:1 Oct 27 12:07:03.479 INFO kablam! | Oct 27 12:07:03.479 INFO kablam! 398 | pub const COLOR_BLACK: Color = Color { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:07:03.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.479 INFO kablam! Oct 27 12:07:03.479 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 27 12:07:03.479 INFO kablam! --> src/gfx.rs:400:1 Oct 27 12:07:03.479 INFO kablam! | Oct 27 12:07:03.479 INFO kablam! 400 | pub const COLOR_GRAY: Color = Color { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }; Oct 27 12:07:03.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.479 INFO kablam! Oct 27 12:07:03.479 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 27 12:07:03.483 INFO kablam! --> src/gfx.rs:401:1 Oct 27 12:07:03.483 INFO kablam! | Oct 27 12:07:03.483 INFO kablam! 401 | pub const COLOR_RED: Color = Color { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:07:03.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.484 INFO kablam! Oct 27 12:07:03.484 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 27 12:07:03.484 INFO kablam! --> src/gfx.rs:403:1 Oct 27 12:07:03.484 INFO kablam! | Oct 27 12:07:03.484 INFO kablam! 403 | pub const COLOR_BLUE: Color = Color { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }; Oct 27 12:07:03.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:07:03.484 INFO kablam! Oct 27 12:07:03.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.16s Oct 27 12:07:03.574 INFO kablam! su: No module specific data is present Oct 27 12:07:04.523 INFO running `"docker" "rm" "-f" "0fddb437927ca7ad93a148cfb89ea0418b58815b5336ee262a4ebaaaf554edc2"` Oct 27 12:07:04.959 INFO blam! 0fddb437927ca7ad93a148cfb89ea0418b58815b5336ee262a4ebaaaf554edc2