Sep 19 22:40:52.649 INFO checking luminance-gl-0.13.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:40:52.649 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:40:52.649 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:40:53.003 INFO blam! b36ca5d2725f5946d062476019cfc6ec28dfb952390e0d6100a6fcc752602ed7 Sep 19 22:40:53.012 INFO running `"docker" "start" "-a" "b36ca5d2725f5946d062476019cfc6ec28dfb952390e0d6100a6fcc752602ed7"` Sep 19 22:40:54.891 INFO kablam! usermod: no changes Sep 19 22:40:55.044 INFO kablam! Checking luminance v0.16.0 Sep 19 22:40:56.715 INFO kablam! Checking luminance-gl v0.13.0 (/source) Sep 19 22:40:57.411 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:40:57.411 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 19 22:40:57.411 INFO kablam! | Sep 19 22:40:57.411 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 19 22:40:57.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:40:57.412 INFO kablam! | Sep 19 22:40:57.412 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:40:57.412 INFO kablam! Sep 19 22:40:57.499 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:40:57.499 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 19 22:40:57.500 INFO kablam! | Sep 19 22:40:57.500 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 19 22:40:57.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:40:57.501 INFO kablam! | Sep 19 22:40:57.501 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:40:57.502 INFO kablam! Sep 19 22:40:57.912 INFO kablam! warning: type annotations needed Sep 19 22:40:57.912 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 19 22:40:57.912 INFO kablam! | Sep 19 22:40:57.912 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 19 22:40:57.912 INFO kablam! | ^^^^^^ Sep 19 22:40:57.912 INFO kablam! | Sep 19 22:40:57.912 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 22:40:57.912 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 19 22:40:57.912 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:40:57.912 INFO kablam! Sep 19 22:40:57.912 INFO kablam! warning: type annotations needed Sep 19 22:40:57.912 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 19 22:40:57.912 INFO kablam! | Sep 19 22:40:57.912 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 19 22:40:57.912 INFO kablam! | ^^^^^^ Sep 19 22:40:57.912 INFO kablam! | Sep 19 22:40:57.912 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 19 22:40:57.912 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:40:57.912 INFO kablam! Sep 19 22:40:57.950 INFO kablam! warning: type annotations needed Sep 19 22:40:57.950 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 19 22:40:57.950 INFO kablam! | Sep 19 22:40:57.950 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 19 22:40:57.950 INFO kablam! | ^^^^^^ Sep 19 22:40:57.950 INFO kablam! | Sep 19 22:40:57.950 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 22:40:57.950 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 19 22:40:57.950 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:40:57.950 INFO kablam! Sep 19 22:40:57.951 INFO kablam! warning: type annotations needed Sep 19 22:40:57.951 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 19 22:40:57.951 INFO kablam! | Sep 19 22:40:57.951 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 19 22:40:57.951 INFO kablam! | ^^^^^^ Sep 19 22:40:57.951 INFO kablam! | Sep 19 22:40:57.951 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 19 22:40:57.951 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:40:57.951 INFO kablam! Sep 19 22:40:58.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.41s Sep 19 22:40:58.336 INFO kablam! su: No module specific data is present Sep 19 22:40:59.249 INFO running `"docker" "rm" "-f" "b36ca5d2725f5946d062476019cfc6ec28dfb952390e0d6100a6fcc752602ed7"` Sep 19 22:40:59.630 INFO blam! b36ca5d2725f5946d062476019cfc6ec28dfb952390e0d6100a6fcc752602ed7