Sep 04 14:31:09.077 INFO checking luminance-gl-0.13.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 14:31:09.077 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 14:31:09.077 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:31:09.274 INFO blam! 5469b095ddb948a0997a59a0809fbcc496719b1eda7929ad09004faedf81222c Sep 04 14:31:09.276 INFO running `"docker" "start" "-a" "5469b095ddb948a0997a59a0809fbcc496719b1eda7929ad09004faedf81222c"` Sep 04 14:31:10.057 INFO kablam! Compiling bitflags v0.3.3 Sep 04 14:31:10.057 INFO kablam! Checking luminance v0.16.0 Sep 04 14:31:10.674 INFO kablam! Compiling xml-rs v0.2.2 Sep 04 14:31:14.789 INFO kablam! Compiling gl_generator v0.4.2 Sep 04 14:31:17.454 INFO kablam! Compiling gl v0.5.2 Sep 04 14:31:29.193 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 04 14:31:29.742 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:31:29.742 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 04 14:31:29.742 INFO kablam! | Sep 04 14:31:29.742 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 14:31:29.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 14:31:29.742 INFO kablam! | Sep 04 14:31:29.742 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 14:31:29.742 INFO kablam! Sep 04 14:31:29.796 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:31:29.796 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 04 14:31:29.796 INFO kablam! | Sep 04 14:31:29.796 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 14:31:29.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 14:31:29.796 INFO kablam! | Sep 04 14:31:29.796 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 14:31:29.796 INFO kablam! Sep 04 14:31:30.115 INFO kablam! warning: type annotations needed Sep 04 14:31:30.115 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 04 14:31:30.115 INFO kablam! | Sep 04 14:31:30.115 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 14:31:30.115 INFO kablam! | ^^^^^^ Sep 04 14:31:30.115 INFO kablam! | Sep 04 14:31:30.115 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 14:31:30.115 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 14:31:30.115 INFO kablam! = note: for more information, see issue #46906 Sep 04 14:31:30.115 INFO kablam! Sep 04 14:31:30.115 INFO kablam! warning: type annotations needed Sep 04 14:31:30.115 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 04 14:31:30.115 INFO kablam! | Sep 04 14:31:30.115 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 14:31:30.115 INFO kablam! | ^^^^^^ Sep 04 14:31:30.115 INFO kablam! | Sep 04 14:31:30.116 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 14:31:30.116 INFO kablam! = note: for more information, see issue #46906 Sep 04 14:31:30.116 INFO kablam! Sep 04 14:31:30.235 INFO kablam! warning: type annotations needed Sep 04 14:31:30.236 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 04 14:31:30.236 INFO kablam! | Sep 04 14:31:30.236 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 14:31:30.236 INFO kablam! | ^^^^^^ Sep 04 14:31:30.236 INFO kablam! | Sep 04 14:31:30.236 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 14:31:30.236 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 14:31:30.236 INFO kablam! = note: for more information, see issue #46906 Sep 04 14:31:30.236 INFO kablam! Sep 04 14:31:30.236 INFO kablam! warning: type annotations needed Sep 04 14:31:30.236 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 04 14:31:30.236 INFO kablam! | Sep 04 14:31:30.236 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 14:31:30.236 INFO kablam! | ^^^^^^ Sep 04 14:31:30.237 INFO kablam! | Sep 04 14:31:30.237 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 14:31:30.237 INFO kablam! = note: for more information, see issue #46906 Sep 04 14:31:30.237 INFO kablam! Sep 04 14:31:30.593 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.60s Sep 04 14:31:30.596 INFO kablam! su: No module specific data is present Sep 04 14:31:31.010 INFO running `"docker" "rm" "-f" "5469b095ddb948a0997a59a0809fbcc496719b1eda7929ad09004faedf81222c"` Sep 04 14:31:31.115 INFO blam! 5469b095ddb948a0997a59a0809fbcc496719b1eda7929ad09004faedf81222c