Sep 01 14:42:46.847 INFO checking luminance-gl-0.13.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 14:42:46.847 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 14:42:46.847 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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.014 INFO blam! 34cb556545a4555fce5d70aed4080b26090b5d1e3e13fcdb99a1e60aaf5b0bab Sep 01 14:42:47.016 INFO running `"docker" "start" "-a" "34cb556545a4555fce5d70aed4080b26090b5d1e3e13fcdb99a1e60aaf5b0bab"` Sep 01 14:42:47.722 INFO kablam! Checking luminance v0.16.0 Sep 01 14:42:47.722 INFO kablam! Compiling xml-rs v0.2.2 Sep 01 14:42:51.647 INFO kablam! Compiling gl_generator v0.4.2 Sep 01 14:42:54.203 INFO kablam! Compiling gl v0.5.2 Sep 01 14:43:05.883 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 01 14:43:06.505 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:43:06.505 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 01 14:43:06.505 INFO kablam! | Sep 01 14:43:06.505 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:43:06.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:43:06.506 INFO kablam! | Sep 01 14:43:06.506 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:43:06.506 INFO kablam! Sep 01 14:43:06.624 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:43:06.624 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 01 14:43:06.624 INFO kablam! | Sep 01 14:43:06.624 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:43:06.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:43:06.624 INFO kablam! | Sep 01 14:43:06.624 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:43:06.624 INFO kablam! Sep 01 14:43:06.957 INFO kablam! warning: type annotations needed Sep 01 14:43:06.957 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 01 14:43:06.957 INFO kablam! | Sep 01 14:43:06.957 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:43:06.957 INFO kablam! | ^^^^^^ Sep 01 14:43:06.957 INFO kablam! | Sep 01 14:43:06.957 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 14:43:06.957 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:43:06.957 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:43:06.957 INFO kablam! Sep 01 14:43:06.958 INFO kablam! warning: type annotations needed Sep 01 14:43:06.958 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 01 14:43:06.958 INFO kablam! | Sep 01 14:43:06.958 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:43:06.958 INFO kablam! | ^^^^^^ Sep 01 14:43:06.958 INFO kablam! | Sep 01 14:43:06.958 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:43:06.958 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:43:06.958 INFO kablam! Sep 01 14:43:07.036 INFO kablam! warning: type annotations needed Sep 01 14:43:07.036 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 01 14:43:07.036 INFO kablam! | Sep 01 14:43:07.036 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:43:07.036 INFO kablam! | ^^^^^^ Sep 01 14:43:07.036 INFO kablam! | Sep 01 14:43:07.036 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 14:43:07.036 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:43:07.036 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:43:07.037 INFO kablam! Sep 01 14:43:07.037 INFO kablam! warning: type annotations needed Sep 01 14:43:07.037 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 01 14:43:07.037 INFO kablam! | Sep 01 14:43:07.037 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:43:07.037 INFO kablam! | ^^^^^^ Sep 01 14:43:07.037 INFO kablam! | Sep 01 14:43:07.037 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:43:07.037 INFO kablam! = note: for more information, see issue #46906 Sep 01 14:43:07.037 INFO kablam! Sep 01 14:43:07.416 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.71s Sep 01 14:43:07.419 INFO kablam! su: No module specific data is present Sep 01 14:43:07.879 INFO running `"docker" "rm" "-f" "34cb556545a4555fce5d70aed4080b26090b5d1e3e13fcdb99a1e60aaf5b0bab"` Sep 01 14:43:07.992 INFO blam! 34cb556545a4555fce5d70aed4080b26090b5d1e3e13fcdb99a1e60aaf5b0bab