Oct 27 02:17:45.846 INFO checking kenjiSpecial/rust-cubemap-slicer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:17:45.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 02:17:46.287 INFO blam! df7d6a9d0060bf93d2d305e592452620df74ed81ccfcfed9965614fedc149ae6 Oct 27 02:17:46.291 INFO running `"docker" "start" "-a" "df7d6a9d0060bf93d2d305e592452620df74ed81ccfcfed9965614fedc149ae6"` Oct 27 02:17:48.481 INFO kablam! usermod: no changes Oct 27 02:17:48.718 INFO kablam! Compiling cmake v0.1.33 Oct 27 02:17:48.718 INFO kablam! Checking num-bigint v0.1.44 Oct 27 02:17:48.718 INFO kablam! Checking cgmath v0.16.1 Oct 27 02:17:48.723 INFO kablam! Checking png v0.12.0 Oct 27 02:17:48.725 INFO kablam! Compiling num-derive v0.2.2 Oct 27 02:17:48.743 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 02:17:53.803 INFO kablam! Compiling glfw-sys v3.2.2 Oct 27 02:17:59.815 INFO kablam! Checking num-rational v0.1.42 Oct 27 02:18:02.055 INFO kablam! Checking num v0.1.42 Oct 27 02:18:02.107 INFO kablam! Checking image v0.19.0 Oct 27 02:18:07.435 INFO kablam! Checking glfw v0.24.0 Oct 27 02:18:12.639 INFO kablam! Checking glfw-example v0.1.0 (/source) Oct 27 02:18:14.508 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 27 02:18:14.508 INFO kablam! --> src/main.rs:10:5 Oct 27 02:18:14.508 INFO kablam! | Oct 27 02:18:14.508 INFO kablam! 10 | use std::sync::mpsc::Receiver; Oct 27 02:18:14.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.508 INFO kablam! | Oct 27 02:18:14.508 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:18:14.508 INFO kablam! Oct 27 02:18:14.526 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 27 02:18:14.526 INFO kablam! --> src/main.rs:10:5 Oct 27 02:18:14.526 INFO kablam! | Oct 27 02:18:14.526 INFO kablam! 10 | use std::sync::mpsc::Receiver; Oct 27 02:18:14.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.526 INFO kablam! | Oct 27 02:18:14.526 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:18:14.526 INFO kablam! Oct 27 02:18:14.639 INFO kablam! warning: value assigned to `x` is never read Oct 27 02:18:14.640 INFO kablam! --> src/main.rs:201:29 Oct 27 02:18:14.640 INFO kablam! | Oct 27 02:18:14.640 INFO kablam! 201 | let mut x:u32 = 0; Oct 27 02:18:14.640 INFO kablam! | ^ Oct 27 02:18:14.640 INFO kablam! | Oct 27 02:18:14.640 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 02:18:14.641 INFO kablam! Oct 27 02:18:14.641 INFO kablam! warning: value assigned to `y` is never read Oct 27 02:18:14.641 INFO kablam! --> src/main.rs:202:29 Oct 27 02:18:14.641 INFO kablam! | Oct 27 02:18:14.641 INFO kablam! 202 | let mut y:u32 = 0; Oct 27 02:18:14.641 INFO kablam! | ^ Oct 27 02:18:14.642 INFO kablam! Oct 27 02:18:14.700 INFO kablam! warning: method is never used: `setBool` Oct 27 02:18:14.700 INFO kablam! --> src/shader.rs:76:5 Oct 27 02:18:14.700 INFO kablam! | Oct 27 02:18:14.701 INFO kablam! 76 | pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 27 02:18:14.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.701 INFO kablam! | Oct 27 02:18:14.701 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:18:14.701 INFO kablam! Oct 27 02:18:14.701 INFO kablam! warning: method is never used: `setInt` Oct 27 02:18:14.702 INFO kablam! --> src/shader.rs:80:5 Oct 27 02:18:14.702 INFO kablam! | Oct 27 02:18:14.702 INFO kablam! 80 | pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 27 02:18:14.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.702 INFO kablam! Oct 27 02:18:14.702 INFO kablam! warning: method is never used: `setFloat` Oct 27 02:18:14.703 INFO kablam! --> src/shader.rs:84:5 Oct 27 02:18:14.703 INFO kablam! | Oct 27 02:18:14.703 INFO kablam! 84 | pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 27 02:18:14.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.703 INFO kablam! Oct 27 02:18:14.703 INFO kablam! warning: method is never used: `setVector3` Oct 27 02:18:14.704 INFO kablam! --> src/shader.rs:88:5 Oct 27 02:18:14.704 INFO kablam! | Oct 27 02:18:14.704 INFO kablam! 88 | pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 27 02:18:14.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.704 INFO kablam! Oct 27 02:18:14.704 INFO kablam! warning: method is never used: `setVec3` Oct 27 02:18:14.705 INFO kablam! --> src/shader.rs:92:5 Oct 27 02:18:14.705 INFO kablam! | Oct 27 02:18:14.705 INFO kablam! 92 | pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 27 02:18:14.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.705 INFO kablam! Oct 27 02:18:14.705 INFO kablam! warning: method is never used: `setMat4` Oct 27 02:18:14.705 INFO kablam! --> src/shader.rs:96:5 Oct 27 02:18:14.706 INFO kablam! | Oct 27 02:18:14.706 INFO kablam! 96 | pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 27 02:18:14.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.706 INFO kablam! Oct 27 02:18:14.706 INFO kablam! warning: method is never used: `with_geometry_shader` Oct 27 02:18:14.706 INFO kablam! --> src/shader.rs:130:5 Oct 27 02:18:14.711 INFO kablam! | Oct 27 02:18:14.711 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.712 INFO kablam! Oct 27 02:18:14.712 INFO kablam! warning: structure field `ID` should have a snake case name such as `id` Oct 27 02:18:14.712 INFO kablam! --> src/shader.rs:17:5 Oct 27 02:18:14.712 INFO kablam! | Oct 27 02:18:14.712 INFO kablam! 17 | pub ID: u32, Oct 27 02:18:14.712 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.712 INFO kablam! | Oct 27 02:18:14.713 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:18:14.713 INFO kablam! Oct 27 02:18:14.713 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 27 02:18:14.713 INFO kablam! --> src/shader.rs:22:16 Oct 27 02:18:14.713 INFO kablam! | Oct 27 02:18:14.713 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 27 02:18:14.714 INFO kablam! | ^^^^^^^^^^ Oct 27 02:18:14.714 INFO kablam! Oct 27 02:18:14.714 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 27 02:18:14.714 INFO kablam! --> src/shader.rs:22:34 Oct 27 02:18:14.714 INFO kablam! | Oct 27 02:18:14.714 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 27 02:18:14.715 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:18:14.715 INFO kablam! Oct 27 02:18:14.715 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 27 02:18:14.715 INFO kablam! --> src/shader.rs:25:13 Oct 27 02:18:14.715 INFO kablam! | Oct 27 02:18:14.715 INFO kablam! 25 | let mut vShaderFile = File::open(vertexPath) Oct 27 02:18:14.715 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.716 INFO kablam! Oct 27 02:18:14.716 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 27 02:18:14.716 INFO kablam! --> src/shader.rs:27:13 Oct 27 02:18:14.716 INFO kablam! | Oct 27 02:18:14.716 INFO kablam! 27 | let mut fShaderFile = File::open(fragmentPath) Oct 27 02:18:14.716 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.717 INFO kablam! Oct 27 02:18:14.717 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 27 02:18:14.717 INFO kablam! --> src/shader.rs:29:13 Oct 27 02:18:14.717 INFO kablam! | Oct 27 02:18:14.717 INFO kablam! 29 | let mut vertexCode = String::new(); Oct 27 02:18:14.717 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:18:14.718 INFO kablam! Oct 27 02:18:14.718 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 27 02:18:14.718 INFO kablam! --> src/shader.rs:30:13 Oct 27 02:18:14.718 INFO kablam! | Oct 27 02:18:14.718 INFO kablam! 30 | let mut fragmentCode = String::new(); Oct 27 02:18:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:18:14.719 INFO kablam! Oct 27 02:18:14.719 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 27 02:18:14.719 INFO kablam! --> src/shader.rs:38:13 Oct 27 02:18:14.719 INFO kablam! | Oct 27 02:18:14.719 INFO kablam! 38 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 27 02:18:14.719 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.719 INFO kablam! Oct 27 02:18:14.720 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 27 02:18:14.720 INFO kablam! --> src/shader.rs:39:13 Oct 27 02:18:14.720 INFO kablam! | Oct 27 02:18:14.720 INFO kablam! 39 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 27 02:18:14.720 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.720 INFO kablam! Oct 27 02:18:14.721 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 27 02:18:14.721 INFO kablam! --> src/shader.rs:54:17 Oct 27 02:18:14.721 INFO kablam! | Oct 27 02:18:14.721 INFO kablam! 54 | let ID = gl::CreateProgram(); Oct 27 02:18:14.721 INFO kablam! | ^^ Oct 27 02:18:14.721 INFO kablam! Oct 27 02:18:14.721 INFO kablam! warning: method `useProgram` should have a snake case name such as `use_program` Oct 27 02:18:14.722 INFO kablam! --> src/shader.rs:70:5 Oct 27 02:18:14.722 INFO kablam! | Oct 27 02:18:14.722 INFO kablam! 70 | / pub unsafe fn useProgram(&self) { Oct 27 02:18:14.722 INFO kablam! 71 | | gl::UseProgram(self.ID) Oct 27 02:18:14.722 INFO kablam! 72 | | } Oct 27 02:18:14.730 INFO kablam! | |_____^ Oct 27 02:18:14.731 INFO kablam! Oct 27 02:18:14.731 INFO kablam! warning: method `setBool` should have a snake case name such as `set_bool` Oct 27 02:18:14.731 INFO kablam! --> src/shader.rs:76:5 Oct 27 02:18:14.731 INFO kablam! | Oct 27 02:18:14.731 INFO kablam! 76 | / pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 27 02:18:14.732 INFO kablam! 77 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value as i32); Oct 27 02:18:14.732 INFO kablam! 78 | | } Oct 27 02:18:14.732 INFO kablam! | |_____^ Oct 27 02:18:14.732 INFO kablam! Oct 27 02:18:14.732 INFO kablam! warning: method `setInt` should have a snake case name such as `set_int` Oct 27 02:18:14.732 INFO kablam! --> src/shader.rs:80:5 Oct 27 02:18:14.733 INFO kablam! | Oct 27 02:18:14.733 INFO kablam! 80 | / pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 27 02:18:14.733 INFO kablam! 81 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 27 02:18:14.733 INFO kablam! 82 | | } Oct 27 02:18:14.733 INFO kablam! | |_____^ Oct 27 02:18:14.733 INFO kablam! Oct 27 02:18:14.733 INFO kablam! warning: method `setFloat` should have a snake case name such as `set_float` Oct 27 02:18:14.734 INFO kablam! --> src/shader.rs:84:5 Oct 27 02:18:14.734 INFO kablam! | Oct 27 02:18:14.734 INFO kablam! 84 | / pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 27 02:18:14.734 INFO kablam! 85 | | gl::Uniform1f(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 27 02:18:14.734 INFO kablam! 86 | | } Oct 27 02:18:14.734 INFO kablam! | |_____^ Oct 27 02:18:14.735 INFO kablam! Oct 27 02:18:14.735 INFO kablam! warning: method `setVector3` should have a snake case name such as `set_vector3` Oct 27 02:18:14.735 INFO kablam! --> src/shader.rs:88:5 Oct 27 02:18:14.735 INFO kablam! | Oct 27 02:18:14.735 INFO kablam! 88 | / pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 27 02:18:14.735 INFO kablam! 89 | | gl::Uniform3fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, value.as_ptr()); Oct 27 02:18:14.735 INFO kablam! 90 | | } Oct 27 02:18:14.736 INFO kablam! | |_____^ Oct 27 02:18:14.736 INFO kablam! Oct 27 02:18:14.736 INFO kablam! warning: method `setVec3` should have a snake case name such as `set_vec3` Oct 27 02:18:14.736 INFO kablam! --> src/shader.rs:92:5 Oct 27 02:18:14.736 INFO kablam! | Oct 27 02:18:14.736 INFO kablam! 92 | / pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 27 02:18:14.736 INFO kablam! 93 | | gl::Uniform3f(gl::GetUniformLocation(self.ID, name.as_ptr()), x, y, z); Oct 27 02:18:14.737 INFO kablam! 94 | | } Oct 27 02:18:14.737 INFO kablam! | |_____^ Oct 27 02:18:14.737 INFO kablam! Oct 27 02:18:14.737 INFO kablam! warning: method `setMat4` should have a snake case name such as `set_mat4` Oct 27 02:18:14.737 INFO kablam! --> src/shader.rs:96:5 Oct 27 02:18:14.737 INFO kablam! | Oct 27 02:18:14.737 INFO kablam! 96 | / pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 27 02:18:14.738 INFO kablam! 97 | | gl::UniformMatrix4fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, gl::FALSE, mat.as_ptr()); Oct 27 02:18:14.738 INFO kablam! 98 | | } Oct 27 02:18:14.738 INFO kablam! | |_____^ Oct 27 02:18:14.738 INFO kablam! Oct 27 02:18:14.738 INFO kablam! warning: method `checkCompileErrors` should have a snake case name such as `check_compile_errors` Oct 27 02:18:14.738 INFO kablam! --> src/shader.rs:102:5 Oct 27 02:18:14.738 INFO kablam! | Oct 27 02:18:14.739 INFO kablam! 102 | / unsafe fn checkCompileErrors(&self, shader: u32, type_: &str) { Oct 27 02:18:14.739 INFO kablam! 103 | | let mut success = gl::FALSE as GLint; Oct 27 02:18:14.739 INFO kablam! 104 | | let mut infoLog = Vec::with_capacity(1024); Oct 27 02:18:14.739 INFO kablam! 105 | | infoLog.set_len(1024 - 1); // subtract 1 to skip the trailing null character Oct 27 02:18:14.739 INFO kablam! ... | Oct 27 02:18:14.739 INFO kablam! 126 | | Oct 27 02:18:14.739 INFO kablam! 127 | | } Oct 27 02:18:14.739 INFO kablam! | |_____^ Oct 27 02:18:14.740 INFO kablam! Oct 27 02:18:14.740 INFO kablam! warning: variable `infoLog` should have a snake case name such as `info_log` Oct 27 02:18:14.740 INFO kablam! --> src/shader.rs:104:13 Oct 27 02:18:14.740 INFO kablam! | Oct 27 02:18:14.740 INFO kablam! 104 | let mut infoLog = Vec::with_capacity(1024); Oct 27 02:18:14.740 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.740 INFO kablam! Oct 27 02:18:14.740 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 27 02:18:14.740 INFO kablam! --> src/shader.rs:130:33 Oct 27 02:18:14.740 INFO kablam! | Oct 27 02:18:14.740 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.740 INFO kablam! | ^^^^^^^^^^ Oct 27 02:18:14.740 INFO kablam! Oct 27 02:18:14.740 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 27 02:18:14.740 INFO kablam! --> src/shader.rs:130:51 Oct 27 02:18:14.740 INFO kablam! | Oct 27 02:18:14.740 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.740 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:18:14.740 INFO kablam! Oct 27 02:18:14.740 INFO kablam! warning: value assigned to `x` is never read Oct 27 02:18:14.740 INFO kablam! --> src/main.rs:201:29 Oct 27 02:18:14.741 INFO kablam! | Oct 27 02:18:14.741 INFO kablam! 201 | let mut x:u32 = 0; Oct 27 02:18:14.741 INFO kablam! | ^ Oct 27 02:18:14.741 INFO kablam! | Oct 27 02:18:14.741 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 02:18:14.741 INFO kablam! Oct 27 02:18:14.741 INFO kablam! warning: value assigned to `y` is never read Oct 27 02:18:14.742 INFO kablam! --> src/main.rs:202:29 Oct 27 02:18:14.742 INFO kablam! | Oct 27 02:18:14.742 INFO kablam! 202 | let mut y:u32 = 0; Oct 27 02:18:14.743 INFO kablam! | ^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `geometryPath` should have a snake case name such as `geometry_path` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:130:71 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:133:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 133 | let mut vShaderFile = File::open(vertexPath) Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:135:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 135 | let mut fShaderFile = File::open(fragmentPath) Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `gShaderFile` should have a snake case name such as `g_shader_file` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:137:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 137 | let mut gShaderFile = File::open(geometryPath) Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:139:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 139 | let mut vertexCode = String::new(); Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:140:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 140 | let mut fragmentCode = String::new(); Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `geometryCode` should have a snake case name such as `geometry_code` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:141:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 141 | let mut geometryCode = String::new(); Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:152:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 152 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:153:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 153 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `gShaderCode` should have a snake case name such as `g_shader_code` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:154:13 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 154 | let gShaderCode = CString::new(geometryCode.as_bytes()).unwrap(); Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 27 02:18:14.743 INFO kablam! --> src/shader.rs:175:17 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 175 | let ID = gl::CreateProgram(); Oct 27 02:18:14.743 INFO kablam! | ^^ Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.743 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 02:18:14.743 INFO kablam! --> src/main.rs:36:5 Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! 36 | fs::create_dir_all(target_dir); Oct 27 02:18:14.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.743 INFO kablam! | Oct 27 02:18:14.743 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 02:18:14.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 02:18:14.743 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: method is never used: `setBool` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:76:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 76 | pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: method is never used: `setInt` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:80:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 80 | pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: method is never used: `setFloat` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:84:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 84 | pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: method is never used: `setVector3` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:88:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 88 | pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: method is never used: `setVec3` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:92:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 92 | pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: method is never used: `setMat4` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:96:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 96 | pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: method is never used: `with_geometry_shader` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:130:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: structure field `ID` should have a snake case name such as `id` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:17:5 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 17 | pub ID: u32, Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:22:16 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:22:34 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:25:13 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 25 | let mut vShaderFile = File::open(vertexPath) Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:27:13 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 27 | let mut fShaderFile = File::open(fragmentPath) Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.791 INFO kablam! Oct 27 02:18:14.791 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 27 02:18:14.791 INFO kablam! --> src/shader.rs:29:13 Oct 27 02:18:14.791 INFO kablam! | Oct 27 02:18:14.791 INFO kablam! 29 | let mut vertexCode = String::new(); Oct 27 02:18:14.791 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:30:13 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 30 | let mut fragmentCode = String::new(); Oct 27 02:18:14.792 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:38:13 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 38 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 27 02:18:14.792 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:39:13 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 39 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 27 02:18:14.792 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:54:17 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 54 | let ID = gl::CreateProgram(); Oct 27 02:18:14.792 INFO kablam! | ^^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `useProgram` should have a snake case name such as `use_program` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:70:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 70 | / pub unsafe fn useProgram(&self) { Oct 27 02:18:14.792 INFO kablam! 71 | | gl::UseProgram(self.ID) Oct 27 02:18:14.792 INFO kablam! 72 | | } Oct 27 02:18:14.792 INFO kablam! | |_____^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `setBool` should have a snake case name such as `set_bool` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:76:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 76 | / pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 27 02:18:14.792 INFO kablam! 77 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value as i32); Oct 27 02:18:14.792 INFO kablam! 78 | | } Oct 27 02:18:14.792 INFO kablam! | |_____^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `setInt` should have a snake case name such as `set_int` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:80:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 80 | / pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 27 02:18:14.792 INFO kablam! 81 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 27 02:18:14.792 INFO kablam! 82 | | } Oct 27 02:18:14.792 INFO kablam! | |_____^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `setFloat` should have a snake case name such as `set_float` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:84:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 84 | / pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 27 02:18:14.792 INFO kablam! 85 | | gl::Uniform1f(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 27 02:18:14.792 INFO kablam! 86 | | } Oct 27 02:18:14.792 INFO kablam! | |_____^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `setVector3` should have a snake case name such as `set_vector3` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:88:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 88 | / pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 27 02:18:14.792 INFO kablam! 89 | | gl::Uniform3fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, value.as_ptr()); Oct 27 02:18:14.792 INFO kablam! 90 | | } Oct 27 02:18:14.792 INFO kablam! | |_____^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `setVec3` should have a snake case name such as `set_vec3` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:92:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 92 | / pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 27 02:18:14.792 INFO kablam! 93 | | gl::Uniform3f(gl::GetUniformLocation(self.ID, name.as_ptr()), x, y, z); Oct 27 02:18:14.792 INFO kablam! 94 | | } Oct 27 02:18:14.792 INFO kablam! | |_____^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `setMat4` should have a snake case name such as `set_mat4` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:96:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 96 | / pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 27 02:18:14.792 INFO kablam! 97 | | gl::UniformMatrix4fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, gl::FALSE, mat.as_ptr()); Oct 27 02:18:14.792 INFO kablam! 98 | | } Oct 27 02:18:14.792 INFO kablam! | |_____^ Oct 27 02:18:14.792 INFO kablam! Oct 27 02:18:14.792 INFO kablam! warning: method `checkCompileErrors` should have a snake case name such as `check_compile_errors` Oct 27 02:18:14.792 INFO kablam! --> src/shader.rs:102:5 Oct 27 02:18:14.792 INFO kablam! | Oct 27 02:18:14.792 INFO kablam! 102 | / unsafe fn checkCompileErrors(&self, shader: u32, type_: &str) { Oct 27 02:18:14.792 INFO kablam! 103 | | let mut success = gl::FALSE as GLint; Oct 27 02:18:14.792 INFO kablam! 104 | | let mut infoLog = Vec::with_capacity(1024); Oct 27 02:18:14.792 INFO kablam! 105 | | infoLog.set_len(1024 - 1); // subtract 1 to skip the trailing null character Oct 27 02:18:14.792 INFO kablam! ... | Oct 27 02:18:14.792 INFO kablam! 126 | | Oct 27 02:18:14.793 INFO kablam! 127 | | } Oct 27 02:18:14.793 INFO kablam! | |_____^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `infoLog` should have a snake case name such as `info_log` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:104:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 104 | let mut infoLog = Vec::with_capacity(1024); Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:130:33 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:130:51 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `geometryPath` should have a snake case name such as `geometry_path` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:130:71 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:133:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 133 | let mut vShaderFile = File::open(vertexPath) Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:135:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 135 | let mut fShaderFile = File::open(fragmentPath) Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `gShaderFile` should have a snake case name such as `g_shader_file` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:137:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 137 | let mut gShaderFile = File::open(geometryPath) Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:139:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 139 | let mut vertexCode = String::new(); Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:140:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 140 | let mut fragmentCode = String::new(); Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `geometryCode` should have a snake case name such as `geometry_code` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:141:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 141 | let mut geometryCode = String::new(); Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:152:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 152 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:153:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 153 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `gShaderCode` should have a snake case name such as `g_shader_code` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:154:13 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 154 | let gShaderCode = CString::new(geometryCode.as_bytes()).unwrap(); Oct 27 02:18:14.793 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:18:14.793 INFO kablam! Oct 27 02:18:14.793 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 27 02:18:14.793 INFO kablam! --> src/shader.rs:175:17 Oct 27 02:18:14.793 INFO kablam! | Oct 27 02:18:14.793 INFO kablam! 175 | let ID = gl::CreateProgram(); Oct 27 02:18:14.793 INFO kablam! | ^^ Oct 27 02:18:14.794 INFO kablam! Oct 27 02:18:14.794 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 02:18:14.794 INFO kablam! --> src/main.rs:36:5 Oct 27 02:18:14.794 INFO kablam! | Oct 27 02:18:14.794 INFO kablam! 36 | fs::create_dir_all(target_dir); Oct 27 02:18:14.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:18:14.794 INFO kablam! | Oct 27 02:18:14.794 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 02:18:14.794 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 02:18:14.794 INFO kablam! Oct 27 02:18:14.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.31s Oct 27 02:18:14.855 INFO kablam! su: No module specific data is present Oct 27 02:18:15.663 INFO running `"docker" "rm" "-f" "df7d6a9d0060bf93d2d305e592452620df74ed81ccfcfed9965614fedc149ae6"` Oct 27 02:18:16.143 INFO blam! df7d6a9d0060bf93d2d305e592452620df74ed81ccfcfed9965614fedc149ae6