Aug 30 11:23:50.799 INFO checking luminance-gl-0.13.0 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 11:23:50.799 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 11:23:50.799 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-0/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-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:51.054 INFO blam! d9820135eea6bce63c79689379e1174139e01e6fcd9b9f4ce71a456288504f94 Aug 30 11:23:51.057 INFO running `"docker" "start" "-a" "d9820135eea6bce63c79689379e1174139e01e6fcd9b9f4ce71a456288504f94"` Aug 30 11:23:51.975 INFO kablam! Compiling bitflags v0.3.3 Aug 30 11:23:51.978 INFO kablam! Checking luminance v0.16.0 Aug 30 11:23:52.835 INFO kablam! Compiling xml-rs v0.2.2 Aug 30 11:23:59.277 INFO kablam! Compiling gl_generator v0.4.2 Aug 30 11:24:03.676 INFO kablam! Compiling gl v0.5.2 Aug 30 11:24:18.264 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Aug 30 11:24:18.705 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 11:24:18.705 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Aug 30 11:24:18.705 INFO kablam! | Aug 30 11:24:18.705 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:18.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 11:24:18.705 INFO kablam! | Aug 30 11:24:18.705 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 30 11:24:18.705 INFO kablam! Aug 30 11:24:18.789 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 11:24:18.789 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Aug 30 11:24:18.789 INFO kablam! | Aug 30 11:24:18.789 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:18.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 11:24:18.789 INFO kablam! | Aug 30 11:24:18.790 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 30 11:24:18.790 INFO kablam! Aug 30 11:24:19.089 INFO kablam! warning: type annotations needed Aug 30 11:24:19.089 INFO kablam! --> src/gl33/tess.rs:180:121 Aug 30 11:24:19.089 INFO kablam! | Aug 30 11:24:19.089 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:19.089 INFO kablam! | ^^^^^^ Aug 30 11:24:19.089 INFO kablam! | Aug 30 11:24:19.089 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 11:24:19.089 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:19.090 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:19.090 INFO kablam! Aug 30 11:24:19.090 INFO kablam! warning: type annotations needed Aug 30 11:24:19.090 INFO kablam! --> src/gl33/tess.rs:185:111 Aug 30 11:24:19.090 INFO kablam! | Aug 30 11:24:19.090 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:19.091 INFO kablam! | ^^^^^^ Aug 30 11:24:19.091 INFO kablam! | Aug 30 11:24:19.091 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:19.091 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:19.091 INFO kablam! Aug 30 11:24:19.171 INFO kablam! warning: type annotations needed Aug 30 11:24:19.171 INFO kablam! --> src/gl33/tess.rs:180:121 Aug 30 11:24:19.171 INFO kablam! | Aug 30 11:24:19.171 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:19.171 INFO kablam! | ^^^^^^ Aug 30 11:24:19.171 INFO kablam! | Aug 30 11:24:19.171 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 11:24:19.171 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:19.171 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:19.171 INFO kablam! Aug 30 11:24:19.172 INFO kablam! warning: type annotations needed Aug 30 11:24:19.172 INFO kablam! --> src/gl33/tess.rs:185:111 Aug 30 11:24:19.172 INFO kablam! | Aug 30 11:24:19.172 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:19.172 INFO kablam! | ^^^^^^ Aug 30 11:24:19.172 INFO kablam! | Aug 30 11:24:19.172 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:19.172 INFO kablam! = note: for more information, see issue #46906 Aug 30 11:24:19.172 INFO kablam! Aug 30 11:24:19.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.63s Aug 30 11:24:19.550 INFO kablam! su: No module specific data is present Aug 30 11:24:19.964 INFO running `"docker" "rm" "-f" "d9820135eea6bce63c79689379e1174139e01e6fcd9b9f4ce71a456288504f94"` Aug 30 11:24:20.098 INFO blam! d9820135eea6bce63c79689379e1174139e01e6fcd9b9f4ce71a456288504f94