Sep 06 04:08:38.350 INFO checking luminance-gl-0.13.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 04:08:38.350 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 04:08:38.350 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:08:38.822 INFO blam! fd8b40d1849655f752bde05925455a8460bfb210bfbb20332b1807c9613a4070 Sep 06 04:08:38.824 INFO running `"docker" "start" "-a" "fd8b40d1849655f752bde05925455a8460bfb210bfbb20332b1807c9613a4070"` Sep 06 04:08:39.926 INFO kablam! usermod: no changes Sep 06 04:08:40.014 INFO kablam! Compiling bitflags v0.3.3 Sep 06 04:08:40.014 INFO kablam! Checking luminance v0.16.0 Sep 06 04:08:40.442 INFO kablam! Compiling xml-rs v0.2.2 Sep 06 04:08:44.738 INFO kablam! Compiling gl_generator v0.4.2 Sep 06 04:08:47.173 INFO kablam! Compiling gl v0.5.2 Sep 06 04:08:57.262 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 06 04:08:57.698 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 04:08:57.698 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 06 04:08:57.698 INFO kablam! | Sep 06 04:08:57.698 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Sep 06 04:08:57.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 04:08:57.698 INFO kablam! | Sep 06 04:08:57.698 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 04:08:57.698 INFO kablam! Sep 06 04:08:57.774 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 04:08:57.774 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 06 04:08:57.774 INFO kablam! | Sep 06 04:08:57.774 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Sep 06 04:08:57.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 04:08:57.774 INFO kablam! | Sep 06 04:08:57.774 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 04:08:57.774 INFO kablam! Sep 06 04:08:57.906 INFO kablam! warning: type annotations needed Sep 06 04:08:57.906 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 06 04:08:57.906 INFO kablam! | Sep 06 04:08:57.906 INFO kablam! 180 | gl::VertexAttribPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), gl::FALSE, stride, ptr::null().offset(off as isize)); Sep 06 04:08:57.906 INFO kablam! | ^^^^^^ Sep 06 04:08:57.906 INFO kablam! | Sep 06 04:08:57.906 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 04:08:57.906 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 06 04:08:57.906 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:57.906 INFO kablam! Sep 06 04:08:57.906 INFO kablam! warning: type annotations needed Sep 06 04:08:57.906 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 06 04:08:57.906 INFO kablam! | Sep 06 04:08:57.906 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Sep 06 04:08:57.906 INFO kablam! | ^^^^^^ Sep 06 04:08:57.906 INFO kablam! | Sep 06 04:08:57.906 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 06 04:08:57.906 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:57.906 INFO kablam! Sep 06 04:08:58.054 INFO kablam! warning: type annotations needed Sep 06 04:08:58.054 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 06 04:08:58.054 INFO kablam! | Sep 06 04:08:58.054 INFO kablam! 180 | gl::VertexAttribPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), gl::FALSE, stride, ptr::null().offset(off as isize)); Sep 06 04:08:58.054 INFO kablam! | ^^^^^^ Sep 06 04:08:58.054 INFO kablam! | Sep 06 04:08:58.054 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 04:08:58.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 06 04:08:58.054 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:58.054 INFO kablam! Sep 06 04:08:58.054 INFO kablam! warning: type annotations needed Sep 06 04:08:58.054 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 06 04:08:58.054 INFO kablam! | Sep 06 04:08:58.054 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Sep 06 04:08:58.054 INFO kablam! | ^^^^^^ Sep 06 04:08:58.054 INFO kablam! | Sep 06 04:08:58.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 06 04:08:58.054 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:58.054 INFO kablam! Sep 06 04:08:58.346 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.40s Sep 06 04:08:58.361 INFO kablam! su: No module specific data is present Sep 06 04:08:59.076 INFO running `"docker" "rm" "-f" "fd8b40d1849655f752bde05925455a8460bfb210bfbb20332b1807c9613a4070"` Sep 06 04:08:59.199 INFO blam! fd8b40d1849655f752bde05925455a8460bfb210bfbb20332b1807c9613a4070