Oct 14 15:24:44.917 INFO testing kenjiSpecial/rust-cubemap-slicer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:24:44.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 15:24:45.584 INFO blam! bc37e7151dc796071db65490068ace9a480feac4eda1e6b072ae8640f79896d9 Oct 14 15:24:45.586 INFO running `"docker" "start" "-a" "bc37e7151dc796071db65490068ace9a480feac4eda1e6b072ae8640f79896d9"` Oct 14 15:24:47.140 INFO kablam! usermod: no changes Oct 14 15:24:47.319 INFO kablam! Compiling num-integer v0.1.39 Oct 14 15:24:47.319 INFO kablam! Compiling bitflags v1.0.4 Oct 14 15:24:47.319 INFO kablam! Compiling cc v1.0.24 Oct 14 15:24:47.327 INFO kablam! Compiling cgmath v0.16.1 Oct 14 15:24:47.335 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 15:24:47.335 INFO kablam! Compiling log v0.4.5 Oct 14 15:24:47.335 INFO kablam! Compiling deflate v0.7.18 Oct 14 15:24:47.335 INFO kablam! Compiling num-traits v0.1.43 Oct 14 15:24:47.763 INFO kablam! Compiling num-complex v0.1.43 Oct 14 15:24:48.461 INFO kablam! Compiling xml-rs v0.7.0 Oct 14 15:24:51.203 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 15:24:51.267 INFO kablam! Compiling syn v0.14.9 Oct 14 15:24:51.467 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 15:25:01.967 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 15:25:04.619 INFO kablam! Compiling num-bigint v0.1.44 Oct 14 15:25:04.731 INFO kablam! Compiling num-iter v0.1.37 Oct 14 15:25:04.731 INFO kablam! Compiling cmake v0.1.33 Oct 14 15:25:04.927 INFO kablam! Compiling rayon-core v1.4.1 Oct 14 15:25:05.555 INFO kablam! Compiling png v0.12.0 Oct 14 15:25:05.583 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 15:25:09.280 INFO kablam! Compiling glfw-sys v3.2.2 Oct 14 15:25:16.135 INFO kablam! Compiling rayon v1.0.2 Oct 14 15:25:16.767 INFO kablam! Compiling num-rational v0.1.42 Oct 14 15:25:21.987 INFO kablam! Compiling gl v0.10.0 Oct 14 15:25:27.579 INFO kablam! Compiling num v0.1.42 Oct 14 15:25:27.815 INFO kablam! Compiling num-derive v0.2.2 Oct 14 15:25:28.527 INFO kablam! Compiling glfw v0.24.0 Oct 14 15:25:33.018 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 14 15:25:40.895 INFO kablam! Compiling image v0.19.0 Oct 14 15:25:59.382 INFO kablam! Compiling glfw-example v0.1.0 (/source) Oct 14 15:26:00.135 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 14 15:26:00.135 INFO kablam! --> src/main.rs:10:5 Oct 14 15:26:00.135 INFO kablam! | Oct 14 15:26:00.135 INFO kablam! 10 | use std::sync::mpsc::Receiver; Oct 14 15:26:00.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.135 INFO kablam! | Oct 14 15:26:00.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:26:00.143 INFO kablam! Oct 14 15:26:00.279 INFO kablam! warning: value assigned to `x` is never read Oct 14 15:26:00.279 INFO kablam! --> src/main.rs:201:29 Oct 14 15:26:00.279 INFO kablam! | Oct 14 15:26:00.279 INFO kablam! 201 | let mut x:u32 = 0; Oct 14 15:26:00.279 INFO kablam! | ^ Oct 14 15:26:00.279 INFO kablam! | Oct 14 15:26:00.279 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 15:26:00.279 INFO kablam! Oct 14 15:26:00.279 INFO kablam! warning: value assigned to `y` is never read Oct 14 15:26:00.279 INFO kablam! --> src/main.rs:202:29 Oct 14 15:26:00.279 INFO kablam! | Oct 14 15:26:00.279 INFO kablam! 202 | let mut y:u32 = 0; Oct 14 15:26:00.279 INFO kablam! | ^ Oct 14 15:26:00.279 INFO kablam! Oct 14 15:26:00.339 INFO kablam! warning: method is never used: `setBool` Oct 14 15:26:00.339 INFO kablam! --> src/shader.rs:76:5 Oct 14 15:26:00.339 INFO kablam! | Oct 14 15:26:00.339 INFO kablam! 76 | pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 14 15:26:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.339 INFO kablam! | Oct 14 15:26:00.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:26:00.339 INFO kablam! Oct 14 15:26:00.339 INFO kablam! warning: method is never used: `setInt` Oct 14 15:26:00.339 INFO kablam! --> src/shader.rs:80:5 Oct 14 15:26:00.339 INFO kablam! | Oct 14 15:26:00.339 INFO kablam! 80 | pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 14 15:26:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.339 INFO kablam! Oct 14 15:26:00.339 INFO kablam! warning: method is never used: `setFloat` Oct 14 15:26:00.339 INFO kablam! --> src/shader.rs:84:5 Oct 14 15:26:00.339 INFO kablam! | Oct 14 15:26:00.339 INFO kablam! 84 | pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 14 15:26:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.339 INFO kablam! Oct 14 15:26:00.339 INFO kablam! warning: method is never used: `setVector3` Oct 14 15:26:00.339 INFO kablam! --> src/shader.rs:88:5 Oct 14 15:26:00.339 INFO kablam! | Oct 14 15:26:00.339 INFO kablam! 88 | pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 14 15:26:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.339 INFO kablam! Oct 14 15:26:00.339 INFO kablam! warning: method is never used: `setVec3` Oct 14 15:26:00.339 INFO kablam! --> src/shader.rs:92:5 Oct 14 15:26:00.339 INFO kablam! | Oct 14 15:26:00.339 INFO kablam! 92 | pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 14 15:26:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.339 INFO kablam! Oct 14 15:26:00.339 INFO kablam! warning: method is never used: `setMat4` Oct 14 15:26:00.339 INFO kablam! --> src/shader.rs:96:5 Oct 14 15:26:00.339 INFO kablam! | Oct 14 15:26:00.339 INFO kablam! 96 | pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 14 15:26:00.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.347 INFO kablam! Oct 14 15:26:00.347 INFO kablam! warning: method is never used: `with_geometry_shader` Oct 14 15:26:00.347 INFO kablam! --> src/shader.rs:130:5 Oct 14 15:26:00.347 INFO kablam! | Oct 14 15:26:00.347 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:00.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.347 INFO kablam! Oct 14 15:26:00.355 INFO kablam! warning: structure field `ID` should have a snake case name such as `id` Oct 14 15:26:00.355 INFO kablam! --> src/shader.rs:17:5 Oct 14 15:26:00.355 INFO kablam! | Oct 14 15:26:00.355 INFO kablam! 17 | pub ID: u32, Oct 14 15:26:00.355 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:22:16 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:22:34 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:25:13 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 25 | let mut vShaderFile = File::open(vertexPath) Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:27:13 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 27 | let mut fShaderFile = File::open(fragmentPath) Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:29:13 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 29 | let mut vertexCode = String::new(); Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:30:13 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 30 | let mut fragmentCode = String::new(); Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:38:13 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 38 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:39:13 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 39 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 14 15:26:00.356 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:54:17 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 54 | let ID = gl::CreateProgram(); Oct 14 15:26:00.356 INFO kablam! | ^^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: method `useProgram` should have a snake case name such as `use_program` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:70:5 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 70 | / pub unsafe fn useProgram(&self) { Oct 14 15:26:00.356 INFO kablam! 71 | | gl::UseProgram(self.ID) Oct 14 15:26:00.356 INFO kablam! 72 | | } Oct 14 15:26:00.356 INFO kablam! | |_____^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: method `setBool` should have a snake case name such as `set_bool` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:76:5 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 76 | / pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 14 15:26:00.356 INFO kablam! 77 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value as i32); Oct 14 15:26:00.356 INFO kablam! 78 | | } Oct 14 15:26:00.356 INFO kablam! | |_____^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: method `setInt` should have a snake case name such as `set_int` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:80:5 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 80 | / pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 14 15:26:00.356 INFO kablam! 81 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 14 15:26:00.356 INFO kablam! 82 | | } Oct 14 15:26:00.356 INFO kablam! | |_____^ Oct 14 15:26:00.356 INFO kablam! Oct 14 15:26:00.356 INFO kablam! warning: method `setFloat` should have a snake case name such as `set_float` Oct 14 15:26:00.356 INFO kablam! --> src/shader.rs:84:5 Oct 14 15:26:00.356 INFO kablam! | Oct 14 15:26:00.356 INFO kablam! 84 | / pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 14 15:26:00.356 INFO kablam! 85 | | gl::Uniform1f(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 14 15:26:00.356 INFO kablam! 86 | | } Oct 14 15:26:00.357 INFO kablam! | |_____^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: method `setVector3` should have a snake case name such as `set_vector3` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:88:5 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 88 | / pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 14 15:26:00.357 INFO kablam! 89 | | gl::Uniform3fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, value.as_ptr()); Oct 14 15:26:00.357 INFO kablam! 90 | | } Oct 14 15:26:00.357 INFO kablam! | |_____^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: method `setVec3` should have a snake case name such as `set_vec3` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:92:5 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 92 | / pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 14 15:26:00.357 INFO kablam! 93 | | gl::Uniform3f(gl::GetUniformLocation(self.ID, name.as_ptr()), x, y, z); Oct 14 15:26:00.357 INFO kablam! 94 | | } Oct 14 15:26:00.357 INFO kablam! | |_____^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: method `setMat4` should have a snake case name such as `set_mat4` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:96:5 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 96 | / pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 14 15:26:00.357 INFO kablam! 97 | | gl::UniformMatrix4fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, gl::FALSE, mat.as_ptr()); Oct 14 15:26:00.357 INFO kablam! 98 | | } Oct 14 15:26:00.357 INFO kablam! | |_____^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: method `checkCompileErrors` should have a snake case name such as `check_compile_errors` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:102:5 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 102 | / unsafe fn checkCompileErrors(&self, shader: u32, type_: &str) { Oct 14 15:26:00.357 INFO kablam! 103 | | let mut success = gl::FALSE as GLint; Oct 14 15:26:00.357 INFO kablam! 104 | | let mut infoLog = Vec::with_capacity(1024); Oct 14 15:26:00.357 INFO kablam! 105 | | infoLog.set_len(1024 - 1); // subtract 1 to skip the trailing null character Oct 14 15:26:00.357 INFO kablam! ... | Oct 14 15:26:00.357 INFO kablam! 126 | | Oct 14 15:26:00.357 INFO kablam! 127 | | } Oct 14 15:26:00.357 INFO kablam! | |_____^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `infoLog` should have a snake case name such as `info_log` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:104:13 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 104 | let mut infoLog = Vec::with_capacity(1024); Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:130:33 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:130:51 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `geometryPath` should have a snake case name such as `geometry_path` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:130:71 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:133:13 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 133 | let mut vShaderFile = File::open(vertexPath) Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:135:13 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 135 | let mut fShaderFile = File::open(fragmentPath) Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `gShaderFile` should have a snake case name such as `g_shader_file` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:137:13 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 137 | let mut gShaderFile = File::open(geometryPath) Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 14 15:26:00.357 INFO kablam! --> src/shader.rs:139:13 Oct 14 15:26:00.357 INFO kablam! | Oct 14 15:26:00.357 INFO kablam! 139 | let mut vertexCode = String::new(); Oct 14 15:26:00.357 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:26:00.357 INFO kablam! Oct 14 15:26:00.357 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 14 15:26:00.358 INFO kablam! --> src/shader.rs:140:13 Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! 140 | let mut fragmentCode = String::new(); Oct 14 15:26:00.358 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:26:00.358 INFO kablam! Oct 14 15:26:00.358 INFO kablam! warning: variable `geometryCode` should have a snake case name such as `geometry_code` Oct 14 15:26:00.358 INFO kablam! --> src/shader.rs:141:13 Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! 141 | let mut geometryCode = String::new(); Oct 14 15:26:00.358 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:26:00.358 INFO kablam! Oct 14 15:26:00.358 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 14 15:26:00.358 INFO kablam! --> src/shader.rs:152:13 Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! 152 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 14 15:26:00.358 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:00.358 INFO kablam! Oct 14 15:26:00.358 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 14 15:26:00.358 INFO kablam! --> src/shader.rs:153:13 Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! 153 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 14 15:26:00.358 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:00.358 INFO kablam! Oct 14 15:26:00.358 INFO kablam! warning: variable `gShaderCode` should have a snake case name such as `g_shader_code` Oct 14 15:26:00.358 INFO kablam! --> src/shader.rs:154:13 Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! 154 | let gShaderCode = CString::new(geometryCode.as_bytes()).unwrap(); Oct 14 15:26:00.358 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:00.358 INFO kablam! Oct 14 15:26:00.358 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 14 15:26:00.358 INFO kablam! --> src/shader.rs:175:17 Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! 175 | let ID = gl::CreateProgram(); Oct 14 15:26:00.358 INFO kablam! | ^^ Oct 14 15:26:00.358 INFO kablam! Oct 14 15:26:00.358 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 15:26:00.358 INFO kablam! --> src/main.rs:36:5 Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! 36 | fs::create_dir_all(target_dir); Oct 14 15:26:00.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:00.358 INFO kablam! | Oct 14 15:26:00.358 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 15:26:00.358 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 15:26:00.358 INFO kablam! Oct 14 15:26:03.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 14 15:26:03.810 INFO kablam! su: No module specific data is present Oct 14 15:26:04.396 INFO running `"docker" "rm" "-f" "bc37e7151dc796071db65490068ace9a480feac4eda1e6b072ae8640f79896d9"` Oct 14 15:26:04.614 INFO blam! bc37e7151dc796071db65490068ace9a480feac4eda1e6b072ae8640f79896d9 Oct 14 15:26:04.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 15:26:05.192 INFO blam! 28fc4677ff18e23cca57187c5612865866d0c8fbd3cf0be12fe21560c3b417bf Oct 14 15:26:05.195 INFO running `"docker" "start" "-a" "28fc4677ff18e23cca57187c5612865866d0c8fbd3cf0be12fe21560c3b417bf"` Oct 14 15:26:06.709 INFO kablam! usermod: no changes Oct 14 15:26:06.875 INFO kablam! Compiling glfw-example v0.1.0 (/source) Oct 14 15:26:07.519 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 14 15:26:07.520 INFO kablam! --> src/main.rs:10:5 Oct 14 15:26:07.521 INFO kablam! | Oct 14 15:26:07.521 INFO kablam! 10 | use std::sync::mpsc::Receiver; Oct 14 15:26:07.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.521 INFO kablam! | Oct 14 15:26:07.527 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:26:07.527 INFO kablam! Oct 14 15:26:07.654 INFO kablam! warning: value assigned to `x` is never read Oct 14 15:26:07.654 INFO kablam! --> src/main.rs:201:29 Oct 14 15:26:07.655 INFO kablam! | Oct 14 15:26:07.656 INFO kablam! 201 | let mut x:u32 = 0; Oct 14 15:26:07.656 INFO kablam! | ^ Oct 14 15:26:07.657 INFO kablam! | Oct 14 15:26:07.658 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 15:26:07.658 INFO kablam! Oct 14 15:26:07.663 INFO kablam! warning: value assigned to `y` is never read Oct 14 15:26:07.663 INFO kablam! --> src/main.rs:202:29 Oct 14 15:26:07.664 INFO kablam! | Oct 14 15:26:07.664 INFO kablam! 202 | let mut y:u32 = 0; Oct 14 15:26:07.664 INFO kablam! | ^ Oct 14 15:26:07.665 INFO kablam! Oct 14 15:26:07.722 INFO kablam! warning: method is never used: `setBool` Oct 14 15:26:07.722 INFO kablam! --> src/shader.rs:76:5 Oct 14 15:26:07.722 INFO kablam! | Oct 14 15:26:07.722 INFO kablam! 76 | pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 14 15:26:07.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.722 INFO kablam! | Oct 14 15:26:07.724 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:26:07.724 INFO kablam! Oct 14 15:26:07.725 INFO kablam! warning: method is never used: `setInt` Oct 14 15:26:07.725 INFO kablam! --> src/shader.rs:80:5 Oct 14 15:26:07.725 INFO kablam! | Oct 14 15:26:07.725 INFO kablam! 80 | pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 14 15:26:07.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.727 INFO kablam! Oct 14 15:26:07.727 INFO kablam! warning: method is never used: `setFloat` Oct 14 15:26:07.727 INFO kablam! --> src/shader.rs:84:5 Oct 14 15:26:07.727 INFO kablam! | Oct 14 15:26:07.728 INFO kablam! 84 | pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 14 15:26:07.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.728 INFO kablam! Oct 14 15:26:07.728 INFO kablam! warning: method is never used: `setVector3` Oct 14 15:26:07.728 INFO kablam! --> src/shader.rs:88:5 Oct 14 15:26:07.729 INFO kablam! | Oct 14 15:26:07.729 INFO kablam! 88 | pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 14 15:26:07.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.730 INFO kablam! Oct 14 15:26:07.731 INFO kablam! warning: method is never used: `setVec3` Oct 14 15:26:07.731 INFO kablam! --> src/shader.rs:92:5 Oct 14 15:26:07.732 INFO kablam! | Oct 14 15:26:07.732 INFO kablam! 92 | pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 14 15:26:07.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.733 INFO kablam! Oct 14 15:26:07.734 INFO kablam! warning: method is never used: `setMat4` Oct 14 15:26:07.735 INFO kablam! --> src/shader.rs:96:5 Oct 14 15:26:07.735 INFO kablam! | Oct 14 15:26:07.735 INFO kablam! 96 | pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 14 15:26:07.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.736 INFO kablam! Oct 14 15:26:07.736 INFO kablam! warning: method is never used: `with_geometry_shader` Oct 14 15:26:07.736 INFO kablam! --> src/shader.rs:130:5 Oct 14 15:26:07.737 INFO kablam! | Oct 14 15:26:07.737 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:07.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.738 INFO kablam! Oct 14 15:26:07.738 INFO kablam! warning: structure field `ID` should have a snake case name such as `id` Oct 14 15:26:07.738 INFO kablam! --> src/shader.rs:17:5 Oct 14 15:26:07.739 INFO kablam! | Oct 14 15:26:07.739 INFO kablam! 17 | pub ID: u32, Oct 14 15:26:07.739 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:07.740 INFO kablam! | Oct 14 15:26:07.740 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:26:07.740 INFO kablam! Oct 14 15:26:07.741 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 14 15:26:07.741 INFO kablam! --> src/shader.rs:22:16 Oct 14 15:26:07.741 INFO kablam! | Oct 14 15:26:07.741 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 14 15:26:07.742 INFO kablam! | ^^^^^^^^^^ Oct 14 15:26:07.742 INFO kablam! Oct 14 15:26:07.742 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 14 15:26:07.743 INFO kablam! --> src/shader.rs:22:34 Oct 14 15:26:07.743 INFO kablam! | Oct 14 15:26:07.743 INFO kablam! 22 | pub fn new(vertexPath: &str, fragmentPath: &str) -> Shader { Oct 14 15:26:07.743 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:26:07.744 INFO kablam! Oct 14 15:26:07.744 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 14 15:26:07.744 INFO kablam! --> src/shader.rs:25:13 Oct 14 15:26:07.744 INFO kablam! | Oct 14 15:26:07.745 INFO kablam! 25 | let mut vShaderFile = File::open(vertexPath) Oct 14 15:26:07.745 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:07.745 INFO kablam! Oct 14 15:26:07.745 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 14 15:26:07.745 INFO kablam! --> src/shader.rs:27:13 Oct 14 15:26:07.745 INFO kablam! | Oct 14 15:26:07.745 INFO kablam! 27 | let mut fShaderFile = File::open(fragmentPath) Oct 14 15:26:07.745 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:07.745 INFO kablam! Oct 14 15:26:07.745 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 14 15:26:07.745 INFO kablam! --> src/shader.rs:29:13 Oct 14 15:26:07.745 INFO kablam! | Oct 14 15:26:07.745 INFO kablam! 29 | let mut vertexCode = String::new(); Oct 14 15:26:07.745 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:26:07.745 INFO kablam! Oct 14 15:26:07.745 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 14 15:26:07.745 INFO kablam! --> src/shader.rs:30:13 Oct 14 15:26:07.745 INFO kablam! | Oct 14 15:26:07.745 INFO kablam! 30 | let mut fragmentCode = String::new(); Oct 14 15:26:07.745 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:26:07.745 INFO kablam! Oct 14 15:26:07.745 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 14 15:26:07.745 INFO kablam! --> src/shader.rs:38:13 Oct 14 15:26:07.746 INFO kablam! | Oct 14 15:26:07.746 INFO kablam! 38 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 14 15:26:07.746 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:07.746 INFO kablam! Oct 14 15:26:07.746 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 14 15:26:07.746 INFO kablam! --> src/shader.rs:39:13 Oct 14 15:26:07.746 INFO kablam! | Oct 14 15:26:07.746 INFO kablam! 39 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 14 15:26:07.746 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:07.746 INFO kablam! Oct 14 15:26:07.746 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 14 15:26:07.746 INFO kablam! --> src/shader.rs:54:17 Oct 14 15:26:07.746 INFO kablam! | Oct 14 15:26:07.746 INFO kablam! 54 | let ID = gl::CreateProgram(); Oct 14 15:26:07.746 INFO kablam! | ^^ Oct 14 15:26:07.746 INFO kablam! Oct 14 15:26:07.746 INFO kablam! warning: method `useProgram` should have a snake case name such as `use_program` Oct 14 15:26:07.746 INFO kablam! --> src/shader.rs:70:5 Oct 14 15:26:07.746 INFO kablam! | Oct 14 15:26:07.746 INFO kablam! 70 | / pub unsafe fn useProgram(&self) { Oct 14 15:26:07.746 INFO kablam! 71 | | gl::UseProgram(self.ID) Oct 14 15:26:07.746 INFO kablam! 72 | | } Oct 14 15:26:07.746 INFO kablam! | |_____^ Oct 14 15:26:07.747 INFO kablam! Oct 14 15:26:07.747 INFO kablam! warning: method `setBool` should have a snake case name such as `set_bool` Oct 14 15:26:07.747 INFO kablam! --> src/shader.rs:76:5 Oct 14 15:26:07.747 INFO kablam! | Oct 14 15:26:07.747 INFO kablam! 76 | / pub unsafe fn setBool(&self, name: &CStr, value: bool) { Oct 14 15:26:07.747 INFO kablam! 77 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value as i32); Oct 14 15:26:07.747 INFO kablam! 78 | | } Oct 14 15:26:07.747 INFO kablam! | |_____^ Oct 14 15:26:07.747 INFO kablam! Oct 14 15:26:07.747 INFO kablam! warning: method `setInt` should have a snake case name such as `set_int` Oct 14 15:26:07.747 INFO kablam! --> src/shader.rs:80:5 Oct 14 15:26:07.747 INFO kablam! | Oct 14 15:26:07.747 INFO kablam! 80 | / pub unsafe fn setInt(&self, name: &CStr, value: i32) { Oct 14 15:26:07.747 INFO kablam! 81 | | gl::Uniform1i(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 14 15:26:07.747 INFO kablam! 82 | | } Oct 14 15:26:07.747 INFO kablam! | |_____^ Oct 14 15:26:07.747 INFO kablam! Oct 14 15:26:07.747 INFO kablam! warning: method `setFloat` should have a snake case name such as `set_float` Oct 14 15:26:07.747 INFO kablam! --> src/shader.rs:84:5 Oct 14 15:26:07.747 INFO kablam! | Oct 14 15:26:07.747 INFO kablam! 84 | / pub unsafe fn setFloat(&self, name: &CStr, value: f32) { Oct 14 15:26:07.747 INFO kablam! 85 | | gl::Uniform1f(gl::GetUniformLocation(self.ID, name.as_ptr()), value); Oct 14 15:26:07.747 INFO kablam! 86 | | } Oct 14 15:26:07.748 INFO kablam! | |_____^ Oct 14 15:26:07.748 INFO kablam! Oct 14 15:26:07.748 INFO kablam! warning: method `setVector3` should have a snake case name such as `set_vector3` Oct 14 15:26:07.748 INFO kablam! --> src/shader.rs:88:5 Oct 14 15:26:07.748 INFO kablam! | Oct 14 15:26:07.748 INFO kablam! 88 | / pub unsafe fn setVector3(&self, name: &CStr, value: &Vector3) { Oct 14 15:26:07.748 INFO kablam! 89 | | gl::Uniform3fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, value.as_ptr()); Oct 14 15:26:07.748 INFO kablam! 90 | | } Oct 14 15:26:07.748 INFO kablam! | |_____^ Oct 14 15:26:07.748 INFO kablam! Oct 14 15:26:07.748 INFO kablam! warning: method `setVec3` should have a snake case name such as `set_vec3` Oct 14 15:26:07.748 INFO kablam! --> src/shader.rs:92:5 Oct 14 15:26:07.748 INFO kablam! | Oct 14 15:26:07.748 INFO kablam! 92 | / pub unsafe fn setVec3(&self, name: &CStr, x: f32, y: f32, z: f32) { Oct 14 15:26:07.748 INFO kablam! 93 | | gl::Uniform3f(gl::GetUniformLocation(self.ID, name.as_ptr()), x, y, z); Oct 14 15:26:07.748 INFO kablam! 94 | | } Oct 14 15:26:07.748 INFO kablam! | |_____^ Oct 14 15:26:07.748 INFO kablam! Oct 14 15:26:07.748 INFO kablam! warning: method `setMat4` should have a snake case name such as `set_mat4` Oct 14 15:26:07.748 INFO kablam! --> src/shader.rs:96:5 Oct 14 15:26:07.748 INFO kablam! | Oct 14 15:26:07.748 INFO kablam! 96 | / pub unsafe fn setMat4(&self, name: &CStr, mat: &Matrix4) { Oct 14 15:26:07.748 INFO kablam! 97 | | gl::UniformMatrix4fv(gl::GetUniformLocation(self.ID, name.as_ptr()), 1, gl::FALSE, mat.as_ptr()); Oct 14 15:26:07.748 INFO kablam! 98 | | } Oct 14 15:26:07.749 INFO kablam! | |_____^ Oct 14 15:26:07.749 INFO kablam! Oct 14 15:26:07.749 INFO kablam! warning: method `checkCompileErrors` should have a snake case name such as `check_compile_errors` Oct 14 15:26:07.749 INFO kablam! --> src/shader.rs:102:5 Oct 14 15:26:07.749 INFO kablam! | Oct 14 15:26:07.749 INFO kablam! 102 | / unsafe fn checkCompileErrors(&self, shader: u32, type_: &str) { Oct 14 15:26:07.749 INFO kablam! 103 | | let mut success = gl::FALSE as GLint; Oct 14 15:26:07.749 INFO kablam! 104 | | let mut infoLog = Vec::with_capacity(1024); Oct 14 15:26:07.749 INFO kablam! 105 | | infoLog.set_len(1024 - 1); // subtract 1 to skip the trailing null character Oct 14 15:26:07.749 INFO kablam! ... | Oct 14 15:26:07.749 INFO kablam! 126 | | Oct 14 15:26:07.749 INFO kablam! 127 | | } Oct 14 15:26:07.749 INFO kablam! | |_____^ Oct 14 15:26:07.749 INFO kablam! Oct 14 15:26:07.749 INFO kablam! warning: variable `infoLog` should have a snake case name such as `info_log` Oct 14 15:26:07.749 INFO kablam! --> src/shader.rs:104:13 Oct 14 15:26:07.749 INFO kablam! | Oct 14 15:26:07.749 INFO kablam! 104 | let mut infoLog = Vec::with_capacity(1024); Oct 14 15:26:07.749 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:07.749 INFO kablam! Oct 14 15:26:07.749 INFO kablam! warning: variable `vertexPath` should have a snake case name such as `vertex_path` Oct 14 15:26:07.749 INFO kablam! --> src/shader.rs:130:33 Oct 14 15:26:07.749 INFO kablam! | Oct 14 15:26:07.750 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:07.750 INFO kablam! | ^^^^^^^^^^ Oct 14 15:26:07.750 INFO kablam! Oct 14 15:26:07.750 INFO kablam! warning: variable `fragmentPath` should have a snake case name such as `fragment_path` Oct 14 15:26:07.750 INFO kablam! --> src/shader.rs:130:51 Oct 14 15:26:07.750 INFO kablam! | Oct 14 15:26:07.750 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:07.750 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:26:07.750 INFO kablam! Oct 14 15:26:07.750 INFO kablam! warning: variable `geometryPath` should have a snake case name such as `geometry_path` Oct 14 15:26:07.750 INFO kablam! --> src/shader.rs:130:71 Oct 14 15:26:07.750 INFO kablam! | Oct 14 15:26:07.750 INFO kablam! 130 | pub fn with_geometry_shader(vertexPath: &str, fragmentPath: &str, geometryPath: &str) -> Self { Oct 14 15:26:07.750 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:26:07.750 INFO kablam! Oct 14 15:26:07.750 INFO kablam! warning: variable `vShaderFile` should have a snake case name such as `v_shader_file` Oct 14 15:26:07.750 INFO kablam! --> src/shader.rs:133:13 Oct 14 15:26:07.750 INFO kablam! | Oct 14 15:26:07.750 INFO kablam! 133 | let mut vShaderFile = File::open(vertexPath) Oct 14 15:26:07.750 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:07.750 INFO kablam! Oct 14 15:26:07.750 INFO kablam! warning: variable `fShaderFile` should have a snake case name such as `f_shader_file` Oct 14 15:26:07.750 INFO kablam! --> src/shader.rs:135:13 Oct 14 15:26:07.751 INFO kablam! | Oct 14 15:26:07.751 INFO kablam! 135 | let mut fShaderFile = File::open(fragmentPath) Oct 14 15:26:07.751 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:07.751 INFO kablam! Oct 14 15:26:07.751 INFO kablam! warning: variable `gShaderFile` should have a snake case name such as `g_shader_file` Oct 14 15:26:07.751 INFO kablam! --> src/shader.rs:137:13 Oct 14 15:26:07.751 INFO kablam! | Oct 14 15:26:07.751 INFO kablam! 137 | let mut gShaderFile = File::open(geometryPath) Oct 14 15:26:07.751 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:26:07.751 INFO kablam! Oct 14 15:26:07.751 INFO kablam! warning: variable `vertexCode` should have a snake case name such as `vertex_code` Oct 14 15:26:07.751 INFO kablam! --> src/shader.rs:139:13 Oct 14 15:26:07.751 INFO kablam! | Oct 14 15:26:07.751 INFO kablam! 139 | let mut vertexCode = String::new(); Oct 14 15:26:07.751 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:26:07.751 INFO kablam! Oct 14 15:26:07.751 INFO kablam! warning: variable `fragmentCode` should have a snake case name such as `fragment_code` Oct 14 15:26:07.751 INFO kablam! --> src/shader.rs:140:13 Oct 14 15:26:07.751 INFO kablam! | Oct 14 15:26:07.751 INFO kablam! 140 | let mut fragmentCode = String::new(); Oct 14 15:26:07.751 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:26:07.751 INFO kablam! Oct 14 15:26:07.751 INFO kablam! warning: variable `geometryCode` should have a snake case name such as `geometry_code` Oct 14 15:26:07.752 INFO kablam! --> src/shader.rs:141:13 Oct 14 15:26:07.752 INFO kablam! | Oct 14 15:26:07.752 INFO kablam! 141 | let mut geometryCode = String::new(); Oct 14 15:26:07.752 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:26:07.752 INFO kablam! Oct 14 15:26:07.752 INFO kablam! warning: variable `vShaderCode` should have a snake case name such as `v_shader_code` Oct 14 15:26:07.752 INFO kablam! --> src/shader.rs:152:13 Oct 14 15:26:07.752 INFO kablam! | Oct 14 15:26:07.752 INFO kablam! 152 | let vShaderCode = CString::new(vertexCode.as_bytes()).unwrap(); Oct 14 15:26:07.752 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:07.752 INFO kablam! Oct 14 15:26:07.752 INFO kablam! warning: variable `fShaderCode` should have a snake case name such as `f_shader_code` Oct 14 15:26:07.752 INFO kablam! --> src/shader.rs:153:13 Oct 14 15:26:07.752 INFO kablam! | Oct 14 15:26:07.752 INFO kablam! 153 | let fShaderCode = CString::new(fragmentCode.as_bytes()).unwrap(); Oct 14 15:26:07.752 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:07.752 INFO kablam! Oct 14 15:26:07.752 INFO kablam! warning: variable `gShaderCode` should have a snake case name such as `g_shader_code` Oct 14 15:26:07.752 INFO kablam! --> src/shader.rs:154:13 Oct 14 15:26:07.752 INFO kablam! | Oct 14 15:26:07.752 INFO kablam! 154 | let gShaderCode = CString::new(geometryCode.as_bytes()).unwrap(); Oct 14 15:26:07.752 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:26:07.753 INFO kablam! Oct 14 15:26:07.753 INFO kablam! warning: variable `ID` should have a snake case name such as `id` Oct 14 15:26:07.753 INFO kablam! --> src/shader.rs:175:17 Oct 14 15:26:07.753 INFO kablam! | Oct 14 15:26:07.753 INFO kablam! 175 | let ID = gl::CreateProgram(); Oct 14 15:26:07.753 INFO kablam! | ^^ Oct 14 15:26:07.753 INFO kablam! Oct 14 15:26:07.753 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 15:26:07.753 INFO kablam! --> src/main.rs:36:5 Oct 14 15:26:07.753 INFO kablam! | Oct 14 15:26:07.753 INFO kablam! 36 | fs::create_dir_all(target_dir); Oct 14 15:26:07.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:26:07.753 INFO kablam! | Oct 14 15:26:07.753 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 15:26:07.753 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 15:26:07.753 INFO kablam! Oct 14 15:26:08.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 14 15:26:08.431 INFO kablam! su: No module specific data is present Oct 14 15:26:09.023 INFO running `"docker" "rm" "-f" "28fc4677ff18e23cca57187c5612865866d0c8fbd3cf0be12fe21560c3b417bf"` Oct 14 15:26:09.311 INFO blam! 28fc4677ff18e23cca57187c5612865866d0c8fbd3cf0be12fe21560c3b417bf Oct 14 15:26:09.328 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 15:26:09.944 INFO blam! 8ab6ec1807815bf6f0ba482e5f64bcba042ae503a1354a105026288e8da97282 Oct 14 15:26:09.947 INFO running `"docker" "start" "-a" "8ab6ec1807815bf6f0ba482e5f64bcba042ae503a1354a105026288e8da97282"` Oct 14 15:26:11.154 INFO kablam! usermod: no changes Oct 14 15:26:11.281 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 15:26:11.295 INFO kablam! Running /target/debug/deps/glfw_example-22b383f2961c519a Oct 14 15:26:11.295 INFO blam! Oct 14 15:26:11.296 INFO kablam! su: No module specific data is present Oct 14 15:26:11.296 INFO blam! running 0 tests Oct 14 15:26:11.296 INFO blam! Oct 14 15:26:11.296 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:26:11.297 INFO blam! Oct 14 15:26:11.793 INFO running `"docker" "rm" "-f" "8ab6ec1807815bf6f0ba482e5f64bcba042ae503a1354a105026288e8da97282"` Oct 14 15:26:12.061 INFO blam! 8ab6ec1807815bf6f0ba482e5f64bcba042ae503a1354a105026288e8da97282