Sep 01 14:42:47.639 INFO checking luminance-gl-0.13.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 14:42:47.640 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:42:47.640 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/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 01 14:42:47.854 INFO blam! f1748eca96874075c183a2d56574384dd13a1a1c4146cb49b120b24fbef00af5 Sep 01 14:42:47.856 INFO running `"docker" "start" "-a" "f1748eca96874075c183a2d56574384dd13a1a1c4146cb49b120b24fbef00af5"` Sep 01 14:42:48.596 INFO kablam! Checking luminance v0.16.0 Sep 01 14:42:50.194 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 01 14:42:50.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:42:50.762 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 01 14:42:50.762 INFO kablam! | Sep 01 14:42:50.762 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 01 14:42:50.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:42:50.762 INFO kablam! | Sep 01 14:42:50.762 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:42:50.762 INFO kablam! Sep 01 14:42:50.889 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:42:50.889 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 01 14:42:50.889 INFO kablam! | Sep 01 14:42:50.889 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 01 14:42:50.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:42:50.889 INFO kablam! | Sep 01 14:42:50.890 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:42:50.890 INFO kablam! Sep 01 14:42:51.167 INFO kablam! warning: type annotations needed Sep 01 14:42:51.167 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 01 14:42:51.167 INFO kablam! | Sep 01 14:42:51.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 01 14:42:51.167 INFO kablam! | ^^^^^^ Sep 01 14:42:51.167 INFO kablam! | Sep 01 14:42:51.167 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 14:42:51.167 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 01 14:42:51.168 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:42:51.168 INFO kablam! Sep 01 14:42:51.168 INFO kablam! warning: type annotations needed Sep 01 14:42:51.168 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 01 14:42:51.168 INFO kablam! | Sep 01 14:42:51.169 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 01 14:42:51.169 INFO kablam! | ^^^^^^ Sep 01 14:42:51.169 INFO kablam! | Sep 01 14:42:51.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 01 14:42:51.169 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:42:51.169 INFO kablam! Sep 01 14:42:51.289 INFO kablam! warning: type annotations needed Sep 01 14:42:51.289 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 01 14:42:51.289 INFO kablam! | Sep 01 14:42:51.289 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 01 14:42:51.289 INFO kablam! | ^^^^^^ Sep 01 14:42:51.290 INFO kablam! | Sep 01 14:42:51.290 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 14:42:51.290 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 01 14:42:51.290 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:42:51.290 INFO kablam! Sep 01 14:42:51.290 INFO kablam! warning: type annotations needed Sep 01 14:42:51.290 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 01 14:42:51.290 INFO kablam! | Sep 01 14:42:51.290 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 01 14:42:51.290 INFO kablam! | ^^^^^^ Sep 01 14:42:51.290 INFO kablam! | Sep 01 14:42:51.290 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 01 14:42:51.290 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:42:51.290 INFO kablam! Sep 01 14:42:51.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.10s Sep 01 14:42:51.657 INFO kablam! su: No module specific data is present Sep 01 14:42:52.184 INFO running `"docker" "rm" "-f" "f1748eca96874075c183a2d56574384dd13a1a1c4146cb49b120b24fbef00af5"` Sep 01 14:42:52.282 INFO blam! f1748eca96874075c183a2d56574384dd13a1a1c4146cb49b120b24fbef00af5