Oct 27 12:06:13.011 INFO checking Dooskington/Rostige-Schlange against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:06:13.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12:06:13.455 INFO blam! a4019e8d2f28020ab2ffb03d5c29dffce271a467a86bfd0c93d5b717887f582f Oct 27 12:06:13.467 INFO running `"docker" "start" "-a" "a4019e8d2f28020ab2ffb03d5c29dffce271a467a86bfd0c93d5b717887f582f"` Oct 27 12:06:15.049 INFO kablam! usermod: no changes Oct 27 12:06:15.487 INFO kablam! Compiling gl v0.7.0 Oct 27 12:06:15.490 INFO kablam! Checking nalgebra v0.13.1 Oct 27 12:06:53.717 INFO kablam! Checking schlange v0.1.0 (/source) Oct 27 12:06:58.912 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 27 12:06:58.912 INFO kablam! --> src/main.rs:121:13 Oct 27 12:06:58.912 INFO kablam! | Oct 27 12:06:58.912 INFO kablam! 121 | let mut fps: u32 = 0; Oct 27 12:06:58.912 INFO kablam! | ^^^ Oct 27 12:06:58.912 INFO kablam! | Oct 27 12:06:58.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:06:58.912 INFO kablam! = note: consider using `_fps` instead Oct 27 12:06:58.912 INFO kablam! Oct 27 12:06:58.912 INFO kablam! warning: value assigned to `fps` is never read Oct 27 12:06:58.912 INFO kablam! --> src/main.rs:154:13 Oct 27 12:06:58.912 INFO kablam! | Oct 27 12:06:58.912 INFO kablam! 154 | fps = fps_counter; Oct 27 12:06:58.912 INFO kablam! | ^^^ Oct 27 12:06:58.912 INFO kablam! | Oct 27 12:06:58.912 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:06:58.912 INFO kablam! Oct 27 12:06:58.987 INFO kablam! warning: field is never used: `vao_id` Oct 27 12:06:58.987 INFO kablam! --> src/gfx.rs:102:5 Oct 27 12:06:58.987 INFO kablam! | Oct 27 12:06:58.987 INFO kablam! 102 | vao_id: GLuint, Oct 27 12:06:58.987 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:06:58.987 INFO kablam! | Oct 27 12:06:58.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:06:58.987 INFO kablam! Oct 27 12:06:58.987 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 27 12:06:58.987 INFO kablam! --> src/gfx.rs:398:1 Oct 27 12:06:58.987 INFO kablam! | Oct 27 12:06:58.987 INFO kablam! 398 | pub const COLOR_BLACK: Color = Color { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:06:58.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:58.987 INFO kablam! Oct 27 12:06:58.987 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 27 12:06:58.987 INFO kablam! --> src/gfx.rs:400:1 Oct 27 12:06:58.987 INFO kablam! | Oct 27 12:06:58.987 INFO kablam! 400 | pub const COLOR_GRAY: Color = Color { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }; Oct 27 12:06:58.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:58.987 INFO kablam! Oct 27 12:06:58.987 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 27 12:06:58.987 INFO kablam! --> src/gfx.rs:401:1 Oct 27 12:06:58.987 INFO kablam! | Oct 27 12:06:58.987 INFO kablam! 401 | pub const COLOR_RED: Color = Color { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:06:58.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:58.987 INFO kablam! Oct 27 12:06:58.987 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 27 12:06:58.987 INFO kablam! --> src/gfx.rs:403:1 Oct 27 12:06:58.987 INFO kablam! | Oct 27 12:06:58.987 INFO kablam! 403 | pub const COLOR_BLUE: Color = Color { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }; Oct 27 12:06:58.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:58.987 INFO kablam! Oct 27 12:06:59.095 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 27 12:06:59.096 INFO kablam! --> src/main.rs:121:13 Oct 27 12:06:59.096 INFO kablam! | Oct 27 12:06:59.096 INFO kablam! 121 | let mut fps: u32 = 0; Oct 27 12:06:59.097 INFO kablam! | ^^^ Oct 27 12:06:59.097 INFO kablam! | Oct 27 12:06:59.097 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:06:59.098 INFO kablam! = note: consider using `_fps` instead Oct 27 12:06:59.098 INFO kablam! Oct 27 12:06:59.098 INFO kablam! warning: value assigned to `fps` is never read Oct 27 12:06:59.099 INFO kablam! --> src/main.rs:154:13 Oct 27 12:06:59.099 INFO kablam! | Oct 27 12:06:59.099 INFO kablam! 154 | fps = fps_counter; Oct 27 12:06:59.099 INFO kablam! | ^^^ Oct 27 12:06:59.100 INFO kablam! | Oct 27 12:06:59.100 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:06:59.100 INFO kablam! Oct 27 12:06:59.155 INFO kablam! warning: field is never used: `vao_id` Oct 27 12:06:59.155 INFO kablam! --> src/gfx.rs:102:5 Oct 27 12:06:59.156 INFO kablam! | Oct 27 12:06:59.156 INFO kablam! 102 | vao_id: GLuint, Oct 27 12:06:59.156 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:06:59.156 INFO kablam! | Oct 27 12:06:59.157 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:06:59.157 INFO kablam! Oct 27 12:06:59.157 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 27 12:06:59.158 INFO kablam! --> src/gfx.rs:398:1 Oct 27 12:06:59.158 INFO kablam! | Oct 27 12:06:59.158 INFO kablam! 398 | pub const COLOR_BLACK: Color = Color { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:06:59.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:59.159 INFO kablam! Oct 27 12:06:59.159 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 27 12:06:59.159 INFO kablam! --> src/gfx.rs:400:1 Oct 27 12:06:59.159 INFO kablam! | Oct 27 12:06:59.160 INFO kablam! 400 | pub const COLOR_GRAY: Color = Color { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }; Oct 27 12:06:59.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:59.160 INFO kablam! Oct 27 12:06:59.160 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 27 12:06:59.161 INFO kablam! --> src/gfx.rs:401:1 Oct 27 12:06:59.161 INFO kablam! | Oct 27 12:06:59.161 INFO kablam! 401 | pub const COLOR_RED: Color = Color { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 27 12:06:59.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:59.162 INFO kablam! Oct 27 12:06:59.162 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 27 12:06:59.162 INFO kablam! --> src/gfx.rs:403:1 Oct 27 12:06:59.163 INFO kablam! | Oct 27 12:06:59.163 INFO kablam! 403 | pub const COLOR_BLUE: Color = Color { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }; Oct 27 12:06:59.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:06:59.163 INFO kablam! Oct 27 12:06:59.229 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.13s Oct 27 12:06:59.243 INFO kablam! su: No module specific data is present Oct 27 12:07:00.353 INFO running `"docker" "rm" "-f" "a4019e8d2f28020ab2ffb03d5c29dffce271a467a86bfd0c93d5b717887f582f"` Oct 27 12:07:00.599 INFO blam! a4019e8d2f28020ab2ffb03d5c29dffce271a467a86bfd0c93d5b717887f582f