Sep 20 00:30:03.527 INFO checking luminance-gl-0.13.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:30:03.527 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:30:03.527 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:30:03.766 INFO blam! d900fc33d3327e313cffe932f079de6f38aa7bd163e6e0e198f9aeca9faae7de Sep 20 00:30:03.771 INFO running `"docker" "start" "-a" "d900fc33d3327e313cffe932f079de6f38aa7bd163e6e0e198f9aeca9faae7de"` Sep 20 00:30:04.950 INFO kablam! usermod: no changes Sep 20 00:30:05.030 INFO kablam! Checking luminance v0.16.0 Sep 20 00:30:06.278 INFO kablam! Checking luminance-gl v0.13.0 (/source) Sep 20 00:30:06.954 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:30:06.954 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 20 00:30:06.954 INFO kablam! | Sep 20 00:30:06.954 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 20 00:30:06.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:30:06.954 INFO kablam! | Sep 20 00:30:06.954 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:30:06.954 INFO kablam! Sep 20 00:30:07.021 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:30:07.021 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 20 00:30:07.021 INFO kablam! | Sep 20 00:30:07.021 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 20 00:30:07.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:30:07.021 INFO kablam! | Sep 20 00:30:07.021 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:30:07.021 INFO kablam! Sep 20 00:30:07.308 INFO kablam! warning: type annotations needed Sep 20 00:30:07.308 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 20 00:30:07.308 INFO kablam! | Sep 20 00:30:07.308 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 20 00:30:07.308 INFO kablam! | ^^^^^^ Sep 20 00:30:07.309 INFO kablam! | Sep 20 00:30:07.309 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 20 00:30:07.309 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 20 00:30:07.309 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.309 INFO kablam! Sep 20 00:30:07.309 INFO kablam! warning: type annotations needed Sep 20 00:30:07.309 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 20 00:30:07.309 INFO kablam! | Sep 20 00:30:07.309 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 20 00:30:07.309 INFO kablam! | ^^^^^^ Sep 20 00:30:07.309 INFO kablam! | Sep 20 00:30:07.309 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 20 00:30:07.309 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.309 INFO kablam! Sep 20 00:30:07.507 INFO kablam! warning: type annotations needed Sep 20 00:30:07.507 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 20 00:30:07.507 INFO kablam! | Sep 20 00:30:07.507 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 20 00:30:07.507 INFO kablam! | ^^^^^^ Sep 20 00:30:07.522 INFO kablam! | Sep 20 00:30:07.522 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 20 00:30:07.522 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 20 00:30:07.522 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.522 INFO kablam! Sep 20 00:30:07.523 INFO kablam! warning: type annotations needed Sep 20 00:30:07.523 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 20 00:30:07.523 INFO kablam! | Sep 20 00:30:07.523 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 20 00:30:07.523 INFO kablam! | ^^^^^^ Sep 20 00:30:07.523 INFO kablam! | Sep 20 00:30:07.523 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 20 00:30:07.523 INFO kablam! = note: for more information, see issue #46906 Sep 20 00:30:07.523 INFO kablam! Sep 20 00:30:07.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.82s Sep 20 00:30:07.803 INFO kablam! su: No module specific data is present Sep 20 00:30:09.415 INFO running `"docker" "rm" "-f" "d900fc33d3327e313cffe932f079de6f38aa7bd163e6e0e198f9aeca9faae7de"` Sep 20 00:30:09.544 INFO blam! d900fc33d3327e313cffe932f079de6f38aa7bd163e6e0e198f9aeca9faae7de