Sep 06 04:08:39.805 INFO checking luminance-gl-0.13.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 04:08:39.805 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 04:08:39.805 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:40.070 INFO blam! 7b27c77ec081611686796f3d4ac9a75f41e8fa0016fd5436a92786c783f99412 Sep 06 04:08:40.072 INFO running `"docker" "start" "-a" "7b27c77ec081611686796f3d4ac9a75f41e8fa0016fd5436a92786c783f99412"` Sep 06 04:08:41.057 INFO kablam! usermod: no changes Sep 06 04:08:41.126 INFO kablam! Checking luminance v0.16.0 Sep 06 04:08:42.458 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 06 04:08:42.992 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 04:08:42.992 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 06 04:08:42.992 INFO kablam! | Sep 06 04:08:42.992 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:42.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 04:08:42.996 INFO kablam! | Sep 06 04:08:42.996 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 04:08:42.996 INFO kablam! Sep 06 04:08:43.153 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 04:08:43.153 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 06 04:08:43.153 INFO kablam! | Sep 06 04:08:43.153 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:43.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 04:08:43.153 INFO kablam! | Sep 06 04:08:43.153 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 04:08:43.153 INFO kablam! Sep 06 04:08:43.413 INFO kablam! warning: type annotations needed Sep 06 04:08:43.413 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 06 04:08:43.413 INFO kablam! | Sep 06 04:08:43.413 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:43.413 INFO kablam! | ^^^^^^ Sep 06 04:08:43.422 INFO kablam! | Sep 06 04:08:43.422 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 04:08:43.422 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:43.422 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:43.422 INFO kablam! Sep 06 04:08:43.423 INFO kablam! warning: type annotations needed Sep 06 04:08:43.423 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 06 04:08:43.423 INFO kablam! | Sep 06 04:08:43.423 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:43.423 INFO kablam! | ^^^^^^ Sep 06 04:08:43.423 INFO kablam! | Sep 06 04:08:43.423 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:43.423 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:43.423 INFO kablam! Sep 06 04:08:43.546 INFO kablam! warning: type annotations needed Sep 06 04:08:43.546 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 06 04:08:43.546 INFO kablam! | Sep 06 04:08:43.546 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:43.546 INFO kablam! | ^^^^^^ Sep 06 04:08:43.546 INFO kablam! | Sep 06 04:08:43.547 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 04:08:43.547 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:43.547 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:43.547 INFO kablam! Sep 06 04:08:43.547 INFO kablam! warning: type annotations needed Sep 06 04:08:43.547 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 06 04:08:43.547 INFO kablam! | Sep 06 04:08:43.547 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:43.547 INFO kablam! | ^^^^^^ Sep 06 04:08:43.547 INFO kablam! | Sep 06 04:08:43.548 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:43.548 INFO kablam! = note: for more information, see issue #46906 Sep 06 04:08:43.548 INFO kablam! Sep 06 04:08:43.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Sep 06 04:08:43.926 INFO kablam! su: No module specific data is present Sep 06 04:08:45.287 INFO running `"docker" "rm" "-f" "7b27c77ec081611686796f3d4ac9a75f41e8fa0016fd5436a92786c783f99412"` Sep 06 04:08:45.399 INFO blam! 7b27c77ec081611686796f3d4ac9a75f41e8fa0016fd5436a92786c783f99412