Aug 30 11:23:50.019 INFO checking luminance-gl-0.13.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 11:23:50.019 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 11:23:50.019 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 11:23:50.246 INFO blam! 1b6108d6450cd6091ed9f5c9a65add5e4c48397556784e7d68d4eeb6c0077f21 Aug 30 11:23:50.249 INFO running `"docker" "start" "-a" "1b6108d6450cd6091ed9f5c9a65add5e4c48397556784e7d68d4eeb6c0077f21"` Aug 30 11:23:51.279 INFO kablam! Checking luminance v0.16.0 Aug 30 11:23:51.287 INFO kablam! Compiling gl_generator v0.4.2 Aug 30 11:23:56.188 INFO kablam! Compiling gl v0.5.2 Aug 30 11:24:13.872 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Aug 30 11:24:14.503 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 11:24:14.503 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Aug 30 11:24:14.503 INFO kablam! | Aug 30 11:24:14.503 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Aug 30 11:24:14.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 11:24:14.503 INFO kablam! | Aug 30 11:24:14.503 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 30 11:24:14.503 INFO kablam! Aug 30 11:24:14.640 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 11:24:14.640 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Aug 30 11:24:14.640 INFO kablam! | Aug 30 11:24:14.640 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Aug 30 11:24:14.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 11:24:14.640 INFO kablam! | Aug 30 11:24:14.640 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 30 11:24:14.640 INFO kablam! Aug 30 11:24:14.878 INFO kablam! warning: type annotations needed Aug 30 11:24:14.878 INFO kablam! --> src/gl33/tess.rs:180:121 Aug 30 11:24:14.878 INFO kablam! | Aug 30 11:24:14.878 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)); Aug 30 11:24:14.878 INFO kablam! | ^^^^^^ Aug 30 11:24:14.878 INFO kablam! | Aug 30 11:24:14.878 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 11:24:14.878 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! Aug 30 11:24:14.878 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:14.878 INFO kablam! Aug 30 11:24:14.879 INFO kablam! warning: type annotations needed Aug 30 11:24:14.879 INFO kablam! --> src/gl33/tess.rs:185:111 Aug 30 11:24:14.879 INFO kablam! | Aug 30 11:24:14.880 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Aug 30 11:24:14.880 INFO kablam! | ^^^^^^ Aug 30 11:24:14.880 INFO kablam! | Aug 30 11:24:14.880 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! Aug 30 11:24:14.880 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:14.880 INFO kablam! Aug 30 11:24:15.223 INFO kablam! warning: type annotations needed Aug 30 11:24:15.223 INFO kablam! --> src/gl33/tess.rs:180:121 Aug 30 11:24:15.223 INFO kablam! | Aug 30 11:24:15.223 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)); Aug 30 11:24:15.223 INFO kablam! | ^^^^^^ Aug 30 11:24:15.223 INFO kablam! | Aug 30 11:24:15.223 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 11:24:15.223 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! Aug 30 11:24:15.223 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:15.223 INFO kablam! Aug 30 11:24:15.224 INFO kablam! warning: type annotations needed Aug 30 11:24:15.224 INFO kablam! --> src/gl33/tess.rs:185:111 Aug 30 11:24:15.224 INFO kablam! | Aug 30 11:24:15.224 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Aug 30 11:24:15.224 INFO kablam! | ^^^^^^ Aug 30 11:24:15.224 INFO kablam! | Aug 30 11:24:15.224 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! Aug 30 11:24:15.224 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:15.224 INFO kablam! Aug 30 11:24:15.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.37s Aug 30 11:24:15.602 INFO kablam! su: No module specific data is present Aug 30 11:24:16.051 INFO running `"docker" "rm" "-f" "1b6108d6450cd6091ed9f5c9a65add5e4c48397556784e7d68d4eeb6c0077f21"` Aug 30 11:24:16.149 INFO blam! 1b6108d6450cd6091ed9f5c9a65add5e4c48397556784e7d68d4eeb6c0077f21