Oct 10 20:17:18.106 INFO testing kenjiSpecial/rust-cubemap-slicer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:17:18.106 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:17:18.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:17:18.710 INFO blam! f62f91fc282c5ba9134cebfd203521148946c36960467cfdb1bc39802ca53e5c Oct 10 20:17:18.711 INFO running `"docker" "start" "-a" "f62f91fc282c5ba9134cebfd203521148946c36960467cfdb1bc39802ca53e5c"` Oct 10 20:17:20.205 INFO kablam! usermod: no changes Oct 10 20:17:20.508 INFO kablam! Compiling glfw-sys v3.2.2 Oct 10 20:17:20.515 INFO kablam! Compiling enum_primitive v0.1.1 Oct 10 20:17:20.515 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 20:17:27.576 INFO kablam! Compiling image v0.19.0 Oct 10 20:17:31.693 INFO kablam! Compiling glfw v0.24.0 Oct 10 20:17:44.680 INFO kablam! Compiling glfw-example v0.1.0 (/source) Oct 10 20:17:46.803 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 10 20:17:46.803 INFO kablam! --> src/main.rs:10:5 Oct 10 20:17:46.803 INFO kablam! | Oct 10 20:17:46.803 INFO kablam! 10 | use std::sync::mpsc::Receiver; Oct 10 20:17:46.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:46.803 INFO kablam! | Oct 10 20:17:46.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:17:46.803 INFO kablam! Oct 10 20:17:47.103 INFO kablam! warning: value assigned to `x` is never read Oct 10 20:17:47.103 INFO kablam! --> src/main.rs:201:29 Oct 10 20:17:47.103 INFO kablam! | Oct 10 20:17:47.103 INFO kablam! 201 | let mut x:u32 = 0; Oct 10 20:17:47.103 INFO kablam! | ^ Oct 10 20:17:47.103 INFO kablam! | Oct 10 20:17:47.103 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 20:17:47.103 INFO kablam! Oct 10 20:17:47.103 INFO kablam! warning: value assigned to `y` is never read Oct 10 20:17:47.103 INFO kablam! --> src/main.rs:202:29 Oct 10 20:17:47.103 INFO kablam! | Oct 10 20:17:47.103 INFO kablam! 202 | let mut y:u32 = 0; Oct 10 20:17:47.103 INFO kablam! | ^ Oct 10 20:17:47.103 INFO kablam! Oct 10 20:17:47.151 INFO kablam! warning: method is never used: `setBool` Oct 10 20:17:47.151 INFO kablam! --> src/shader.rs:76:5 Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! 76 | pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 10 20:17:47.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:17:47.151 INFO kablam! Oct 10 20:17:47.151 INFO kablam! warning: method is never used: `setInt` Oct 10 20:17:47.151 INFO kablam! --> src/shader.rs:80:5 Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! 80 | pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 10 20:17:47.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.151 INFO kablam! Oct 10 20:17:47.151 INFO kablam! warning: method is never used: `setFloat` Oct 10 20:17:47.151 INFO kablam! --> src/shader.rs:84:5 Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! 84 | pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 10 20:17:47.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.151 INFO kablam! Oct 10 20:17:47.151 INFO kablam! warning: method is never used: `setVector3` Oct 10 20:17:47.151 INFO kablam! --> src/shader.rs:88:5 Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! 88 | pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 10 20:17:47.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.151 INFO kablam! Oct 10 20:17:47.151 INFO kablam! warning: method is never used: `setVec3` Oct 10 20:17:47.151 INFO kablam! --> src/shader.rs:92:5 Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! 92 | pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 10 20:17:47.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.151 INFO kablam! Oct 10 20:17:47.151 INFO kablam! warning: method is never used: `setMat4` Oct 10 20:17:47.151 INFO kablam! --> src/shader.rs:96:5 Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! 96 | pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 10 20:17:47.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.151 INFO kablam! Oct 10 20:17:47.151 INFO kablam! warning: method is never used: `with_geometry_shader` Oct 10 20:17:47.151 INFO kablam! --> src/shader.rs:130:5 Oct 10 20:17:47.151 INFO kablam! | Oct 10 20:17:47.151 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:47.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.152 INFO kablam! Oct 10 20:17:47.152 INFO kablam! warning: structure field `ID` should have a snake case name such as `id` Oct 10 20:17:47.152 INFO kablam! --> src/shader.rs:17:5 Oct 10 20:17:47.152 INFO kablam! | Oct 10 20:17:47.152 INFO kablam! 17 | pub ID: u32, Oct 10 20:17:47.152 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:47.152 INFO kablam! | Oct 10 20:17:47.152 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:17:47.152 INFO kablam! Oct 10 20:17:47.152 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 10 20:17:47.152 INFO kablam! --> src/shader.rs:22:16 Oct 10 20:17:47.152 INFO kablam! | Oct 10 20:17:47.152 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 10 20:17:47.152 INFO kablam! | ^^^^^^^^^^ Oct 10 20:17:47.152 INFO kablam! Oct 10 20:17:47.152 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 10 20:17:47.152 INFO kablam! --> src/shader.rs:22:34 Oct 10 20:17:47.152 INFO kablam! | Oct 10 20:17:47.152 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 10 20:17:47.152 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:17:47.152 INFO kablam! Oct 10 20:17:47.152 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 10 20:17:47.152 INFO kablam! --> src/shader.rs:25:13 Oct 10 20:17:47.152 INFO kablam! | Oct 10 20:17:47.152 INFO kablam! 25 | let mut vShaderFile = File::open(vertexPath) Oct 10 20:17:47.152 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:47.152 INFO kablam! Oct 10 20:17:47.152 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 10 20:17:47.152 INFO kablam! --> src/shader.rs:27:13 Oct 10 20:17:47.152 INFO kablam! | Oct 10 20:17:47.152 INFO kablam! 27 | let mut fShaderFile = File::open(fragmentPath) Oct 10 20:17:47.152 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:47.152 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:29:13 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 29 | let mut vertexCode = String::new(); Oct 10 20:17:47.154 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:30:13 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 30 | let mut fragmentCode = String::new(); Oct 10 20:17:47.154 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:38:13 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 38 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 10 20:17:47.154 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:39:13 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 39 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 10 20:17:47.154 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:54:17 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 54 | let ID = gl::CreateProgram(); Oct 10 20:17:47.154 INFO kablam! | ^^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `useProgram` should have a snake case name such as `use_program` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:70:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 70 | / pub unsafe fn useProgram(&self) { Oct 10 20:17:47.154 INFO kablam! 71 | | gl::UseProgram(self.ID) Oct 10 20:17:47.154 INFO kablam! 72 | | } Oct 10 20:17:47.154 INFO kablam! | |_____^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `setBool` should have a snake case name such as `set_bool` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:76:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 76 | / pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 10 20:17:47.154 INFO kablam! 77 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value as i32); Oct 10 20:17:47.154 INFO kablam! 78 | | } Oct 10 20:17:47.154 INFO kablam! | |_____^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `setInt` should have a snake case name such as `set_int` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:80:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 80 | / pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 10 20:17:47.154 INFO kablam! 81 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 10 20:17:47.154 INFO kablam! 82 | | } Oct 10 20:17:47.154 INFO kablam! | |_____^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `setFloat` should have a snake case name such as `set_float` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:84:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 84 | / pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 10 20:17:47.154 INFO kablam! 85 | | gl::Uniform1f(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 10 20:17:47.154 INFO kablam! 86 | | } Oct 10 20:17:47.154 INFO kablam! | |_____^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `setVector3` should have a snake case name such as `set_vector3` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:88:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 88 | / pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 10 20:17:47.154 INFO kablam! 89 | | gl::Uniform3fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, value.as_ptr()); Oct 10 20:17:47.154 INFO kablam! 90 | | } Oct 10 20:17:47.154 INFO kablam! | |_____^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `setVec3` should have a snake case name such as `set_vec3` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:92:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 92 | / pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 10 20:17:47.154 INFO kablam! 93 | | gl::Uniform3f(gl::GetUniformLocation(self.ID, name.as_ptr()), x, y, z); Oct 10 20:17:47.154 INFO kablam! 94 | | } Oct 10 20:17:47.154 INFO kablam! | |_____^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `setMat4` should have a snake case name such as `set_mat4` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:96:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 96 | / pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 10 20:17:47.154 INFO kablam! 97 | | gl::UniformMatrix4fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, gl::FALSE, mat.as_ptr()); Oct 10 20:17:47.154 INFO kablam! 98 | | } Oct 10 20:17:47.154 INFO kablam! | |_____^ Oct 10 20:17:47.154 INFO kablam! Oct 10 20:17:47.154 INFO kablam! warning: method `checkCompileErrors` should have a snake case name such as `check_compile_errors` Oct 10 20:17:47.154 INFO kablam! --> src/shader.rs:102:5 Oct 10 20:17:47.154 INFO kablam! | Oct 10 20:17:47.154 INFO kablam! 102 | / unsafe fn checkCompileErrors(&self, shader: u32, type_: &str) { Oct 10 20:17:47.155 INFO kablam! 103 | | let mut success = gl::FALSE as GLint; Oct 10 20:17:47.155 INFO kablam! 104 | | let mut infoLog = Vec::with_capacity(1024); Oct 10 20:17:47.155 INFO kablam! 105 | | infoLog.set_len(1024 - 1); // subtract 1 to skip the trailing null character Oct 10 20:17:47.155 INFO kablam! ... | Oct 10 20:17:47.155 INFO kablam! 126 | | Oct 10 20:17:47.155 INFO kablam! 127 | | } Oct 10 20:17:47.155 INFO kablam! | |_____^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `infoLog` should have a snake case name such as `info_log` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:104:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 104 | let mut infoLog = Vec::with_capacity(1024); Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:130:33 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:130:51 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `geometryPath` should have a snake case name such as `geometry_path` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:130:71 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:133:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 133 | let mut vShaderFile = File::open(vertexPath) Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:135:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 135 | let mut fShaderFile = File::open(fragmentPath) Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `gShaderFile` should have a snake case name such as `g_shader_file` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:137:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 137 | let mut gShaderFile = File::open(geometryPath) Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:139:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 139 | let mut vertexCode = String::new(); Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:140:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 140 | let mut fragmentCode = String::new(); Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `geometryCode` should have a snake case name such as `geometry_code` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:141:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 141 | let mut geometryCode = String::new(); Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:152:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 152 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:153:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 153 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `gShaderCode` should have a snake case name such as `g_shader_code` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:154:13 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 154 | let gShaderCode = CString::new(geometryCode.as_bytes()).unwrap(); Oct 10 20:17:47.155 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.155 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 10 20:17:47.155 INFO kablam! --> src/shader.rs:175:17 Oct 10 20:17:47.155 INFO kablam! | Oct 10 20:17:47.155 INFO kablam! 175 | let ID = gl::CreateProgram(); Oct 10 20:17:47.155 INFO kablam! | ^^ Oct 10 20:17:47.155 INFO kablam! Oct 10 20:17:47.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:17:47.156 INFO kablam! --> src/main.rs:36:5 Oct 10 20:17:47.156 INFO kablam! | Oct 10 20:17:47.156 INFO kablam! 36 | fs::create_dir_all(target_dir); Oct 10 20:17:47.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:47.156 INFO kablam! | Oct 10 20:17:47.156 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:17:47.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:17:47.156 INFO kablam! Oct 10 20:17:49.106 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.84s Oct 10 20:17:49.114 INFO kablam! su: No module specific data is present Oct 10 20:17:53.451 INFO running `"docker" "rm" "-f" "f62f91fc282c5ba9134cebfd203521148946c36960467cfdb1bc39802ca53e5c"` Oct 10 20:17:53.632 INFO blam! f62f91fc282c5ba9134cebfd203521148946c36960467cfdb1bc39802ca53e5c Oct 10 20:17:53.645 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:17:53.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:17:54.096 INFO blam! 58e8fa4f15d0118e77c437601a11ca25c78e31296cc3241294890bdff94033e0 Oct 10 20:17:54.098 INFO running `"docker" "start" "-a" "58e8fa4f15d0118e77c437601a11ca25c78e31296cc3241294890bdff94033e0"` Oct 10 20:17:55.192 INFO kablam! usermod: no changes Oct 10 20:17:55.320 INFO kablam! Compiling glfw-example v0.1.0 (/source) Oct 10 20:17:58.436 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 10 20:17:58.437 INFO kablam! --> src/main.rs:10:5 Oct 10 20:17:58.437 INFO kablam! | Oct 10 20:17:58.437 INFO kablam! 10 | use std::sync::mpsc::Receiver; Oct 10 20:17:58.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.438 INFO kablam! | Oct 10 20:17:58.438 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:17:58.439 INFO kablam! Oct 10 20:17:58.553 INFO kablam! warning: value assigned to `x` is never read Oct 10 20:17:58.553 INFO kablam! --> src/main.rs:201:29 Oct 10 20:17:58.554 INFO kablam! | Oct 10 20:17:58.554 INFO kablam! 201 | let mut x:u32 = 0; Oct 10 20:17:58.554 INFO kablam! | ^ Oct 10 20:17:58.555 INFO kablam! | Oct 10 20:17:58.555 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 20:17:58.555 INFO kablam! Oct 10 20:17:58.556 INFO kablam! warning: value assigned to `y` is never read Oct 10 20:17:58.556 INFO kablam! --> src/main.rs:202:29 Oct 10 20:17:58.556 INFO kablam! | Oct 10 20:17:58.557 INFO kablam! 202 | let mut y:u32 = 0; Oct 10 20:17:58.557 INFO kablam! | ^ Oct 10 20:17:58.557 INFO kablam! Oct 10 20:17:58.613 INFO kablam! warning: method is never used: `setBool` Oct 10 20:17:58.613 INFO kablam! --> src/shader.rs:76:5 Oct 10 20:17:58.613 INFO kablam! | Oct 10 20:17:58.613 INFO kablam! 76 | pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 10 20:17:58.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.614 INFO kablam! | Oct 10 20:17:58.614 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:17:58.615 INFO kablam! Oct 10 20:17:58.615 INFO kablam! warning: method is never used: `setInt` Oct 10 20:17:58.615 INFO kablam! --> src/shader.rs:80:5 Oct 10 20:17:58.615 INFO kablam! | Oct 10 20:17:58.616 INFO kablam! 80 | pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 10 20:17:58.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.616 INFO kablam! Oct 10 20:17:58.617 INFO kablam! warning: method is never used: `setFloat` Oct 10 20:17:58.617 INFO kablam! --> src/shader.rs:84:5 Oct 10 20:17:58.617 INFO kablam! | Oct 10 20:17:58.617 INFO kablam! 84 | pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 10 20:17:58.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.618 INFO kablam! Oct 10 20:17:58.618 INFO kablam! warning: method is never used: `setVector3` Oct 10 20:17:58.619 INFO kablam! --> src/shader.rs:88:5 Oct 10 20:17:58.619 INFO kablam! | Oct 10 20:17:58.619 INFO kablam! 88 | pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 10 20:17:58.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.620 INFO kablam! Oct 10 20:17:58.628 INFO kablam! warning: method is never used: `setVec3` Oct 10 20:17:58.629 INFO kablam! --> src/shader.rs:92:5 Oct 10 20:17:58.629 INFO kablam! | Oct 10 20:17:58.630 INFO kablam! 92 | pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 10 20:17:58.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.630 INFO kablam! Oct 10 20:17:58.630 INFO kablam! warning: method is never used: `setMat4` Oct 10 20:17:58.631 INFO kablam! --> src/shader.rs:96:5 Oct 10 20:17:58.631 INFO kablam! | Oct 10 20:17:58.631 INFO kablam! 96 | pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 10 20:17:58.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.632 INFO kablam! Oct 10 20:17:58.632 INFO kablam! warning: method is never used: `with_geometry_shader` Oct 10 20:17:58.633 INFO kablam! --> src/shader.rs:130:5 Oct 10 20:17:58.633 INFO kablam! | Oct 10 20:17:58.633 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:58.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.635 INFO kablam! Oct 10 20:17:58.635 INFO kablam! warning: structure field `ID` should have a snake case name such as `id` Oct 10 20:17:58.636 INFO kablam! --> src/shader.rs:17:5 Oct 10 20:17:58.636 INFO kablam! | Oct 10 20:17:58.636 INFO kablam! 17 | pub ID: u32, Oct 10 20:17:58.636 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:58.636 INFO kablam! | Oct 10 20:17:58.636 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:17:58.636 INFO kablam! Oct 10 20:17:58.636 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 10 20:17:58.636 INFO kablam! --> src/shader.rs:22:16 Oct 10 20:17:58.636 INFO kablam! | Oct 10 20:17:58.636 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 10 20:17:58.636 INFO kablam! | ^^^^^^^^^^ Oct 10 20:17:58.636 INFO kablam! Oct 10 20:17:58.636 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 10 20:17:58.636 INFO kablam! --> src/shader.rs:22:34 Oct 10 20:17:58.636 INFO kablam! | Oct 10 20:17:58.636 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 10 20:17:58.636 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:17:58.636 INFO kablam! Oct 10 20:17:58.636 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 10 20:17:58.636 INFO kablam! --> src/shader.rs:25:13 Oct 10 20:17:58.636 INFO kablam! | Oct 10 20:17:58.636 INFO kablam! 25 | let mut vShaderFile = File::open(vertexPath) Oct 10 20:17:58.636 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:58.636 INFO kablam! Oct 10 20:17:58.636 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 10 20:17:58.636 INFO kablam! --> src/shader.rs:27:13 Oct 10 20:17:58.636 INFO kablam! | Oct 10 20:17:58.636 INFO kablam! 27 | let mut fShaderFile = File::open(fragmentPath) Oct 10 20:17:58.636 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:58.636 INFO kablam! Oct 10 20:17:58.636 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 10 20:17:58.636 INFO kablam! --> src/shader.rs:29:13 Oct 10 20:17:58.636 INFO kablam! | Oct 10 20:17:58.636 INFO kablam! 29 | let mut vertexCode = String::new(); Oct 10 20:17:58.636 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:17:58.636 INFO kablam! Oct 10 20:17:58.636 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 10 20:17:58.636 INFO kablam! --> src/shader.rs:30:13 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 30 | let mut fragmentCode = String::new(); Oct 10 20:17:58.637 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:38:13 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 38 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 10 20:17:58.637 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:39:13 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 39 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 10 20:17:58.637 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:54:17 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 54 | let ID = gl::CreateProgram(); Oct 10 20:17:58.637 INFO kablam! | ^^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: method `useProgram` should have a snake case name such as `use_program` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:70:5 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 70 | / pub unsafe fn useProgram(&self) { Oct 10 20:17:58.637 INFO kablam! 71 | | gl::UseProgram(self.ID) Oct 10 20:17:58.637 INFO kablam! 72 | | } Oct 10 20:17:58.637 INFO kablam! | |_____^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: method `setBool` should have a snake case name such as `set_bool` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:76:5 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 76 | / pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 10 20:17:58.637 INFO kablam! 77 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value as i32); Oct 10 20:17:58.637 INFO kablam! 78 | | } Oct 10 20:17:58.637 INFO kablam! | |_____^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: method `setInt` should have a snake case name such as `set_int` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:80:5 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 80 | / pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 10 20:17:58.637 INFO kablam! 81 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 10 20:17:58.637 INFO kablam! 82 | | } Oct 10 20:17:58.637 INFO kablam! | |_____^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: method `setFloat` should have a snake case name such as `set_float` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:84:5 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 84 | / pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 10 20:17:58.637 INFO kablam! 85 | | gl::Uniform1f(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 10 20:17:58.637 INFO kablam! 86 | | } Oct 10 20:17:58.637 INFO kablam! | |_____^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: method `setVector3` should have a snake case name such as `set_vector3` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:88:5 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 88 | / pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 10 20:17:58.637 INFO kablam! 89 | | gl::Uniform3fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, value.as_ptr()); Oct 10 20:17:58.637 INFO kablam! 90 | | } Oct 10 20:17:58.637 INFO kablam! | |_____^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: method `setVec3` should have a snake case name such as `set_vec3` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:92:5 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 92 | / pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 10 20:17:58.637 INFO kablam! 93 | | gl::Uniform3f(gl::GetUniformLocation(self.ID, name.as_ptr()), x, y, z); Oct 10 20:17:58.637 INFO kablam! 94 | | } Oct 10 20:17:58.637 INFO kablam! | |_____^ Oct 10 20:17:58.637 INFO kablam! Oct 10 20:17:58.637 INFO kablam! warning: method `setMat4` should have a snake case name such as `set_mat4` Oct 10 20:17:58.637 INFO kablam! --> src/shader.rs:96:5 Oct 10 20:17:58.637 INFO kablam! | Oct 10 20:17:58.637 INFO kablam! 96 | / pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 10 20:17:58.638 INFO kablam! 97 | | gl::UniformMatrix4fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, gl::FALSE, mat.as_ptr()); Oct 10 20:17:58.638 INFO kablam! 98 | | } Oct 10 20:17:58.638 INFO kablam! | |_____^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: method `checkCompileErrors` should have a snake case name such as `check_compile_errors` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:102:5 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 102 | / unsafe fn checkCompileErrors(&self, shader: u32, type_: &str) { Oct 10 20:17:58.638 INFO kablam! 103 | | let mut success = gl::FALSE as GLint; Oct 10 20:17:58.638 INFO kablam! 104 | | let mut infoLog = Vec::with_capacity(1024); Oct 10 20:17:58.638 INFO kablam! 105 | | infoLog.set_len(1024 - 1); // subtract 1 to skip the trailing null character Oct 10 20:17:58.638 INFO kablam! ... | Oct 10 20:17:58.638 INFO kablam! 126 | | Oct 10 20:17:58.638 INFO kablam! 127 | | } Oct 10 20:17:58.638 INFO kablam! | |_____^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `infoLog` should have a snake case name such as `info_log` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:104:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 104 | let mut infoLog = Vec::with_capacity(1024); Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:130:33 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:130:51 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `geometryPath` should have a snake case name such as `geometry_path` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:130:71 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:133:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 133 | let mut vShaderFile = File::open(vertexPath) Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:135:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 135 | let mut fShaderFile = File::open(fragmentPath) Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `gShaderFile` should have a snake case name such as `g_shader_file` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:137:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 137 | let mut gShaderFile = File::open(geometryPath) Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:139:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 139 | let mut vertexCode = String::new(); Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:140:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 140 | let mut fragmentCode = String::new(); Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `geometryCode` should have a snake case name such as `geometry_code` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:141:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 141 | let mut geometryCode = String::new(); Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:152:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 152 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:153:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 153 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.638 INFO kablam! warning: variable `gShaderCode` should have a snake case name such as `g_shader_code` Oct 10 20:17:58.638 INFO kablam! --> src/shader.rs:154:13 Oct 10 20:17:58.638 INFO kablam! | Oct 10 20:17:58.638 INFO kablam! 154 | let gShaderCode = CString::new(geometryCode.as_bytes()).unwrap(); Oct 10 20:17:58.638 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:17:58.638 INFO kablam! Oct 10 20:17:58.639 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 10 20:17:58.639 INFO kablam! --> src/shader.rs:175:17 Oct 10 20:17:58.639 INFO kablam! | Oct 10 20:17:58.639 INFO kablam! 175 | let ID = gl::CreateProgram(); Oct 10 20:17:58.639 INFO kablam! | ^^ Oct 10 20:17:58.639 INFO kablam! Oct 10 20:17:58.639 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:17:58.639 INFO kablam! --> src/main.rs:36:5 Oct 10 20:17:58.639 INFO kablam! | Oct 10 20:17:58.639 INFO kablam! 36 | fs::create_dir_all(target_dir); Oct 10 20:17:58.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:17:58.639 INFO kablam! | Oct 10 20:17:58.639 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:17:58.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:17:58.639 INFO kablam! Oct 10 20:17:59.229 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.01s Oct 10 20:17:59.235 INFO kablam! su: No module specific data is present Oct 10 20:17:59.792 INFO running `"docker" "rm" "-f" "58e8fa4f15d0118e77c437601a11ca25c78e31296cc3241294890bdff94033e0"` Oct 10 20:17:59.956 INFO blam! 58e8fa4f15d0118e77c437601a11ca25c78e31296cc3241294890bdff94033e0 Oct 10 20:17:59.960 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:17:59.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:18:00.272 INFO blam! 87c2936844a99121a092cf9c25f6d938626fb2ef7859d709ea22ffe7646c6a94 Oct 10 20:18:00.274 INFO running `"docker" "start" "-a" "87c2936844a99121a092cf9c25f6d938626fb2ef7859d709ea22ffe7646c6a94"` Oct 10 20:18:01.012 INFO kablam! usermod: no changes Oct 10 20:18:01.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 20:18:01.140 INFO kablam! Running /target/debug/deps/glfw_example-198d3d613751e656 Oct 10 20:18:01.157 INFO blam! Oct 10 20:18:01.157 INFO blam! running 0 tests Oct 10 20:18:01.157 INFO blam! Oct 10 20:18:01.157 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:18:01.157 INFO blam! Oct 10 20:18:01.159 INFO kablam! su: No module specific data is present Oct 10 20:18:01.616 INFO running `"docker" "rm" "-f" "87c2936844a99121a092cf9c25f6d938626fb2ef7859d709ea22ffe7646c6a94"` Oct 10 20:18:01.856 INFO blam! 87c2936844a99121a092cf9c25f6d938626fb2ef7859d709ea22ffe7646c6a94