Oct 21 20:08:24.238 INFO checking XavilPergis/birblike against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:08:24.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 20:08:24.755 INFO blam! 66d3d982f8d539e909171d99a70a49d9e058fb4a567be30c431b0a047df82b6f Oct 21 20:08:24.761 INFO running `"docker" "start" "-a" "66d3d982f8d539e909171d99a70a49d9e058fb4a567be30c431b0a047df82b6f"` Oct 21 20:08:25.940 INFO kablam! usermod: no changes Oct 21 20:08:26.256 INFO kablam! Checking parking_lot v0.5.5 Oct 21 20:08:26.256 INFO kablam! Compiling glutin v0.16.0 Oct 21 20:08:26.276 INFO kablam! Checking wayland-sys v0.20.10 Oct 21 20:08:26.280 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 21 20:08:26.280 INFO kablam! Checking shred v0.7.0 Oct 21 20:08:26.280 INFO kablam! Checking hibitset v0.5.0 Oct 21 20:08:29.272 INFO kablam! Checking wayland-commons v0.20.10 Oct 21 20:08:30.312 INFO kablam! Checking wayland-client v0.20.10 Oct 21 20:08:30.312 INFO kablam! Checking shrev v1.0.1 Oct 21 20:08:31.496 INFO kablam! Checking image v0.19.0 Oct 21 20:08:32.656 INFO kablam! Checking specs v0.11.2 Oct 21 20:08:35.144 INFO kablam! Checking wayland-protocols v0.20.10 Oct 21 20:08:41.428 INFO kablam! Checking smithay-client-toolkit v0.2.1 Oct 21 20:08:43.434 INFO kablam! Checking winit v0.15.0 Oct 21 20:08:48.812 INFO kablam! Checking birblike v0.1.0 (/source) Oct 21 20:08:52.356 INFO kablam! warning: unused import: `gl_api::shader::shader::ShaderResult` Oct 21 20:08:52.356 INFO kablam! --> src/gl_api/shader/program.rs:4:5 Oct 21 20:08:52.356 INFO kablam! | Oct 21 20:08:52.356 INFO kablam! 4 | use gl_api::shader::shader::ShaderResult; Oct 21 20:08:52.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:52.356 INFO kablam! | Oct 21 20:08:52.356 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:08:52.356 INFO kablam! Oct 21 20:08:52.356 INFO kablam! warning: unused import: `std::path::Path` Oct 21 20:08:52.356 INFO kablam! --> src/gl_api/shader/program.rs:5:5 Oct 21 20:08:52.356 INFO kablam! | Oct 21 20:08:52.357 INFO kablam! 5 | use std::path::Path; Oct 21 20:08:52.357 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:08:52.357 INFO kablam! Oct 21 20:08:52.357 INFO kablam! warning: unused import: `gl_api::error::GlResult` Oct 21 20:08:52.357 INFO kablam! --> src/gl_api/shader/program.rs:7:5 Oct 21 20:08:52.357 INFO kablam! | Oct 21 20:08:52.357 INFO kablam! 7 | use gl_api::error::GlResult; Oct 21 20:08:52.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:52.357 INFO kablam! Oct 21 20:08:52.357 INFO kablam! warning: unused import: `image::RgbaImage` Oct 21 20:08:52.357 INFO kablam! --> src/gl_api/texture.rs:1:5 Oct 21 20:08:52.357 INFO kablam! | Oct 21 20:08:52.357 INFO kablam! 1 | use image::RgbaImage; Oct 21 20:08:52.357 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:08:52.357 INFO kablam! Oct 21 20:08:52.357 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 21 20:08:52.357 INFO kablam! --> src/grid.rs:7:16 Oct 21 20:08:52.357 INFO kablam! | Oct 21 20:08:52.357 INFO kablam! 7 | use std::ops::{Add, Mul}; Oct 21 20:08:52.357 INFO kablam! | ^^^ ^^^ Oct 21 20:08:52.357 INFO kablam! Oct 21 20:08:52.357 INFO kablam! warning: unused import: `rand::Rng` Oct 21 20:08:52.357 INFO kablam! --> src/main.rs:19:5 Oct 21 20:08:52.357 INFO kablam! | Oct 21 20:08:52.357 INFO kablam! 19 | use rand::Rng; Oct 21 20:08:52.357 INFO kablam! | ^^^^^^^^^ Oct 21 20:08:52.357 INFO kablam! Oct 21 20:08:52.357 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 21 20:08:52.357 INFO kablam! --> src/main.rs:28:5 Oct 21 20:08:52.357 INFO kablam! | Oct 21 20:08:52.357 INFO kablam! 28 | use std::marker::PhantomData; Oct 21 20:08:52.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:52.357 INFO kablam! Oct 21 20:08:52.472 INFO kablam! warning: unused import: `gl_api::shader::shader::ShaderResult` Oct 21 20:08:52.472 INFO kablam! --> src/gl_api/shader/program.rs:4:5 Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! 4 | use gl_api::shader::shader::ShaderResult; Oct 21 20:08:52.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:08:52.472 INFO kablam! Oct 21 20:08:52.472 INFO kablam! warning: unused import: `std::path::Path` Oct 21 20:08:52.472 INFO kablam! --> src/gl_api/shader/program.rs:5:5 Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! 5 | use std::path::Path; Oct 21 20:08:52.472 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:08:52.472 INFO kablam! Oct 21 20:08:52.472 INFO kablam! warning: unused import: `gl_api::error::GlResult` Oct 21 20:08:52.472 INFO kablam! --> src/gl_api/shader/program.rs:7:5 Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! 7 | use gl_api::error::GlResult; Oct 21 20:08:52.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:52.472 INFO kablam! Oct 21 20:08:52.472 INFO kablam! warning: unused import: `image::RgbaImage` Oct 21 20:08:52.472 INFO kablam! --> src/gl_api/texture.rs:1:5 Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! 1 | use image::RgbaImage; Oct 21 20:08:52.472 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:08:52.472 INFO kablam! Oct 21 20:08:52.472 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 21 20:08:52.472 INFO kablam! --> src/grid.rs:7:16 Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! 7 | use std::ops::{Add, Mul}; Oct 21 20:08:52.472 INFO kablam! | ^^^ ^^^ Oct 21 20:08:52.472 INFO kablam! Oct 21 20:08:52.472 INFO kablam! warning: unused import: `rand::Rng` Oct 21 20:08:52.472 INFO kablam! --> src/main.rs:19:5 Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! 19 | use rand::Rng; Oct 21 20:08:52.472 INFO kablam! | ^^^^^^^^^ Oct 21 20:08:52.472 INFO kablam! Oct 21 20:08:52.472 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 21 20:08:52.472 INFO kablam! --> src/main.rs:28:5 Oct 21 20:08:52.472 INFO kablam! | Oct 21 20:08:52.472 INFO kablam! 28 | use std::marker::PhantomData; Oct 21 20:08:52.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:52.472 INFO kablam! Oct 21 20:08:53.120 INFO kablam! warning: unused import: `image::GenericImage` Oct 21 20:08:53.124 INFO kablam! --> src/main.rs:16:5 Oct 21 20:08:53.124 INFO kablam! | Oct 21 20:08:53.124 INFO kablam! 16 | use image::GenericImage; Oct 21 20:08:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.124 INFO kablam! Oct 21 20:08:53.204 INFO kablam! warning: unused variable: `rng` Oct 21 20:08:53.205 INFO kablam! --> src/main.rs:383:13 Oct 21 20:08:53.205 INFO kablam! | Oct 21 20:08:53.205 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 21 20:08:53.206 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 21 20:08:53.206 INFO kablam! | Oct 21 20:08:53.206 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:08:53.206 INFO kablam! Oct 21 20:08:53.207 INFO kablam! warning: unused variable: `modified_set` Oct 21 20:08:53.207 INFO kablam! --> src/main.rs:170:49 Oct 21 20:08:53.207 INFO kablam! | Oct 21 20:08:53.208 INFO kablam! 170 | let &ModifiedTerrain((was_modified, ref modified_set)) = &*modified; Oct 21 20:08:53.208 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_modified_set` instead Oct 21 20:08:53.208 INFO kablam! Oct 21 20:08:53.208 INFO kablam! warning: unused variable: `new_set` Oct 21 20:08:53.209 INFO kablam! --> src/main.rs:171:39 Oct 21 20:08:53.209 INFO kablam! | Oct 21 20:08:53.209 INFO kablam! 171 | let &NewTerrain((was_new, ref new_set)) = &*new; Oct 21 20:08:53.210 INFO kablam! | ^^^^^^^ help: consider using `_new_set` instead Oct 21 20:08:53.210 INFO kablam! Oct 21 20:08:53.210 INFO kablam! warning: unused variable: `grid` Oct 21 20:08:53.210 INFO kablam! --> src/main.rs:275:24 Oct 21 20:08:53.211 INFO kablam! | Oct 21 20:08:53.211 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 21 20:08:53.211 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 21 20:08:53.211 INFO kablam! Oct 21 20:08:53.212 INFO kablam! warning: unused variable: `colors` Oct 21 20:08:53.212 INFO kablam! --> src/main.rs:275:34 Oct 21 20:08:53.212 INFO kablam! | Oct 21 20:08:53.213 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 21 20:08:53.213 INFO kablam! | ^^^^^^ help: consider using `_colors` instead Oct 21 20:08:53.213 INFO kablam! Oct 21 20:08:53.213 INFO kablam! warning: variable does not need to be mutable Oct 21 20:08:53.214 INFO kablam! --> src/main.rs:135:16 Oct 21 20:08:53.214 INFO kablam! | Oct 21 20:08:53.214 INFO kablam! 135 | pub fn new(mut program: Program, WorldUniforms>, tilemap: Texture2D) -> Self { Oct 21 20:08:53.215 INFO kablam! | ----^^^^^^^ Oct 21 20:08:53.215 INFO kablam! | | Oct 21 20:08:53.215 INFO kablam! | help: remove this `mut` Oct 21 20:08:53.215 INFO kablam! | Oct 21 20:08:53.216 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:08:53.216 INFO kablam! Oct 21 20:08:53.245 INFO kablam! warning: variable does not need to be mutable Oct 21 20:08:53.245 INFO kablam! --> src/main.rs:275:30 Oct 21 20:08:53.245 INFO kablam! | Oct 21 20:08:53.246 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 21 20:08:53.246 INFO kablam! | ----^^^^^^ Oct 21 20:08:53.246 INFO kablam! | | Oct 21 20:08:53.246 INFO kablam! | help: remove this `mut` Oct 21 20:08:53.247 INFO kablam! Oct 21 20:08:53.280 INFO kablam! warning: variable does not need to be mutable Oct 21 20:08:53.281 INFO kablam! --> src/main.rs:383:9 Oct 21 20:08:53.281 INFO kablam! | Oct 21 20:08:53.281 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 21 20:08:53.282 INFO kablam! | ----^^^ Oct 21 20:08:53.282 INFO kablam! | | Oct 21 20:08:53.282 INFO kablam! | help: remove this `mut` Oct 21 20:08:53.282 INFO kablam! Oct 21 20:08:53.360 INFO kablam! warning: unused import: `image::GenericImage` Oct 21 20:08:53.361 INFO kablam! --> src/main.rs:16:5 Oct 21 20:08:53.361 INFO kablam! | Oct 21 20:08:53.362 INFO kablam! 16 | use image::GenericImage; Oct 21 20:08:53.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.362 INFO kablam! Oct 21 20:08:53.432 INFO kablam! warning: unused variable: `rng` Oct 21 20:08:53.433 INFO kablam! --> src/main.rs:383:13 Oct 21 20:08:53.433 INFO kablam! | Oct 21 20:08:53.433 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 21 20:08:53.434 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 21 20:08:53.434 INFO kablam! | Oct 21 20:08:53.434 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:08:53.435 INFO kablam! Oct 21 20:08:53.435 INFO kablam! warning: unused variable: `modified_set` Oct 21 20:08:53.435 INFO kablam! --> src/main.rs:170:49 Oct 21 20:08:53.436 INFO kablam! | Oct 21 20:08:53.436 INFO kablam! 170 | let &ModifiedTerrain((was_modified, ref modified_set)) = &*modified; Oct 21 20:08:53.436 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_modified_set` instead Oct 21 20:08:53.437 INFO kablam! Oct 21 20:08:53.437 INFO kablam! warning: unused variable: `new_set` Oct 21 20:08:53.437 INFO kablam! --> src/main.rs:171:39 Oct 21 20:08:53.437 INFO kablam! | Oct 21 20:08:53.438 INFO kablam! 171 | let &NewTerrain((was_new, ref new_set)) = &*new; Oct 21 20:08:53.438 INFO kablam! | ^^^^^^^ help: consider using `_new_set` instead Oct 21 20:08:53.438 INFO kablam! Oct 21 20:08:53.438 INFO kablam! warning: unused variable: `grid` Oct 21 20:08:53.438 INFO kablam! --> src/main.rs:275:24 Oct 21 20:08:53.438 INFO kablam! | Oct 21 20:08:53.438 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 21 20:08:53.438 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 21 20:08:53.438 INFO kablam! Oct 21 20:08:53.438 INFO kablam! warning: unused variable: `colors` Oct 21 20:08:53.438 INFO kablam! --> src/main.rs:275:34 Oct 21 20:08:53.438 INFO kablam! | Oct 21 20:08:53.438 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 21 20:08:53.438 INFO kablam! | ^^^^^^ help: consider using `_colors` instead Oct 21 20:08:53.438 INFO kablam! Oct 21 20:08:53.448 INFO kablam! warning: variable does not need to be mutable Oct 21 20:08:53.448 INFO kablam! --> src/main.rs:135:16 Oct 21 20:08:53.448 INFO kablam! | Oct 21 20:08:53.448 INFO kablam! 135 | pub fn new(mut program: Program, WorldUniforms>, tilemap: Texture2D) -> Self { Oct 21 20:08:53.448 INFO kablam! | ----^^^^^^^ Oct 21 20:08:53.448 INFO kablam! | | Oct 21 20:08:53.448 INFO kablam! | help: remove this `mut` Oct 21 20:08:53.448 INFO kablam! | Oct 21 20:08:53.448 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:08:53.448 INFO kablam! Oct 21 20:08:53.484 INFO kablam! warning: variable does not need to be mutable Oct 21 20:08:53.488 INFO kablam! --> src/main.rs:275:30 Oct 21 20:08:53.488 INFO kablam! | Oct 21 20:08:53.488 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 21 20:08:53.488 INFO kablam! | ----^^^^^^ Oct 21 20:08:53.488 INFO kablam! | | Oct 21 20:08:53.488 INFO kablam! | help: remove this `mut` Oct 21 20:08:53.488 INFO kablam! Oct 21 20:08:53.508 INFO kablam! warning: variable does not need to be mutable Oct 21 20:08:53.508 INFO kablam! --> src/main.rs:383:9 Oct 21 20:08:53.508 INFO kablam! | Oct 21 20:08:53.508 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 21 20:08:53.508 INFO kablam! | ----^^^ Oct 21 20:08:53.508 INFO kablam! | | Oct 21 20:08:53.508 INFO kablam! | help: remove this `mut` Oct 21 20:08:53.508 INFO kablam! Oct 21 20:08:53.584 INFO kablam! warning: variant is never constructed: `StreamDraw` Oct 21 20:08:53.584 INFO kablam! --> src/gl_api/buffer.rs:53:5 Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.584 INFO kablam! 53 | StreamDraw = gl::STREAM_DRAW, Oct 21 20:08:53.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.584 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:08:53.584 INFO kablam! Oct 21 20:08:53.584 INFO kablam! warning: variant is never constructed: `StreamRead` Oct 21 20:08:53.584 INFO kablam! --> src/gl_api/buffer.rs:55:5 Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.584 INFO kablam! 55 | StreamRead = gl::STREAM_READ, Oct 21 20:08:53.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.584 INFO kablam! Oct 21 20:08:53.584 INFO kablam! warning: variant is never constructed: `StreamCopy` Oct 21 20:08:53.584 INFO kablam! --> src/gl_api/buffer.rs:57:5 Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.584 INFO kablam! 57 | StreamCopy = gl::STREAM_COPY, Oct 21 20:08:53.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.584 INFO kablam! Oct 21 20:08:53.584 INFO kablam! warning: variant is never constructed: `StaticRead` Oct 21 20:08:53.584 INFO kablam! --> src/gl_api/buffer.rs:61:5 Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.584 INFO kablam! 61 | StaticRead = gl::STATIC_READ, Oct 21 20:08:53.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.584 INFO kablam! Oct 21 20:08:53.584 INFO kablam! warning: variant is never constructed: `StaticCopy` Oct 21 20:08:53.584 INFO kablam! --> src/gl_api/buffer.rs:63:5 Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.584 INFO kablam! 63 | StaticCopy = gl::STATIC_COPY, Oct 21 20:08:53.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.584 INFO kablam! Oct 21 20:08:53.584 INFO kablam! warning: variant is never constructed: `DynamicRead` Oct 21 20:08:53.584 INFO kablam! --> src/gl_api/buffer.rs:67:5 Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.584 INFO kablam! 67 | DynamicRead = gl::DYNAMIC_READ, Oct 21 20:08:53.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.584 INFO kablam! Oct 21 20:08:53.584 INFO kablam! warning: variant is never constructed: `DynamicCopy` Oct 21 20:08:53.584 INFO kablam! --> src/gl_api/buffer.rs:69:5 Oct 21 20:08:53.584 INFO kablam! | Oct 21 20:08:53.585 INFO kablam! 69 | DynamicCopy = gl::DYNAMIC_COPY, Oct 21 20:08:53.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.585 INFO kablam! Oct 21 20:08:53.585 INFO kablam! warning: method is never used: `len` Oct 21 20:08:53.585 INFO kablam! --> src/gl_api/buffer.rs:152:5 Oct 21 20:08:53.585 INFO kablam! | Oct 21 20:08:53.585 INFO kablam! 152 | pub fn len(&self) -> usize { self.buf.len() } Oct 21 20:08:53.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.585 INFO kablam! Oct 21 20:08:53.585 INFO kablam! warning: variant is never constructed: `ZeroLength` Oct 21 20:08:53.585 INFO kablam! --> src/gl_api/buffer.rs:162:5 Oct 21 20:08:53.585 INFO kablam! | Oct 21 20:08:53.585 INFO kablam! 162 | ZeroLength, Oct 21 20:08:53.585 INFO kablam! | ^^^^^^^^^^ Oct 21 20:08:53.585 INFO kablam! Oct 21 20:08:53.585 INFO kablam! warning: type alias is never used: `ElementBuffer` Oct 21 20:08:53.585 INFO kablam! --> src/gl_api/buffer.rs:226:1 Oct 21 20:08:53.585 INFO kablam! | Oct 21 20:08:53.585 INFO kablam! 226 | pub type ElementBuffer = Buffer; Oct 21 20:08:53.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.585 INFO kablam! Oct 21 20:08:53.596 INFO kablam! warning: function is never used: `polygon_mode` Oct 21 20:08:53.596 INFO kablam! --> src/gl_api/misc.rs:12:1 Oct 21 20:08:53.596 INFO kablam! | Oct 21 20:08:53.596 INFO kablam! 12 | pub fn polygon_mode(mode: PolygonMode) { Oct 21 20:08:53.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.596 INFO kablam! Oct 21 20:08:53.596 INFO kablam! warning: enum is never used: `ClearMode` Oct 21 20:08:53.596 INFO kablam! --> src/gl_api/misc.rs:17:1 Oct 21 20:08:53.596 INFO kablam! | Oct 21 20:08:53.596 INFO kablam! 17 | pub enum ClearMode { Oct 21 20:08:53.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.596 INFO kablam! Oct 21 20:08:53.596 INFO kablam! warning: function is never used: `clear` Oct 21 20:08:53.596 INFO kablam! --> src/gl_api/misc.rs:22:1 Oct 21 20:08:53.596 INFO kablam! | Oct 21 20:08:53.596 INFO kablam! 22 | pub fn clear(mode: ClearMode) { Oct 21 20:08:53.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.596 INFO kablam! Oct 21 20:08:53.596 INFO kablam! warning: struct is never constructed: `StorageBindPoint` Oct 21 20:08:53.596 INFO kablam! --> src/gl_api/shader/program.rs:17:1 Oct 21 20:08:53.596 INFO kablam! | Oct 21 20:08:53.596 INFO kablam! 17 | pub struct StorageBindPoint { Oct 21 20:08:53.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.596 INFO kablam! Oct 21 20:08:53.596 INFO kablam! warning: method is never used: `with_geometry` Oct 21 20:08:53.596 INFO kablam! --> src/gl_api/shader/program.rs:102:5 Oct 21 20:08:53.596 INFO kablam! | Oct 21 20:08:53.597 INFO kablam! 102 | pub fn with_geometry(mut self, shader: Shader) -> Self { Oct 21 20:08:53.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.597 INFO kablam! Oct 21 20:08:53.597 INFO kablam! warning: method is never used: `with_tesselation` Oct 21 20:08:53.597 INFO kablam! --> src/gl_api/shader/program.rs:108:5 Oct 21 20:08:53.597 INFO kablam! | Oct 21 20:08:53.597 INFO kablam! 108 | pub fn with_tesselation(mut self, tess_control: Shader, tess_eval: Shader) -> Self { Oct 21 20:08:53.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.597 INFO kablam! Oct 21 20:08:53.597 INFO kablam! warning: field is never used: `shader_type` Oct 21 20:08:53.597 INFO kablam! --> src/gl_api/shader/shader.rs:54:5 Oct 21 20:08:53.597 INFO kablam! | Oct 21 20:08:53.597 INFO kablam! 54 | pub(in super) shader_type: ShaderType, Oct 21 20:08:53.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.597 INFO kablam! Oct 21 20:08:53.597 INFO kablam! warning: variant is never constructed: `ProgramCreation` Oct 21 20:08:53.597 INFO kablam! --> src/gl_api/shader/mod.rs:14:5 Oct 21 20:08:53.597 INFO kablam! | Oct 21 20:08:53.597 INFO kablam! 14 | ProgramCreation, Oct 21 20:08:53.597 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:08:53.597 INFO kablam! Oct 21 20:08:53.597 INFO kablam! warning: function is never used: `simple_pipeline` Oct 21 20:08:53.597 INFO kablam! --> src/gl_api/shader/mod.rs:29:1 Oct 21 20:08:53.597 INFO kablam! | Oct 21 20:08:53.597 INFO kablam! 29 | / pub fn simple_pipeline, P2: AsRef>( Oct 21 20:08:53.597 INFO kablam! 30 | | vert: P1, Oct 21 20:08:53.597 INFO kablam! 31 | | frag: P2, Oct 21 20:08:53.597 INFO kablam! 32 | | ) -> Result { Oct 21 20:08:53.597 INFO kablam! ... | Oct 21 20:08:53.597 INFO kablam! 43 | | Ok(program.link().unwrap()) Oct 21 20:08:53.597 INFO kablam! 44 | | } Oct 21 20:08:53.597 INFO kablam! | |_^ Oct 21 20:08:53.597 INFO kablam! Oct 21 20:08:53.597 INFO kablam! warning: variant is never constructed: `Nearest` Oct 21 20:08:53.597 INFO kablam! --> src/gl_api/texture.rs:24:5 Oct 21 20:08:53.597 INFO kablam! | Oct 21 20:08:53.597 INFO kablam! 24 | Nearest = gl::NEAREST, Oct 21 20:08:53.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:26:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 26 | NearestMipmapNearest = gl::NEAREST_MIPMAP_NEAREST, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:27:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 27 | LinearMipmapNearest = gl::LINEAR_MIPMAP_NEAREST, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:28:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 28 | NearestMipmapLinear = gl::NEAREST_MIPMAP_LINEAR, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:29:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 29 | LinearMipmapLinear = gl::LINEAR_MIPMAP_LINEAR, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `Linear` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:35:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 35 | Linear = gl::LINEAR, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `ClampToEdge` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:40:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 40 | ClampToEdge = gl::CLAMP_TO_EDGE, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `ClampToBorder` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:41:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 41 | ClampToBorder = gl::CLAMP_TO_BORDER, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `MirroredRepeat` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:42:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 42 | MirroredRepeat = gl::MIRRORED_REPEAT, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `MirrorClampToEdge` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:44:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 44 | MirrorClampToEdge = gl::MIRROR_CLAMP_TO_EDGE, Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: variant is never constructed: `R` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:48:11 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 48 | S, T, R Oct 21 20:08:53.598 INFO kablam! | ^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: method is never used: `source_from_image` Oct 21 20:08:53.598 INFO kablam! --> src/gl_api/texture.rs:97:5 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 97 | pub fn source_from_image>(&self, path: P) -> TextureResult<()> { Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: struct is never constructed: `As2D` Oct 21 20:08:53.598 INFO kablam! --> src/grid.rs:1:1 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 1 | struct As2D { Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: type alias is never used: `GridY` Oct 21 20:08:53.598 INFO kablam! --> src/grid.rs:23:1 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.598 INFO kablam! 23 | pub type GridY = Grid; Oct 21 20:08:53.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.598 INFO kablam! Oct 21 20:08:53.598 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_UP` Oct 21 20:08:53.598 INFO kablam! --> src/tiles.rs:83:1 Oct 21 20:08:53.598 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 83 | pub const BORDER_T_POINT_UP: BorderTile = BorderTile { top: true, bottom: false, left: true, right: true }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_DOWN` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:84:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 84 | pub const BORDER_T_POINT_DOWN: BorderTile = BorderTile { top: false, bottom: true, left: true, right: true }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_LEFT` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:85:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 85 | pub const BORDER_T_POINT_LEFT: BorderTile = BorderTile { top: true, bottom: true, left: true, right: false }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_RIGHT` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:86:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 86 | pub const BORDER_T_POINT_RIGHT: BorderTile = BorderTile { top: true, bottom: true, left: false, right: true }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_NUB_TOP` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:87:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 87 | pub const BORDER_NUB_TOP: BorderTile = BorderTile { top: true, bottom: false, left: false, right: false }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_NUB_BOTTOM` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:88:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 88 | pub const BORDER_NUB_BOTTOM: BorderTile = BorderTile { top: false, bottom: true, left: false, right: false }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_NUB_LEFT` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:89:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 89 | pub const BORDER_NUB_LEFT: BorderTile = BorderTile { top: false, bottom: false, left: true, right: false }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_NUB_RIGHT` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:90:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 90 | pub const BORDER_NUB_RIGHT: BorderTile = BorderTile { top: false, bottom: false, left: false, right: true }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_CROSS` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:97:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 97 | pub const BORDER_CROSS: BorderTile = BorderTile { top: true, bottom: true, left: true, right: true }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.599 INFO kablam! warning: constant item is never used: `BORDER_AIR` Oct 21 20:08:53.599 INFO kablam! --> src/tiles.rs:98:1 Oct 21 20:08:53.599 INFO kablam! | Oct 21 20:08:53.599 INFO kablam! 98 | pub const BORDER_AIR: BorderTile = BorderTile { top: false, bottom: false, left: false, right: false }; Oct 21 20:08:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.599 INFO kablam! Oct 21 20:08:53.844 INFO kablam! warning: variant is never constructed: `StreamDraw` Oct 21 20:08:53.844 INFO kablam! --> src/gl_api/buffer.rs:53:5 Oct 21 20:08:53.844 INFO kablam! | Oct 21 20:08:53.844 INFO kablam! 53 | StreamDraw = gl::STREAM_DRAW, Oct 21 20:08:53.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.844 INFO kablam! | Oct 21 20:08:53.844 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:08:53.844 INFO kablam! Oct 21 20:08:53.844 INFO kablam! warning: variant is never constructed: `StreamRead` Oct 21 20:08:53.845 INFO kablam! --> src/gl_api/buffer.rs:55:5 Oct 21 20:08:53.845 INFO kablam! | Oct 21 20:08:53.845 INFO kablam! 55 | StreamRead = gl::STREAM_READ, Oct 21 20:08:53.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.845 INFO kablam! Oct 21 20:08:53.845 INFO kablam! warning: variant is never constructed: `StreamCopy` Oct 21 20:08:53.845 INFO kablam! --> src/gl_api/buffer.rs:57:5 Oct 21 20:08:53.845 INFO kablam! | Oct 21 20:08:53.845 INFO kablam! 57 | StreamCopy = gl::STREAM_COPY, Oct 21 20:08:53.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.845 INFO kablam! Oct 21 20:08:53.845 INFO kablam! warning: variant is never constructed: `StaticRead` Oct 21 20:08:53.845 INFO kablam! --> src/gl_api/buffer.rs:61:5 Oct 21 20:08:53.845 INFO kablam! | Oct 21 20:08:53.845 INFO kablam! 61 | StaticRead = gl::STATIC_READ, Oct 21 20:08:53.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.845 INFO kablam! Oct 21 20:08:53.845 INFO kablam! warning: variant is never constructed: `StaticCopy` Oct 21 20:08:53.845 INFO kablam! --> src/gl_api/buffer.rs:63:5 Oct 21 20:08:53.845 INFO kablam! | Oct 21 20:08:53.845 INFO kablam! 63 | StaticCopy = gl::STATIC_COPY, Oct 21 20:08:53.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.846 INFO kablam! Oct 21 20:08:53.846 INFO kablam! warning: variant is never constructed: `DynamicRead` Oct 21 20:08:53.846 INFO kablam! --> src/gl_api/buffer.rs:67:5 Oct 21 20:08:53.846 INFO kablam! | Oct 21 20:08:53.846 INFO kablam! 67 | DynamicRead = gl::DYNAMIC_READ, Oct 21 20:08:53.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.846 INFO kablam! Oct 21 20:08:53.846 INFO kablam! warning: variant is never constructed: `DynamicCopy` Oct 21 20:08:53.846 INFO kablam! --> src/gl_api/buffer.rs:69:5 Oct 21 20:08:53.846 INFO kablam! | Oct 21 20:08:53.846 INFO kablam! 69 | DynamicCopy = gl::DYNAMIC_COPY, Oct 21 20:08:53.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.846 INFO kablam! Oct 21 20:08:53.846 INFO kablam! warning: method is never used: `len` Oct 21 20:08:53.846 INFO kablam! --> src/gl_api/buffer.rs:152:5 Oct 21 20:08:53.846 INFO kablam! | Oct 21 20:08:53.846 INFO kablam! 152 | pub fn len(&self) -> usize { self.buf.len() } Oct 21 20:08:53.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.846 INFO kablam! Oct 21 20:08:53.846 INFO kablam! warning: variant is never constructed: `ZeroLength` Oct 21 20:08:53.846 INFO kablam! --> src/gl_api/buffer.rs:162:5 Oct 21 20:08:53.846 INFO kablam! | Oct 21 20:08:53.846 INFO kablam! 162 | ZeroLength, Oct 21 20:08:53.847 INFO kablam! | ^^^^^^^^^^ Oct 21 20:08:53.847 INFO kablam! Oct 21 20:08:53.847 INFO kablam! warning: type alias is never used: `ElementBuffer` Oct 21 20:08:53.847 INFO kablam! --> src/gl_api/buffer.rs:226:1 Oct 21 20:08:53.847 INFO kablam! | Oct 21 20:08:53.847 INFO kablam! 226 | pub type ElementBuffer = Buffer; Oct 21 20:08:53.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.847 INFO kablam! Oct 21 20:08:53.847 INFO kablam! warning: function is never used: `polygon_mode` Oct 21 20:08:53.847 INFO kablam! --> src/gl_api/misc.rs:12:1 Oct 21 20:08:53.847 INFO kablam! | Oct 21 20:08:53.847 INFO kablam! 12 | pub fn polygon_mode(mode: PolygonMode) { Oct 21 20:08:53.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.847 INFO kablam! Oct 21 20:08:53.847 INFO kablam! warning: enum is never used: `ClearMode` Oct 21 20:08:53.847 INFO kablam! --> src/gl_api/misc.rs:17:1 Oct 21 20:08:53.847 INFO kablam! | Oct 21 20:08:53.847 INFO kablam! 17 | pub enum ClearMode { Oct 21 20:08:53.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.847 INFO kablam! Oct 21 20:08:53.847 INFO kablam! warning: function is never used: `clear` Oct 21 20:08:53.847 INFO kablam! --> src/gl_api/misc.rs:22:1 Oct 21 20:08:53.848 INFO kablam! | Oct 21 20:08:53.848 INFO kablam! 22 | pub fn clear(mode: ClearMode) { Oct 21 20:08:53.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.848 INFO kablam! Oct 21 20:08:53.848 INFO kablam! warning: struct is never constructed: `StorageBindPoint` Oct 21 20:08:53.848 INFO kablam! --> src/gl_api/shader/program.rs:17:1 Oct 21 20:08:53.848 INFO kablam! | Oct 21 20:08:53.848 INFO kablam! 17 | pub struct StorageBindPoint { Oct 21 20:08:53.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.848 INFO kablam! Oct 21 20:08:53.848 INFO kablam! warning: method is never used: `with_geometry` Oct 21 20:08:53.848 INFO kablam! --> src/gl_api/shader/program.rs:102:5 Oct 21 20:08:53.848 INFO kablam! | Oct 21 20:08:53.848 INFO kablam! 102 | pub fn with_geometry(mut self, shader: Shader) -> Self { Oct 21 20:08:53.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.848 INFO kablam! Oct 21 20:08:53.848 INFO kablam! warning: method is never used: `with_tesselation` Oct 21 20:08:53.848 INFO kablam! --> src/gl_api/shader/program.rs:108:5 Oct 21 20:08:53.848 INFO kablam! | Oct 21 20:08:53.848 INFO kablam! 108 | pub fn with_tesselation(mut self, tess_control: Shader, tess_eval: Shader) -> Self { Oct 21 20:08:53.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.848 INFO kablam! Oct 21 20:08:53.848 INFO kablam! warning: field is never used: `shader_type` Oct 21 20:08:53.848 INFO kablam! --> src/gl_api/shader/shader.rs:54:5 Oct 21 20:08:53.849 INFO kablam! | Oct 21 20:08:53.849 INFO kablam! 54 | pub(in super) shader_type: ShaderType, Oct 21 20:08:53.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.849 INFO kablam! Oct 21 20:08:53.849 INFO kablam! warning: variant is never constructed: `ProgramCreation` Oct 21 20:08:53.849 INFO kablam! --> src/gl_api/shader/mod.rs:14:5 Oct 21 20:08:53.849 INFO kablam! | Oct 21 20:08:53.849 INFO kablam! 14 | ProgramCreation, Oct 21 20:08:53.849 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:08:53.849 INFO kablam! Oct 21 20:08:53.849 INFO kablam! warning: function is never used: `simple_pipeline` Oct 21 20:08:53.849 INFO kablam! --> src/gl_api/shader/mod.rs:29:1 Oct 21 20:08:53.849 INFO kablam! | Oct 21 20:08:53.849 INFO kablam! 29 | / pub fn simple_pipeline, P2: AsRef>( Oct 21 20:08:53.849 INFO kablam! 30 | | vert: P1, Oct 21 20:08:53.849 INFO kablam! 31 | | frag: P2, Oct 21 20:08:53.849 INFO kablam! 32 | | ) -> Result { Oct 21 20:08:53.849 INFO kablam! ... | Oct 21 20:08:53.849 INFO kablam! 43 | | Ok(program.link().unwrap()) Oct 21 20:08:53.849 INFO kablam! 44 | | } Oct 21 20:08:53.849 INFO kablam! | |_^ Oct 21 20:08:53.849 INFO kablam! Oct 21 20:08:53.849 INFO kablam! warning: variant is never constructed: `Nearest` Oct 21 20:08:53.849 INFO kablam! --> src/gl_api/texture.rs:24:5 Oct 21 20:08:53.850 INFO kablam! | Oct 21 20:08:53.850 INFO kablam! 24 | Nearest = gl::NEAREST, Oct 21 20:08:53.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.850 INFO kablam! Oct 21 20:08:53.850 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 21 20:08:53.850 INFO kablam! --> src/gl_api/texture.rs:26:5 Oct 21 20:08:53.850 INFO kablam! | Oct 21 20:08:53.850 INFO kablam! 26 | NearestMipmapNearest = gl::NEAREST_MIPMAP_NEAREST, Oct 21 20:08:53.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.850 INFO kablam! Oct 21 20:08:53.850 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 21 20:08:53.850 INFO kablam! --> src/gl_api/texture.rs:27:5 Oct 21 20:08:53.850 INFO kablam! | Oct 21 20:08:53.850 INFO kablam! 27 | LinearMipmapNearest = gl::LINEAR_MIPMAP_NEAREST, Oct 21 20:08:53.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.850 INFO kablam! Oct 21 20:08:53.850 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 21 20:08:53.850 INFO kablam! --> src/gl_api/texture.rs:28:5 Oct 21 20:08:53.850 INFO kablam! | Oct 21 20:08:53.850 INFO kablam! 28 | NearestMipmapLinear = gl::NEAREST_MIPMAP_LINEAR, Oct 21 20:08:53.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.850 INFO kablam! Oct 21 20:08:53.850 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 21 20:08:53.851 INFO kablam! --> src/gl_api/texture.rs:29:5 Oct 21 20:08:53.851 INFO kablam! | Oct 21 20:08:53.851 INFO kablam! 29 | LinearMipmapLinear = gl::LINEAR_MIPMAP_LINEAR, Oct 21 20:08:53.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.851 INFO kablam! Oct 21 20:08:53.851 INFO kablam! warning: variant is never constructed: `Linear` Oct 21 20:08:53.851 INFO kablam! --> src/gl_api/texture.rs:35:5 Oct 21 20:08:53.851 INFO kablam! | Oct 21 20:08:53.851 INFO kablam! 35 | Linear = gl::LINEAR, Oct 21 20:08:53.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.851 INFO kablam! Oct 21 20:08:53.851 INFO kablam! warning: variant is never constructed: `ClampToEdge` Oct 21 20:08:53.851 INFO kablam! --> src/gl_api/texture.rs:40:5 Oct 21 20:08:53.851 INFO kablam! | Oct 21 20:08:53.851 INFO kablam! 40 | ClampToEdge = gl::CLAMP_TO_EDGE, Oct 21 20:08:53.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.851 INFO kablam! Oct 21 20:08:53.851 INFO kablam! warning: variant is never constructed: `ClampToBorder` Oct 21 20:08:53.851 INFO kablam! --> src/gl_api/texture.rs:41:5 Oct 21 20:08:53.851 INFO kablam! | Oct 21 20:08:53.851 INFO kablam! 41 | ClampToBorder = gl::CLAMP_TO_BORDER, Oct 21 20:08:53.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.851 INFO kablam! Oct 21 20:08:53.851 INFO kablam! warning: variant is never constructed: `MirroredRepeat` Oct 21 20:08:53.851 INFO kablam! --> src/gl_api/texture.rs:42:5 Oct 21 20:08:53.851 INFO kablam! | Oct 21 20:08:53.851 INFO kablam! 42 | MirroredRepeat = gl::MIRRORED_REPEAT, Oct 21 20:08:53.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.851 INFO kablam! Oct 21 20:08:53.851 INFO kablam! warning: variant is never constructed: `MirrorClampToEdge` Oct 21 20:08:53.851 INFO kablam! --> src/gl_api/texture.rs:44:5 Oct 21 20:08:53.851 INFO kablam! | Oct 21 20:08:53.852 INFO kablam! 44 | MirrorClampToEdge = gl::MIRROR_CLAMP_TO_EDGE, Oct 21 20:08:53.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.852 INFO kablam! Oct 21 20:08:53.852 INFO kablam! warning: variant is never constructed: `R` Oct 21 20:08:53.852 INFO kablam! --> src/gl_api/texture.rs:48:11 Oct 21 20:08:53.852 INFO kablam! | Oct 21 20:08:53.852 INFO kablam! 48 | S, T, R Oct 21 20:08:53.852 INFO kablam! | ^ Oct 21 20:08:53.852 INFO kablam! Oct 21 20:08:53.852 INFO kablam! warning: method is never used: `source_from_image` Oct 21 20:08:53.852 INFO kablam! --> src/gl_api/texture.rs:97:5 Oct 21 20:08:53.852 INFO kablam! | Oct 21 20:08:53.852 INFO kablam! 97 | pub fn source_from_image>(&self, path: P) -> TextureResult<()> { Oct 21 20:08:53.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.852 INFO kablam! Oct 21 20:08:53.852 INFO kablam! warning: struct is never constructed: `As2D` Oct 21 20:08:53.852 INFO kablam! --> src/grid.rs:1:1 Oct 21 20:08:53.852 INFO kablam! | Oct 21 20:08:53.852 INFO kablam! 1 | struct As2D { Oct 21 20:08:53.852 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:08:53.852 INFO kablam! Oct 21 20:08:53.852 INFO kablam! warning: type alias is never used: `GridY` Oct 21 20:08:53.852 INFO kablam! --> src/grid.rs:23:1 Oct 21 20:08:53.852 INFO kablam! | Oct 21 20:08:53.852 INFO kablam! 23 | pub type GridY = Grid; Oct 21 20:08:53.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.852 INFO kablam! Oct 21 20:08:53.852 INFO kablam! warning: constant item is never used: `BORDER_NUB_TOP` Oct 21 20:08:53.855 INFO kablam! --> src/tiles.rs:87:1 Oct 21 20:08:53.855 INFO kablam! | Oct 21 20:08:53.855 INFO kablam! 87 | pub const BORDER_NUB_TOP: BorderTile = BorderTile { top: true, bottom: false, left: false, right: false }; Oct 21 20:08:53.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.855 INFO kablam! Oct 21 20:08:53.855 INFO kablam! warning: constant item is never used: `BORDER_NUB_BOTTOM` Oct 21 20:08:53.855 INFO kablam! --> src/tiles.rs:88:1 Oct 21 20:08:53.855 INFO kablam! | Oct 21 20:08:53.855 INFO kablam! 88 | pub const BORDER_NUB_BOTTOM: BorderTile = BorderTile { top: false, bottom: true, left: false, right: false }; Oct 21 20:08:53.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.855 INFO kablam! Oct 21 20:08:53.855 INFO kablam! warning: constant item is never used: `BORDER_NUB_LEFT` Oct 21 20:08:53.855 INFO kablam! --> src/tiles.rs:89:1 Oct 21 20:08:53.855 INFO kablam! | Oct 21 20:08:53.855 INFO kablam! 89 | pub const BORDER_NUB_LEFT: BorderTile = BorderTile { top: false, bottom: false, left: true, right: false }; Oct 21 20:08:53.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.855 INFO kablam! Oct 21 20:08:53.855 INFO kablam! warning: constant item is never used: `BORDER_NUB_RIGHT` Oct 21 20:08:53.855 INFO kablam! --> src/tiles.rs:90:1 Oct 21 20:08:53.855 INFO kablam! | Oct 21 20:08:53.855 INFO kablam! 90 | pub const BORDER_NUB_RIGHT: BorderTile = BorderTile { top: false, bottom: false, left: false, right: true }; Oct 21 20:08:53.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.855 INFO kablam! Oct 21 20:08:53.855 INFO kablam! warning: constant item is never used: `BORDER_CROSS` Oct 21 20:08:53.855 INFO kablam! --> src/tiles.rs:97:1 Oct 21 20:08:53.855 INFO kablam! | Oct 21 20:08:53.855 INFO kablam! 97 | pub const BORDER_CROSS: BorderTile = BorderTile { top: true, bottom: true, left: true, right: true }; Oct 21 20:08:53.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.855 INFO kablam! Oct 21 20:08:53.855 INFO kablam! warning: constant item is never used: `BORDER_AIR` Oct 21 20:08:53.855 INFO kablam! --> src/tiles.rs:98:1 Oct 21 20:08:53.855 INFO kablam! | Oct 21 20:08:53.855 INFO kablam! 98 | pub const BORDER_AIR: BorderTile = BorderTile { top: false, bottom: false, left: false, right: false }; Oct 21 20:08:53.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:53.855 INFO kablam! Oct 21 20:08:53.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.94s Oct 21 20:08:53.944 INFO kablam! su: No module specific data is present Oct 21 20:08:54.243 INFO running `"docker" "rm" "-f" "66d3d982f8d539e909171d99a70a49d9e058fb4a567be30c431b0a047df82b6f"` Oct 21 20:08:54.353 INFO blam! 66d3d982f8d539e909171d99a70a49d9e058fb4a567be30c431b0a047df82b6f