Sep 04 11:36:43.801 INFO checking luminance-gl-0.13.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:36:43.801 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:36:43.802 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:36:44.046 INFO blam! 29621420d03cdb2ff8f68e0a6412b1db32d0b9c94242750347b269d73cd1dea6 Sep 04 11:36:44.048 INFO running `"docker" "start" "-a" "29621420d03cdb2ff8f68e0a6412b1db32d0b9c94242750347b269d73cd1dea6"` Sep 04 11:36:44.992 INFO kablam! Compiling bitflags v0.3.3 Sep 04 11:36:45.006 INFO kablam! Checking luminance v0.16.0 Sep 04 11:36:45.639 INFO kablam! Compiling xml-rs v0.2.2 Sep 04 11:36:51.277 INFO kablam! Compiling gl_generator v0.4.2 Sep 04 11:36:53.936 INFO kablam! Compiling gl v0.5.2 Sep 04 11:37:06.403 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 04 11:37:06.872 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:37:06.872 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 04 11:37:06.872 INFO kablam! | Sep 04 11:37:06.872 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 04 11:37:06.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:37:06.873 INFO kablam! | Sep 04 11:37:06.873 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:37:06.873 INFO kablam! Sep 04 11:37:06.935 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:37:06.936 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 04 11:37:06.936 INFO kablam! | Sep 04 11:37:06.936 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 04 11:37:06.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:37:06.936 INFO kablam! | Sep 04 11:37:06.936 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:37:06.936 INFO kablam! Sep 04 11:37:07.271 INFO kablam! warning: type annotations needed Sep 04 11:37:07.271 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 04 11:37:07.271 INFO kablam! | Sep 04 11:37:07.271 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 04 11:37:07.271 INFO kablam! | ^^^^^^ Sep 04 11:37:07.271 INFO kablam! | Sep 04 11:37:07.272 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 11:37:07.272 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 04 11:37:07.272 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:07.272 INFO kablam! Sep 04 11:37:07.272 INFO kablam! warning: type annotations needed Sep 04 11:37:07.272 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 04 11:37:07.272 INFO kablam! | Sep 04 11:37:07.272 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 04 11:37:07.272 INFO kablam! | ^^^^^^ Sep 04 11:37:07.272 INFO kablam! | Sep 04 11:37:07.272 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 04 11:37:07.272 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:07.272 INFO kablam! Sep 04 11:37:07.312 INFO kablam! warning: type annotations needed Sep 04 11:37:07.312 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 04 11:37:07.312 INFO kablam! | Sep 04 11:37:07.312 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 04 11:37:07.312 INFO kablam! | ^^^^^^ Sep 04 11:37:07.312 INFO kablam! | Sep 04 11:37:07.312 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 11:37:07.312 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 04 11:37:07.312 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:07.312 INFO kablam! Sep 04 11:37:07.312 INFO kablam! warning: type annotations needed Sep 04 11:37:07.312 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 04 11:37:07.312 INFO kablam! | Sep 04 11:37:07.312 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 04 11:37:07.312 INFO kablam! | ^^^^^^ Sep 04 11:37:07.312 INFO kablam! | Sep 04 11:37:07.313 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 04 11:37:07.313 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:07.313 INFO kablam! Sep 04 11:37:07.630 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.69s Sep 04 11:37:07.633 INFO kablam! su: No module specific data is present Sep 04 11:37:08.052 INFO running `"docker" "rm" "-f" "29621420d03cdb2ff8f68e0a6412b1db32d0b9c94242750347b269d73cd1dea6"` Sep 04 11:37:08.152 INFO blam! 29621420d03cdb2ff8f68e0a6412b1db32d0b9c94242750347b269d73cd1dea6