Sep 02 08:13:59.136 INFO checking luminance-gl-0.13.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 08:13:59.136 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 08:13:59.136 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:13:59.370 INFO blam! 9273027b26f00e32ad06b68676b853cb23cdaa63a1f3ba4058b620b6818a27b2 Sep 02 08:13:59.372 INFO running `"docker" "start" "-a" "9273027b26f00e32ad06b68676b853cb23cdaa63a1f3ba4058b620b6818a27b2"` Sep 02 08:14:00.284 INFO kablam! Compiling bitflags v0.3.3 Sep 02 08:14:00.284 INFO kablam! Checking luminance v0.16.0 Sep 02 08:14:00.937 INFO kablam! Compiling xml-rs v0.2.2 Sep 02 08:14:05.339 INFO kablam! Compiling gl_generator v0.4.2 Sep 02 08:14:08.429 INFO kablam! Compiling gl v0.5.2 Sep 02 08:14:21.583 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 02 08:14:21.953 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:14:21.953 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 02 08:14:21.953 INFO kablam! | Sep 02 08:14:21.953 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 02 08:14:21.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 08:14:21.953 INFO kablam! | Sep 02 08:14:21.953 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:14:21.953 INFO kablam! Sep 02 08:14:22.259 INFO kablam! warning: type annotations needed Sep 02 08:14:22.259 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 02 08:14:22.259 INFO kablam! | Sep 02 08:14:22.259 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 02 08:14:22.259 INFO kablam! | ^^^^^^ Sep 02 08:14:22.260 INFO kablam! | Sep 02 08:14:22.260 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 08:14:22.260 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 02 08:14:22.260 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:22.260 INFO kablam! Sep 02 08:14:22.260 INFO kablam! warning: type annotations needed Sep 02 08:14:22.260 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 02 08:14:22.260 INFO kablam! | Sep 02 08:14:22.260 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 02 08:14:22.260 INFO kablam! | ^^^^^^ Sep 02 08:14:22.260 INFO kablam! | Sep 02 08:14:22.261 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 02 08:14:22.261 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:22.261 INFO kablam! Sep 02 08:14:22.330 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:14:22.331 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 02 08:14:22.331 INFO kablam! | Sep 02 08:14:22.331 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 02 08:14:22.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 08:14:22.331 INFO kablam! | Sep 02 08:14:22.331 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:14:22.331 INFO kablam! Sep 02 08:14:22.757 INFO kablam! warning: type annotations needed Sep 02 08:14:22.757 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 02 08:14:22.757 INFO kablam! | Sep 02 08:14:22.757 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 02 08:14:22.757 INFO kablam! | ^^^^^^ Sep 02 08:14:22.757 INFO kablam! | Sep 02 08:14:22.757 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 08:14:22.757 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 02 08:14:22.757 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:22.757 INFO kablam! Sep 02 08:14:22.757 INFO kablam! warning: type annotations needed Sep 02 08:14:22.757 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 02 08:14:22.757 INFO kablam! | Sep 02 08:14:22.758 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 02 08:14:22.758 INFO kablam! | ^^^^^^ Sep 02 08:14:22.758 INFO kablam! | Sep 02 08:14:22.758 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 02 08:14:22.758 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:22.758 INFO kablam! Sep 02 08:14:23.017 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.78s Sep 02 08:14:23.021 INFO kablam! su: No module specific data is present Sep 02 08:14:23.327 INFO running `"docker" "rm" "-f" "9273027b26f00e32ad06b68676b853cb23cdaa63a1f3ba4058b620b6818a27b2"` Sep 02 08:14:23.438 INFO blam! 9273027b26f00e32ad06b68676b853cb23cdaa63a1f3ba4058b620b6818a27b2