Sep 20 00:30:03.452 INFO checking luminance-gl-0.13.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 00:30:03.453 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 00:30:03.453 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:30:03.702 INFO blam! a591c0adfb2ebd6939f990370d129c8e19e37ee425add859c6b80ba40cecdb8a Sep 20 00:30:03.704 INFO running `"docker" "start" "-a" "a591c0adfb2ebd6939f990370d129c8e19e37ee425add859c6b80ba40cecdb8a"` Sep 20 00:30:04.688 INFO kablam! usermod: no changes Sep 20 00:30:04.758 INFO kablam! Checking luminance v0.16.0 Sep 20 00:30:06.194 INFO kablam! Checking luminance-gl v0.13.0 (/source) Sep 20 00:30:06.792 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:30:06.792 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 20 00:30:06.792 INFO kablam! | Sep 20 00:30:06.792 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 20 00:30:06.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:30:06.792 INFO kablam! | Sep 20 00:30:06.792 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:30:06.792 INFO kablam! Sep 20 00:30:06.902 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:30:06.902 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 20 00:30:06.902 INFO kablam! | Sep 20 00:30:06.902 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 20 00:30:06.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:30:06.903 INFO kablam! | Sep 20 00:30:06.903 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:30:06.903 INFO kablam! Sep 20 00:30:07.166 INFO kablam! warning: type annotations needed Sep 20 00:30:07.167 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 20 00:30:07.167 INFO kablam! | Sep 20 00:30:07.167 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 20 00:30:07.168 INFO kablam! | ^^^^^^ Sep 20 00:30:07.168 INFO kablam! | Sep 20 00:30:07.169 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 20 00:30:07.169 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 20 00:30:07.170 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.170 INFO kablam! Sep 20 00:30:07.170 INFO kablam! warning: type annotations needed Sep 20 00:30:07.171 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 20 00:30:07.171 INFO kablam! | Sep 20 00:30:07.171 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 20 00:30:07.172 INFO kablam! | ^^^^^^ Sep 20 00:30:07.172 INFO kablam! | Sep 20 00:30:07.173 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 20 00:30:07.173 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.174 INFO kablam! Sep 20 00:30:07.464 INFO kablam! warning: type annotations needed Sep 20 00:30:07.464 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 20 00:30:07.464 INFO kablam! | Sep 20 00:30:07.464 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 20 00:30:07.464 INFO kablam! | ^^^^^^ Sep 20 00:30:07.464 INFO kablam! | Sep 20 00:30:07.482 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 20 00:30:07.482 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 20 00:30:07.482 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.482 INFO kablam! Sep 20 00:30:07.483 INFO kablam! warning: type annotations needed Sep 20 00:30:07.483 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 20 00:30:07.483 INFO kablam! | Sep 20 00:30:07.483 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 20 00:30:07.483 INFO kablam! | ^^^^^^ Sep 20 00:30:07.483 INFO kablam! | Sep 20 00:30:07.483 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 20 00:30:07.483 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.483 INFO kablam! Sep 20 00:30:07.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.14s Sep 20 00:30:07.865 INFO kablam! su: No module specific data is present Sep 20 00:30:09.221 INFO running `"docker" "rm" "-f" "a591c0adfb2ebd6939f990370d129c8e19e37ee425add859c6b80ba40cecdb8a"` Sep 20 00:30:09.331 INFO blam! a591c0adfb2ebd6939f990370d129c8e19e37ee425add859c6b80ba40cecdb8a