Oct 27 09:05:34.828 INFO checking XavilPergis/birblike against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:05:34.830 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 09:05:35.355 INFO blam! 98656feb81f6c25443a66ea129ea740485371111da1bc18c31a3a77b9268d4b3 Oct 27 09:05:35.367 INFO running `"docker" "start" "-a" "98656feb81f6c25443a66ea129ea740485371111da1bc18c31a3a77b9268d4b3"` Oct 27 09:05:36.631 INFO kablam! usermod: no changes Oct 27 09:05:36.983 INFO kablam! Compiling wayland-scanner v0.20.10 Oct 27 09:05:36.999 INFO kablam! Compiling glutin v0.16.0 Oct 27 09:05:36.999 INFO kablam! Checking cgmath v0.16.1 Oct 27 09:05:36.999 INFO kablam! Checking shrev v1.0.1 Oct 27 09:05:36.999 INFO kablam! Checking wayland-sys v0.20.10 Oct 27 09:05:36.999 INFO kablam! Checking shred v0.7.0 Oct 27 09:05:36.999 INFO kablam! Checking hibitset v0.5.0 Oct 27 09:05:36.999 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 27 09:05:40.021 INFO kablam! Checking wayland-commons v0.20.10 Oct 27 09:05:47.763 INFO kablam! Checking image v0.19.0 Oct 27 09:05:49.814 INFO kablam! Compiling wayland-client v0.20.10 Oct 27 09:05:49.814 INFO kablam! Compiling wayland-protocols v0.20.10 Oct 27 09:05:53.293 INFO kablam! Checking specs v0.11.2 Oct 27 09:06:12.791 INFO kablam! Checking smithay-client-toolkit v0.2.1 Oct 27 09:06:14.716 INFO kablam! Checking winit v0.15.0 Oct 27 09:06:19.851 INFO kablam! Checking birblike v0.1.0 (/source) Oct 27 09:06:23.670 INFO kablam! warning: unused import: `gl_api::shader::shader::ShaderResult` Oct 27 09:06:23.670 INFO kablam! --> src/gl_api/shader/program.rs:4:5 Oct 27 09:06:23.670 INFO kablam! | Oct 27 09:06:23.670 INFO kablam! 4 | use gl_api::shader::shader::ShaderResult; Oct 27 09:06:23.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:23.670 INFO kablam! | Oct 27 09:06:23.670 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:06:23.670 INFO kablam! Oct 27 09:06:23.670 INFO kablam! warning: unused import: `std::path::Path` Oct 27 09:06:23.670 INFO kablam! --> src/gl_api/shader/program.rs:5:5 Oct 27 09:06:23.670 INFO kablam! | Oct 27 09:06:23.670 INFO kablam! 5 | use std::path::Path; Oct 27 09:06:23.670 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:06:23.670 INFO kablam! Oct 27 09:06:23.670 INFO kablam! warning: unused import: `gl_api::error::GlResult` Oct 27 09:06:23.670 INFO kablam! --> src/gl_api/shader/program.rs:7:5 Oct 27 09:06:23.670 INFO kablam! | Oct 27 09:06:23.670 INFO kablam! 7 | use gl_api::error::GlResult; Oct 27 09:06:23.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:23.670 INFO kablam! Oct 27 09:06:23.670 INFO kablam! warning: unused import: `image::RgbaImage` Oct 27 09:06:23.670 INFO kablam! --> src/gl_api/texture.rs:1:5 Oct 27 09:06:23.670 INFO kablam! | Oct 27 09:06:23.670 INFO kablam! 1 | use image::RgbaImage; Oct 27 09:06:23.670 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 09:06:23.670 INFO kablam! Oct 27 09:06:23.674 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 27 09:06:23.674 INFO kablam! --> src/grid.rs:7:16 Oct 27 09:06:23.674 INFO kablam! | Oct 27 09:06:23.674 INFO kablam! 7 | use std::ops::{Add, Mul}; Oct 27 09:06:23.674 INFO kablam! | ^^^ ^^^ Oct 27 09:06:23.674 INFO kablam! Oct 27 09:06:23.674 INFO kablam! warning: unused import: `rand::Rng` Oct 27 09:06:23.674 INFO kablam! --> src/main.rs:19:5 Oct 27 09:06:23.674 INFO kablam! | Oct 27 09:06:23.674 INFO kablam! 19 | use rand::Rng; Oct 27 09:06:23.674 INFO kablam! | ^^^^^^^^^ Oct 27 09:06:23.674 INFO kablam! Oct 27 09:06:23.674 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 27 09:06:23.674 INFO kablam! --> src/main.rs:28:5 Oct 27 09:06:23.674 INFO kablam! | Oct 27 09:06:23.674 INFO kablam! 28 | use std::marker::PhantomData; Oct 27 09:06:23.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:23.674 INFO kablam! Oct 27 09:06:23.803 INFO kablam! warning: unused import: `gl_api::shader::shader::ShaderResult` Oct 27 09:06:23.803 INFO kablam! --> src/gl_api/shader/program.rs:4:5 Oct 27 09:06:23.803 INFO kablam! | Oct 27 09:06:23.803 INFO kablam! 4 | use gl_api::shader::shader::ShaderResult; Oct 27 09:06:23.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:23.803 INFO kablam! | Oct 27 09:06:23.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:06:23.803 INFO kablam! Oct 27 09:06:23.803 INFO kablam! warning: unused import: `std::path::Path` Oct 27 09:06:23.803 INFO kablam! --> src/gl_api/shader/program.rs:5:5 Oct 27 09:06:23.803 INFO kablam! | Oct 27 09:06:23.803 INFO kablam! 5 | use std::path::Path; Oct 27 09:06:23.803 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:06:23.803 INFO kablam! Oct 27 09:06:23.803 INFO kablam! warning: unused import: `gl_api::error::GlResult` Oct 27 09:06:23.803 INFO kablam! --> src/gl_api/shader/program.rs:7:5 Oct 27 09:06:23.803 INFO kablam! | Oct 27 09:06:23.803 INFO kablam! 7 | use gl_api::error::GlResult; Oct 27 09:06:23.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:23.803 INFO kablam! Oct 27 09:06:23.803 INFO kablam! warning: unused import: `image::RgbaImage` Oct 27 09:06:23.803 INFO kablam! --> src/gl_api/texture.rs:1:5 Oct 27 09:06:23.803 INFO kablam! | Oct 27 09:06:23.803 INFO kablam! 1 | use image::RgbaImage; Oct 27 09:06:23.803 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 09:06:23.803 INFO kablam! Oct 27 09:06:23.804 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 27 09:06:23.804 INFO kablam! --> src/grid.rs:7:16 Oct 27 09:06:23.804 INFO kablam! | Oct 27 09:06:23.804 INFO kablam! 7 | use std::ops::{Add, Mul}; Oct 27 09:06:23.804 INFO kablam! | ^^^ ^^^ Oct 27 09:06:23.804 INFO kablam! Oct 27 09:06:23.807 INFO kablam! warning: unused import: `rand::Rng` Oct 27 09:06:23.807 INFO kablam! --> src/main.rs:19:5 Oct 27 09:06:23.807 INFO kablam! | Oct 27 09:06:23.807 INFO kablam! 19 | use rand::Rng; Oct 27 09:06:23.807 INFO kablam! | ^^^^^^^^^ Oct 27 09:06:23.807 INFO kablam! Oct 27 09:06:23.807 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 27 09:06:23.807 INFO kablam! --> src/main.rs:28:5 Oct 27 09:06:23.807 INFO kablam! | Oct 27 09:06:23.807 INFO kablam! 28 | use std::marker::PhantomData; Oct 27 09:06:23.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:23.807 INFO kablam! Oct 27 09:06:24.431 INFO kablam! warning: unused import: `image::GenericImage` Oct 27 09:06:24.431 INFO kablam! --> src/main.rs:16:5 Oct 27 09:06:24.431 INFO kablam! | Oct 27 09:06:24.431 INFO kablam! 16 | use image::GenericImage; Oct 27 09:06:24.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.431 INFO kablam! Oct 27 09:06:24.511 INFO kablam! warning: unused variable: `rng` Oct 27 09:06:24.511 INFO kablam! --> src/main.rs:383:13 Oct 27 09:06:24.511 INFO kablam! | Oct 27 09:06:24.511 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 27 09:06:24.511 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 27 09:06:24.511 INFO kablam! | Oct 27 09:06:24.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:06:24.511 INFO kablam! Oct 27 09:06:24.512 INFO kablam! warning: unused variable: `modified_set` Oct 27 09:06:24.512 INFO kablam! --> src/main.rs:170:49 Oct 27 09:06:24.512 INFO kablam! | Oct 27 09:06:24.512 INFO kablam! 170 | let &ModifiedTerrain((was_modified, ref modified_set)) = &*modified; Oct 27 09:06:24.512 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_modified_set` instead Oct 27 09:06:24.512 INFO kablam! Oct 27 09:06:24.512 INFO kablam! warning: unused variable: `new_set` Oct 27 09:06:24.512 INFO kablam! --> src/main.rs:171:39 Oct 27 09:06:24.512 INFO kablam! | Oct 27 09:06:24.512 INFO kablam! 171 | let &NewTerrain((was_new, ref new_set)) = &*new; Oct 27 09:06:24.512 INFO kablam! | ^^^^^^^ help: consider using `_new_set` instead Oct 27 09:06:24.512 INFO kablam! Oct 27 09:06:24.512 INFO kablam! warning: unused variable: `grid` Oct 27 09:06:24.512 INFO kablam! --> src/main.rs:275:24 Oct 27 09:06:24.512 INFO kablam! | Oct 27 09:06:24.512 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 27 09:06:24.513 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 27 09:06:24.513 INFO kablam! Oct 27 09:06:24.513 INFO kablam! warning: unused variable: `colors` Oct 27 09:06:24.513 INFO kablam! --> src/main.rs:275:34 Oct 27 09:06:24.513 INFO kablam! | Oct 27 09:06:24.513 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 27 09:06:24.513 INFO kablam! | ^^^^^^ help: consider using `_colors` instead Oct 27 09:06:24.513 INFO kablam! Oct 27 09:06:24.539 INFO kablam! warning: variable does not need to be mutable Oct 27 09:06:24.539 INFO kablam! --> src/main.rs:135:16 Oct 27 09:06:24.539 INFO kablam! | Oct 27 09:06:24.539 INFO kablam! 135 | pub fn new(mut program: Program, WorldUniforms>, tilemap: Texture2D) -> Self { Oct 27 09:06:24.539 INFO kablam! | ----^^^^^^^ Oct 27 09:06:24.539 INFO kablam! | | Oct 27 09:06:24.539 INFO kablam! | help: remove this `mut` Oct 27 09:06:24.539 INFO kablam! | Oct 27 09:06:24.539 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:06:24.539 INFO kablam! Oct 27 09:06:24.607 INFO kablam! warning: variable does not need to be mutable Oct 27 09:06:24.607 INFO kablam! --> src/main.rs:275:30 Oct 27 09:06:24.607 INFO kablam! | Oct 27 09:06:24.607 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 27 09:06:24.607 INFO kablam! | ----^^^^^^ Oct 27 09:06:24.607 INFO kablam! | | Oct 27 09:06:24.607 INFO kablam! | help: remove this `mut` Oct 27 09:06:24.607 INFO kablam! Oct 27 09:06:24.635 INFO kablam! warning: variable does not need to be mutable Oct 27 09:06:24.635 INFO kablam! --> src/main.rs:383:9 Oct 27 09:06:24.635 INFO kablam! | Oct 27 09:06:24.635 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 27 09:06:24.635 INFO kablam! | ----^^^ Oct 27 09:06:24.635 INFO kablam! | | Oct 27 09:06:24.635 INFO kablam! | help: remove this `mut` Oct 27 09:06:24.635 INFO kablam! Oct 27 09:06:24.655 INFO kablam! warning: unused import: `image::GenericImage` Oct 27 09:06:24.655 INFO kablam! --> src/main.rs:16:5 Oct 27 09:06:24.655 INFO kablam! | Oct 27 09:06:24.655 INFO kablam! 16 | use image::GenericImage; Oct 27 09:06:24.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.655 INFO kablam! Oct 27 09:06:24.730 INFO kablam! warning: unused variable: `rng` Oct 27 09:06:24.730 INFO kablam! --> src/main.rs:383:13 Oct 27 09:06:24.730 INFO kablam! | Oct 27 09:06:24.730 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 27 09:06:24.730 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 27 09:06:24.730 INFO kablam! | Oct 27 09:06:24.730 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:06:24.730 INFO kablam! Oct 27 09:06:24.731 INFO kablam! warning: unused variable: `modified_set` Oct 27 09:06:24.731 INFO kablam! --> src/main.rs:170:49 Oct 27 09:06:24.731 INFO kablam! | Oct 27 09:06:24.731 INFO kablam! 170 | let &ModifiedTerrain((was_modified, ref modified_set)) = &*modified; Oct 27 09:06:24.731 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_modified_set` instead Oct 27 09:06:24.731 INFO kablam! Oct 27 09:06:24.731 INFO kablam! warning: unused variable: `new_set` Oct 27 09:06:24.731 INFO kablam! --> src/main.rs:171:39 Oct 27 09:06:24.731 INFO kablam! | Oct 27 09:06:24.731 INFO kablam! 171 | let &NewTerrain((was_new, ref new_set)) = &*new; Oct 27 09:06:24.731 INFO kablam! | ^^^^^^^ help: consider using `_new_set` instead Oct 27 09:06:24.731 INFO kablam! Oct 27 09:06:24.735 INFO kablam! warning: unused variable: `grid` Oct 27 09:06:24.735 INFO kablam! --> src/main.rs:275:24 Oct 27 09:06:24.735 INFO kablam! | Oct 27 09:06:24.735 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 27 09:06:24.735 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 27 09:06:24.735 INFO kablam! Oct 27 09:06:24.735 INFO kablam! warning: unused variable: `colors` Oct 27 09:06:24.735 INFO kablam! --> src/main.rs:275:34 Oct 27 09:06:24.735 INFO kablam! | Oct 27 09:06:24.735 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 27 09:06:24.735 INFO kablam! | ^^^^^^ help: consider using `_colors` instead Oct 27 09:06:24.735 INFO kablam! Oct 27 09:06:24.747 INFO kablam! warning: variable does not need to be mutable Oct 27 09:06:24.747 INFO kablam! --> src/main.rs:135:16 Oct 27 09:06:24.747 INFO kablam! | Oct 27 09:06:24.747 INFO kablam! 135 | pub fn new(mut program: Program, WorldUniforms>, tilemap: Texture2D) -> Self { Oct 27 09:06:24.747 INFO kablam! | ----^^^^^^^ Oct 27 09:06:24.747 INFO kablam! | | Oct 27 09:06:24.747 INFO kablam! | help: remove this `mut` Oct 27 09:06:24.747 INFO kablam! | Oct 27 09:06:24.747 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:06:24.747 INFO kablam! Oct 27 09:06:24.779 INFO kablam! warning: variable does not need to be mutable Oct 27 09:06:24.779 INFO kablam! --> src/main.rs:275:30 Oct 27 09:06:24.779 INFO kablam! | Oct 27 09:06:24.779 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 27 09:06:24.779 INFO kablam! | ----^^^^^^ Oct 27 09:06:24.779 INFO kablam! | | Oct 27 09:06:24.779 INFO kablam! | help: remove this `mut` Oct 27 09:06:24.779 INFO kablam! Oct 27 09:06:24.807 INFO kablam! warning: variable does not need to be mutable Oct 27 09:06:24.807 INFO kablam! --> src/main.rs:383:9 Oct 27 09:06:24.807 INFO kablam! | Oct 27 09:06:24.807 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 27 09:06:24.807 INFO kablam! | ----^^^ Oct 27 09:06:24.807 INFO kablam! | | Oct 27 09:06:24.807 INFO kablam! | help: remove this `mut` Oct 27 09:06:24.815 INFO kablam! Oct 27 09:06:24.923 INFO kablam! warning: variant is never constructed: `StreamDraw` Oct 27 09:06:24.923 INFO kablam! --> src/gl_api/buffer.rs:53:5 Oct 27 09:06:24.923 INFO kablam! | Oct 27 09:06:24.923 INFO kablam! 53 | StreamDraw = gl::STREAM_DRAW, Oct 27 09:06:24.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.923 INFO kablam! | Oct 27 09:06:24.924 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:06:24.924 INFO kablam! Oct 27 09:06:24.924 INFO kablam! warning: variant is never constructed: `StreamRead` Oct 27 09:06:24.924 INFO kablam! --> src/gl_api/buffer.rs:55:5 Oct 27 09:06:24.924 INFO kablam! | Oct 27 09:06:24.924 INFO kablam! 55 | StreamRead = gl::STREAM_READ, Oct 27 09:06:24.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.924 INFO kablam! Oct 27 09:06:24.924 INFO kablam! warning: variant is never constructed: `StreamCopy` Oct 27 09:06:24.925 INFO kablam! --> src/gl_api/buffer.rs:57:5 Oct 27 09:06:24.925 INFO kablam! | Oct 27 09:06:24.925 INFO kablam! 57 | StreamCopy = gl::STREAM_COPY, Oct 27 09:06:24.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.925 INFO kablam! Oct 27 09:06:24.925 INFO kablam! warning: variant is never constructed: `StaticRead` Oct 27 09:06:24.925 INFO kablam! --> src/gl_api/buffer.rs:61:5 Oct 27 09:06:24.925 INFO kablam! | Oct 27 09:06:24.925 INFO kablam! 61 | StaticRead = gl::STATIC_READ, Oct 27 09:06:24.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.925 INFO kablam! Oct 27 09:06:24.925 INFO kablam! warning: variant is never constructed: `StaticCopy` Oct 27 09:06:24.925 INFO kablam! --> src/gl_api/buffer.rs:63:5 Oct 27 09:06:24.925 INFO kablam! | Oct 27 09:06:24.925 INFO kablam! 63 | StaticCopy = gl::STATIC_COPY, Oct 27 09:06:24.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.925 INFO kablam! Oct 27 09:06:24.926 INFO kablam! warning: variant is never constructed: `DynamicRead` Oct 27 09:06:24.926 INFO kablam! --> src/gl_api/buffer.rs:67:5 Oct 27 09:06:24.926 INFO kablam! | Oct 27 09:06:24.926 INFO kablam! 67 | DynamicRead = gl::DYNAMIC_READ, Oct 27 09:06:24.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.926 INFO kablam! Oct 27 09:06:24.926 INFO kablam! warning: variant is never constructed: `DynamicCopy` Oct 27 09:06:24.927 INFO kablam! --> src/gl_api/buffer.rs:69:5 Oct 27 09:06:24.927 INFO kablam! | Oct 27 09:06:24.927 INFO kablam! 69 | DynamicCopy = gl::DYNAMIC_COPY, Oct 27 09:06:24.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.927 INFO kablam! Oct 27 09:06:24.927 INFO kablam! warning: method is never used: `len` Oct 27 09:06:24.927 INFO kablam! --> src/gl_api/buffer.rs:152:5 Oct 27 09:06:24.927 INFO kablam! | Oct 27 09:06:24.927 INFO kablam! 152 | pub fn len(&self) -> usize { self.buf.len() } Oct 27 09:06:24.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.928 INFO kablam! Oct 27 09:06:24.928 INFO kablam! warning: variant is never constructed: `ZeroLength` Oct 27 09:06:24.928 INFO kablam! --> src/gl_api/buffer.rs:162:5 Oct 27 09:06:24.928 INFO kablam! | Oct 27 09:06:24.928 INFO kablam! 162 | ZeroLength, Oct 27 09:06:24.928 INFO kablam! | ^^^^^^^^^^ Oct 27 09:06:24.929 INFO kablam! Oct 27 09:06:24.929 INFO kablam! warning: type alias is never used: `ElementBuffer` Oct 27 09:06:24.929 INFO kablam! --> src/gl_api/buffer.rs:226:1 Oct 27 09:06:24.929 INFO kablam! | Oct 27 09:06:24.929 INFO kablam! 226 | pub type ElementBuffer = Buffer; Oct 27 09:06:24.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.929 INFO kablam! Oct 27 09:06:24.930 INFO kablam! warning: function is never used: `polygon_mode` Oct 27 09:06:24.930 INFO kablam! --> src/gl_api/misc.rs:12:1 Oct 27 09:06:24.930 INFO kablam! | Oct 27 09:06:24.930 INFO kablam! 12 | pub fn polygon_mode(mode: PolygonMode) { Oct 27 09:06:24.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.930 INFO kablam! Oct 27 09:06:24.930 INFO kablam! warning: enum is never used: `ClearMode` Oct 27 09:06:24.931 INFO kablam! --> src/gl_api/misc.rs:17:1 Oct 27 09:06:24.931 INFO kablam! | Oct 27 09:06:24.931 INFO kablam! 17 | pub enum ClearMode { Oct 27 09:06:24.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.931 INFO kablam! Oct 27 09:06:24.931 INFO kablam! warning: function is never used: `clear` Oct 27 09:06:24.931 INFO kablam! --> src/gl_api/misc.rs:22:1 Oct 27 09:06:24.931 INFO kablam! | Oct 27 09:06:24.932 INFO kablam! 22 | pub fn clear(mode: ClearMode) { Oct 27 09:06:24.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.932 INFO kablam! Oct 27 09:06:24.932 INFO kablam! warning: struct is never constructed: `StorageBindPoint` Oct 27 09:06:24.932 INFO kablam! --> src/gl_api/shader/program.rs:17:1 Oct 27 09:06:24.932 INFO kablam! | Oct 27 09:06:24.932 INFO kablam! 17 | pub struct StorageBindPoint { Oct 27 09:06:24.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.932 INFO kablam! Oct 27 09:06:24.933 INFO kablam! warning: method is never used: `with_geometry` Oct 27 09:06:24.933 INFO kablam! --> src/gl_api/shader/program.rs:102:5 Oct 27 09:06:24.933 INFO kablam! | Oct 27 09:06:24.933 INFO kablam! 102 | pub fn with_geometry(mut self, shader: Shader) -> Self { Oct 27 09:06:24.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.933 INFO kablam! Oct 27 09:06:24.933 INFO kablam! warning: method is never used: `with_tesselation` Oct 27 09:06:24.933 INFO kablam! --> src/gl_api/shader/program.rs:108:5 Oct 27 09:06:24.933 INFO kablam! | Oct 27 09:06:24.934 INFO kablam! 108 | pub fn with_tesselation(mut self, tess_control: Shader, tess_eval: Shader) -> Self { Oct 27 09:06:24.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.934 INFO kablam! Oct 27 09:06:24.935 INFO kablam! warning: field is never used: `shader_type` Oct 27 09:06:24.935 INFO kablam! --> src/gl_api/shader/shader.rs:54:5 Oct 27 09:06:24.935 INFO kablam! | Oct 27 09:06:24.935 INFO kablam! 54 | pub(in super) shader_type: ShaderType, Oct 27 09:06:24.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.935 INFO kablam! Oct 27 09:06:24.936 INFO kablam! warning: variant is never constructed: `ProgramCreation` Oct 27 09:06:24.936 INFO kablam! --> src/gl_api/shader/mod.rs:14:5 Oct 27 09:06:24.936 INFO kablam! | Oct 27 09:06:24.936 INFO kablam! 14 | ProgramCreation, Oct 27 09:06:24.936 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:06:24.937 INFO kablam! Oct 27 09:06:24.937 INFO kablam! warning: function is never used: `simple_pipeline` Oct 27 09:06:24.937 INFO kablam! --> src/gl_api/shader/mod.rs:29:1 Oct 27 09:06:24.937 INFO kablam! | Oct 27 09:06:24.937 INFO kablam! 29 | / pub fn simple_pipeline, P2: AsRef>( Oct 27 09:06:24.938 INFO kablam! 30 | | vert: P1, Oct 27 09:06:24.938 INFO kablam! 31 | | frag: P2, Oct 27 09:06:24.938 INFO kablam! 32 | | ) -> Result { Oct 27 09:06:24.938 INFO kablam! ... | Oct 27 09:06:24.938 INFO kablam! 43 | | Ok(program.link().unwrap()) Oct 27 09:06:24.938 INFO kablam! 44 | | } Oct 27 09:06:24.939 INFO kablam! | |_^ Oct 27 09:06:24.939 INFO kablam! Oct 27 09:06:24.939 INFO kablam! warning: variant is never constructed: `Nearest` Oct 27 09:06:24.939 INFO kablam! --> src/gl_api/texture.rs:24:5 Oct 27 09:06:24.940 INFO kablam! | Oct 27 09:06:24.940 INFO kablam! 24 | Nearest = gl::NEAREST, Oct 27 09:06:24.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.940 INFO kablam! Oct 27 09:06:24.941 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 27 09:06:24.941 INFO kablam! --> src/gl_api/texture.rs:26:5 Oct 27 09:06:24.941 INFO kablam! | Oct 27 09:06:24.941 INFO kablam! 26 | NearestMipmapNearest = gl::NEAREST_MIPMAP_NEAREST, Oct 27 09:06:24.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.942 INFO kablam! Oct 27 09:06:24.942 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 27 09:06:24.942 INFO kablam! --> src/gl_api/texture.rs:27:5 Oct 27 09:06:24.943 INFO kablam! | Oct 27 09:06:24.943 INFO kablam! 27 | LinearMipmapNearest = gl::LINEAR_MIPMAP_NEAREST, Oct 27 09:06:24.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.943 INFO kablam! Oct 27 09:06:24.943 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 27 09:06:24.944 INFO kablam! --> src/gl_api/texture.rs:28:5 Oct 27 09:06:24.944 INFO kablam! | Oct 27 09:06:24.944 INFO kablam! 28 | NearestMipmapLinear = gl::NEAREST_MIPMAP_LINEAR, Oct 27 09:06:24.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.945 INFO kablam! Oct 27 09:06:24.945 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 27 09:06:24.945 INFO kablam! --> src/gl_api/texture.rs:29:5 Oct 27 09:06:24.945 INFO kablam! | Oct 27 09:06:24.946 INFO kablam! 29 | LinearMipmapLinear = gl::LINEAR_MIPMAP_LINEAR, Oct 27 09:06:24.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.946 INFO kablam! Oct 27 09:06:24.947 INFO kablam! warning: variant is never constructed: `Linear` Oct 27 09:06:24.947 INFO kablam! --> src/gl_api/texture.rs:35:5 Oct 27 09:06:24.947 INFO kablam! | Oct 27 09:06:24.947 INFO kablam! 35 | Linear = gl::LINEAR, Oct 27 09:06:24.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.948 INFO kablam! Oct 27 09:06:24.948 INFO kablam! warning: variant is never constructed: `ClampToEdge` Oct 27 09:06:24.948 INFO kablam! --> src/gl_api/texture.rs:40:5 Oct 27 09:06:24.948 INFO kablam! | Oct 27 09:06:24.948 INFO kablam! 40 | ClampToEdge = gl::CLAMP_TO_EDGE, Oct 27 09:06:24.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.949 INFO kablam! Oct 27 09:06:24.949 INFO kablam! warning: variant is never constructed: `ClampToBorder` Oct 27 09:06:24.949 INFO kablam! --> src/gl_api/texture.rs:41:5 Oct 27 09:06:24.950 INFO kablam! | Oct 27 09:06:24.950 INFO kablam! 41 | ClampToBorder = gl::CLAMP_TO_BORDER, Oct 27 09:06:24.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.950 INFO kablam! Oct 27 09:06:24.950 INFO kablam! warning: variant is never constructed: `MirroredRepeat` Oct 27 09:06:24.951 INFO kablam! --> src/gl_api/texture.rs:42:5 Oct 27 09:06:24.951 INFO kablam! | Oct 27 09:06:24.951 INFO kablam! 42 | MirroredRepeat = gl::MIRRORED_REPEAT, Oct 27 09:06:24.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.951 INFO kablam! Oct 27 09:06:24.952 INFO kablam! warning: variant is never constructed: `MirrorClampToEdge` Oct 27 09:06:24.952 INFO kablam! --> src/gl_api/texture.rs:44:5 Oct 27 09:06:24.952 INFO kablam! | Oct 27 09:06:24.952 INFO kablam! 44 | MirrorClampToEdge = gl::MIRROR_CLAMP_TO_EDGE, Oct 27 09:06:24.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.953 INFO kablam! Oct 27 09:06:24.953 INFO kablam! warning: variant is never constructed: `R` Oct 27 09:06:24.953 INFO kablam! --> src/gl_api/texture.rs:48:11 Oct 27 09:06:24.953 INFO kablam! | Oct 27 09:06:24.954 INFO kablam! 48 | S, T, R Oct 27 09:06:24.954 INFO kablam! | ^ Oct 27 09:06:24.954 INFO kablam! Oct 27 09:06:24.954 INFO kablam! warning: method is never used: `source_from_image` Oct 27 09:06:24.955 INFO kablam! --> src/gl_api/texture.rs:97:5 Oct 27 09:06:24.955 INFO kablam! | Oct 27 09:06:24.955 INFO kablam! 97 | pub fn source_from_image>(&self, path: P) -> TextureResult<()> { Oct 27 09:06:24.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.956 INFO kablam! Oct 27 09:06:24.957 INFO kablam! warning: struct is never constructed: `As2D` Oct 27 09:06:24.957 INFO kablam! --> src/grid.rs:1:1 Oct 27 09:06:24.957 INFO kablam! | Oct 27 09:06:24.957 INFO kablam! 1 | struct As2D { Oct 27 09:06:24.957 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:06:24.957 INFO kablam! Oct 27 09:06:24.958 INFO kablam! warning: type alias is never used: `GridY` Oct 27 09:06:24.958 INFO kablam! --> src/grid.rs:23:1 Oct 27 09:06:24.958 INFO kablam! | Oct 27 09:06:24.959 INFO kablam! 23 | pub type GridY = Grid; Oct 27 09:06:24.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.959 INFO kablam! Oct 27 09:06:24.960 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_UP` Oct 27 09:06:24.960 INFO kablam! --> src/tiles.rs:83:1 Oct 27 09:06:24.960 INFO kablam! | Oct 27 09:06:24.960 INFO kablam! 83 | pub const BORDER_T_POINT_UP: BorderTile = BorderTile { top: true, bottom: false, left: true, right: true }; Oct 27 09:06:24.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.961 INFO kablam! Oct 27 09:06:24.961 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_DOWN` Oct 27 09:06:24.962 INFO kablam! --> src/tiles.rs:84:1 Oct 27 09:06:24.962 INFO kablam! | Oct 27 09:06:24.962 INFO kablam! 84 | pub const BORDER_T_POINT_DOWN: BorderTile = BorderTile { top: false, bottom: true, left: true, right: true }; Oct 27 09:06:24.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.963 INFO kablam! Oct 27 09:06:24.963 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_LEFT` Oct 27 09:06:24.963 INFO kablam! --> src/tiles.rs:85:1 Oct 27 09:06:24.963 INFO kablam! | Oct 27 09:06:24.964 INFO kablam! 85 | pub const BORDER_T_POINT_LEFT: BorderTile = BorderTile { top: true, bottom: true, left: true, right: false }; Oct 27 09:06:24.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.964 INFO kablam! Oct 27 09:06:24.965 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_RIGHT` Oct 27 09:06:24.965 INFO kablam! --> src/tiles.rs:86:1 Oct 27 09:06:24.965 INFO kablam! | Oct 27 09:06:24.965 INFO kablam! 86 | pub const BORDER_T_POINT_RIGHT: BorderTile = BorderTile { top: true, bottom: true, left: false, right: true }; Oct 27 09:06:24.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.966 INFO kablam! Oct 27 09:06:24.966 INFO kablam! warning: constant item is never used: `BORDER_NUB_TOP` Oct 27 09:06:24.967 INFO kablam! --> src/tiles.rs:87:1 Oct 27 09:06:24.967 INFO kablam! | Oct 27 09:06:24.967 INFO kablam! 87 | pub const BORDER_NUB_TOP: BorderTile = BorderTile { top: true, bottom: false, left: false, right: false }; Oct 27 09:06:24.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.968 INFO kablam! Oct 27 09:06:24.968 INFO kablam! warning: constant item is never used: `BORDER_NUB_BOTTOM` Oct 27 09:06:24.968 INFO kablam! --> src/tiles.rs:88:1 Oct 27 09:06:24.968 INFO kablam! | Oct 27 09:06:24.969 INFO kablam! 88 | pub const BORDER_NUB_BOTTOM: BorderTile = BorderTile { top: false, bottom: true, left: false, right: false }; Oct 27 09:06:24.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.969 INFO kablam! Oct 27 09:06:24.970 INFO kablam! warning: constant item is never used: `BORDER_NUB_LEFT` Oct 27 09:06:24.970 INFO kablam! --> src/tiles.rs:89:1 Oct 27 09:06:24.970 INFO kablam! | Oct 27 09:06:24.971 INFO kablam! 89 | pub const BORDER_NUB_LEFT: BorderTile = BorderTile { top: false, bottom: false, left: true, right: false }; Oct 27 09:06:24.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.971 INFO kablam! Oct 27 09:06:24.971 INFO kablam! warning: constant item is never used: `BORDER_NUB_RIGHT` Oct 27 09:06:24.971 INFO kablam! --> src/tiles.rs:90:1 Oct 27 09:06:24.972 INFO kablam! | Oct 27 09:06:24.972 INFO kablam! 90 | pub const BORDER_NUB_RIGHT: BorderTile = BorderTile { top: false, bottom: false, left: false, right: true }; Oct 27 09:06:24.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.972 INFO kablam! Oct 27 09:06:24.973 INFO kablam! warning: constant item is never used: `BORDER_CROSS` Oct 27 09:06:24.973 INFO kablam! --> src/tiles.rs:97:1 Oct 27 09:06:24.973 INFO kablam! | Oct 27 09:06:24.973 INFO kablam! 97 | pub const BORDER_CROSS: BorderTile = BorderTile { top: true, bottom: true, left: true, right: true }; Oct 27 09:06:24.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.974 INFO kablam! Oct 27 09:06:24.974 INFO kablam! warning: constant item is never used: `BORDER_AIR` Oct 27 09:06:24.974 INFO kablam! --> src/tiles.rs:98:1 Oct 27 09:06:24.975 INFO kablam! | Oct 27 09:06:24.975 INFO kablam! 98 | pub const BORDER_AIR: BorderTile = BorderTile { top: false, bottom: false, left: false, right: false }; Oct 27 09:06:24.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:24.975 INFO kablam! Oct 27 09:06:25.126 INFO kablam! warning: variant is never constructed: `StreamDraw` Oct 27 09:06:25.126 INFO kablam! --> src/gl_api/buffer.rs:53:5 Oct 27 09:06:25.127 INFO kablam! | Oct 27 09:06:25.127 INFO kablam! 53 | StreamDraw = gl::STREAM_DRAW, Oct 27 09:06:25.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.127 INFO kablam! | Oct 27 09:06:25.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:06:25.128 INFO kablam! Oct 27 09:06:25.128 INFO kablam! warning: variant is never constructed: `StreamRead` Oct 27 09:06:25.129 INFO kablam! --> src/gl_api/buffer.rs:55:5 Oct 27 09:06:25.129 INFO kablam! | Oct 27 09:06:25.129 INFO kablam! 55 | StreamRead = gl::STREAM_READ, Oct 27 09:06:25.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.130 INFO kablam! Oct 27 09:06:25.130 INFO kablam! warning: variant is never constructed: `StreamCopy` Oct 27 09:06:25.130 INFO kablam! --> src/gl_api/buffer.rs:57:5 Oct 27 09:06:25.130 INFO kablam! | Oct 27 09:06:25.131 INFO kablam! 57 | StreamCopy = gl::STREAM_COPY, Oct 27 09:06:25.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.131 INFO kablam! Oct 27 09:06:25.132 INFO kablam! warning: variant is never constructed: `StaticRead` Oct 27 09:06:25.132 INFO kablam! --> src/gl_api/buffer.rs:61:5 Oct 27 09:06:25.132 INFO kablam! | Oct 27 09:06:25.132 INFO kablam! 61 | StaticRead = gl::STATIC_READ, Oct 27 09:06:25.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.133 INFO kablam! Oct 27 09:06:25.133 INFO kablam! warning: variant is never constructed: `StaticCopy` Oct 27 09:06:25.133 INFO kablam! --> src/gl_api/buffer.rs:63:5 Oct 27 09:06:25.134 INFO kablam! | Oct 27 09:06:25.134 INFO kablam! 63 | StaticCopy = gl::STATIC_COPY, Oct 27 09:06:25.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.135 INFO kablam! Oct 27 09:06:25.135 INFO kablam! warning: variant is never constructed: `DynamicRead` Oct 27 09:06:25.135 INFO kablam! --> src/gl_api/buffer.rs:67:5 Oct 27 09:06:25.135 INFO kablam! | Oct 27 09:06:25.136 INFO kablam! 67 | DynamicRead = gl::DYNAMIC_READ, Oct 27 09:06:25.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.136 INFO kablam! Oct 27 09:06:25.137 INFO kablam! warning: variant is never constructed: `DynamicCopy` Oct 27 09:06:25.137 INFO kablam! --> src/gl_api/buffer.rs:69:5 Oct 27 09:06:25.137 INFO kablam! | Oct 27 09:06:25.137 INFO kablam! 69 | DynamicCopy = gl::DYNAMIC_COPY, Oct 27 09:06:25.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.138 INFO kablam! Oct 27 09:06:25.138 INFO kablam! warning: method is never used: `len` Oct 27 09:06:25.138 INFO kablam! --> src/gl_api/buffer.rs:152:5 Oct 27 09:06:25.139 INFO kablam! | Oct 27 09:06:25.139 INFO kablam! 152 | pub fn len(&self) -> usize { self.buf.len() } Oct 27 09:06:25.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.139 INFO kablam! Oct 27 09:06:25.140 INFO kablam! warning: variant is never constructed: `ZeroLength` Oct 27 09:06:25.140 INFO kablam! --> src/gl_api/buffer.rs:162:5 Oct 27 09:06:25.140 INFO kablam! | Oct 27 09:06:25.141 INFO kablam! 162 | ZeroLength, Oct 27 09:06:25.141 INFO kablam! | ^^^^^^^^^^ Oct 27 09:06:25.141 INFO kablam! Oct 27 09:06:25.141 INFO kablam! warning: type alias is never used: `ElementBuffer` Oct 27 09:06:25.142 INFO kablam! --> src/gl_api/buffer.rs:226:1 Oct 27 09:06:25.142 INFO kablam! | Oct 27 09:06:25.142 INFO kablam! 226 | pub type ElementBuffer = Buffer; Oct 27 09:06:25.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.143 INFO kablam! Oct 27 09:06:25.143 INFO kablam! warning: function is never used: `polygon_mode` Oct 27 09:06:25.143 INFO kablam! --> src/gl_api/misc.rs:12:1 Oct 27 09:06:25.144 INFO kablam! | Oct 27 09:06:25.144 INFO kablam! 12 | pub fn polygon_mode(mode: PolygonMode) { Oct 27 09:06:25.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.145 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: enum is never used: `ClearMode` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/misc.rs:17:1 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 17 | pub enum ClearMode { Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: function is never used: `clear` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/misc.rs:22:1 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 22 | pub fn clear(mode: ClearMode) { Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: struct is never constructed: `StorageBindPoint` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/shader/program.rs:17:1 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 17 | pub struct StorageBindPoint { Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: method is never used: `with_geometry` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/shader/program.rs:102:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 102 | pub fn with_geometry(mut self, shader: Shader) -> Self { Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: method is never used: `with_tesselation` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/shader/program.rs:108:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 108 | pub fn with_tesselation(mut self, tess_control: Shader, tess_eval: Shader) -> Self { Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: field is never used: `shader_type` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/shader/shader.rs:54:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 54 | pub(in super) shader_type: ShaderType, Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: variant is never constructed: `ProgramCreation` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/shader/mod.rs:14:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 14 | ProgramCreation, Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: function is never used: `simple_pipeline` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/shader/mod.rs:29:1 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 29 | / pub fn simple_pipeline, P2: AsRef>( Oct 27 09:06:25.146 INFO kablam! 30 | | vert: P1, Oct 27 09:06:25.146 INFO kablam! 31 | | frag: P2, Oct 27 09:06:25.146 INFO kablam! 32 | | ) -> Result { Oct 27 09:06:25.146 INFO kablam! ... | Oct 27 09:06:25.146 INFO kablam! 43 | | Ok(program.link().unwrap()) Oct 27 09:06:25.146 INFO kablam! 44 | | } Oct 27 09:06:25.146 INFO kablam! | |_^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: variant is never constructed: `Nearest` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/texture.rs:24:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 24 | Nearest = gl::NEAREST, Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/texture.rs:26:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 26 | NearestMipmapNearest = gl::NEAREST_MIPMAP_NEAREST, Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/texture.rs:27:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 27 | LinearMipmapNearest = gl::LINEAR_MIPMAP_NEAREST, Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 27 09:06:25.146 INFO kablam! --> src/gl_api/texture.rs:28:5 Oct 27 09:06:25.146 INFO kablam! | Oct 27 09:06:25.146 INFO kablam! 28 | NearestMipmapLinear = gl::NEAREST_MIPMAP_LINEAR, Oct 27 09:06:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.146 INFO kablam! Oct 27 09:06:25.146 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:29:5 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 29 | LinearMipmapLinear = gl::LINEAR_MIPMAP_LINEAR, Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: variant is never constructed: `Linear` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:35:5 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 35 | Linear = gl::LINEAR, Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: variant is never constructed: `ClampToEdge` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:40:5 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 40 | ClampToEdge = gl::CLAMP_TO_EDGE, Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: variant is never constructed: `ClampToBorder` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:41:5 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 41 | ClampToBorder = gl::CLAMP_TO_BORDER, Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: variant is never constructed: `MirroredRepeat` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:42:5 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 42 | MirroredRepeat = gl::MIRRORED_REPEAT, Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: variant is never constructed: `MirrorClampToEdge` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:44:5 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 44 | MirrorClampToEdge = gl::MIRROR_CLAMP_TO_EDGE, Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: variant is never constructed: `R` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:48:11 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 48 | S, T, R Oct 27 09:06:25.147 INFO kablam! | ^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: method is never used: `source_from_image` Oct 27 09:06:25.147 INFO kablam! --> src/gl_api/texture.rs:97:5 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 97 | pub fn source_from_image>(&self, path: P) -> TextureResult<()> { Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: struct is never constructed: `As2D` Oct 27 09:06:25.147 INFO kablam! --> src/grid.rs:1:1 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 1 | struct As2D { Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: type alias is never used: `GridY` Oct 27 09:06:25.147 INFO kablam! --> src/grid.rs:23:1 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 23 | pub type GridY = Grid; Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: constant item is never used: `BORDER_NUB_TOP` Oct 27 09:06:25.147 INFO kablam! --> src/tiles.rs:87:1 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 87 | pub const BORDER_NUB_TOP: BorderTile = BorderTile { top: true, bottom: false, left: false, right: false }; Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: constant item is never used: `BORDER_NUB_BOTTOM` Oct 27 09:06:25.147 INFO kablam! --> src/tiles.rs:88:1 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 88 | pub const BORDER_NUB_BOTTOM: BorderTile = BorderTile { top: false, bottom: true, left: false, right: false }; Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: constant item is never used: `BORDER_NUB_LEFT` Oct 27 09:06:25.147 INFO kablam! --> src/tiles.rs:89:1 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 89 | pub const BORDER_NUB_LEFT: BorderTile = BorderTile { top: false, bottom: false, left: true, right: false }; Oct 27 09:06:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.147 INFO kablam! Oct 27 09:06:25.147 INFO kablam! warning: constant item is never used: `BORDER_NUB_RIGHT` Oct 27 09:06:25.147 INFO kablam! --> src/tiles.rs:90:1 Oct 27 09:06:25.147 INFO kablam! | Oct 27 09:06:25.147 INFO kablam! 90 | pub const BORDER_NUB_RIGHT: BorderTile = BorderTile { top: false, bottom: false, left: false, right: true }; Oct 27 09:06:25.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.148 INFO kablam! Oct 27 09:06:25.148 INFO kablam! warning: constant item is never used: `BORDER_CROSS` Oct 27 09:06:25.148 INFO kablam! --> src/tiles.rs:97:1 Oct 27 09:06:25.148 INFO kablam! | Oct 27 09:06:25.148 INFO kablam! 97 | pub const BORDER_CROSS: BorderTile = BorderTile { top: true, bottom: true, left: true, right: true }; Oct 27 09:06:25.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.148 INFO kablam! Oct 27 09:06:25.148 INFO kablam! warning: constant item is never used: `BORDER_AIR` Oct 27 09:06:25.148 INFO kablam! --> src/tiles.rs:98:1 Oct 27 09:06:25.148 INFO kablam! | Oct 27 09:06:25.148 INFO kablam! 98 | pub const BORDER_AIR: BorderTile = BorderTile { top: false, bottom: false, left: false, right: false }; Oct 27 09:06:25.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:25.148 INFO kablam! Oct 27 09:06:25.254 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.58s Oct 27 09:06:25.267 INFO kablam! su: No module specific data is present Oct 27 09:06:26.300 INFO running `"docker" "rm" "-f" "98656feb81f6c25443a66ea129ea740485371111da1bc18c31a3a77b9268d4b3"` Oct 27 09:06:26.527 INFO blam! 98656feb81f6c25443a66ea129ea740485371111da1bc18c31a3a77b9268d4b3