Sep 14 13:30:50.985 INFO checking luminance-gl-0.13.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:30:50.985 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:30:50.985 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:30:51.397 INFO blam! 163758bed9c89f46c372766e94cf2a8cdaeafe023380e8a6dcbeea7d98745443 Sep 14 13:30:51.411 INFO running `"docker" "start" "-a" "163758bed9c89f46c372766e94cf2a8cdaeafe023380e8a6dcbeea7d98745443"` Sep 14 13:30:52.743 INFO kablam! usermod: no changes Sep 14 13:30:52.900 INFO kablam! Checking luminance v0.16.0 Sep 14 13:30:54.279 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 14 13:30:54.665 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 13:30:54.665 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 14 13:30:54.665 INFO kablam! | Sep 14 13:30:54.665 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 14 13:30:54.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 13:30:54.665 INFO kablam! | Sep 14 13:30:54.665 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 13:30:54.665 INFO kablam! Sep 14 13:30:54.902 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 13:30:54.902 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 14 13:30:54.902 INFO kablam! | Sep 14 13:30:54.902 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 14 13:30:54.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 13:30:54.903 INFO kablam! | Sep 14 13:30:54.907 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 13:30:54.907 INFO kablam! Sep 14 13:30:54.979 INFO kablam! warning: type annotations needed Sep 14 13:30:54.979 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 14 13:30:54.979 INFO kablam! | Sep 14 13:30:54.979 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 14 13:30:54.979 INFO kablam! | ^^^^^^ Sep 14 13:30:54.979 INFO kablam! | Sep 14 13:30:54.979 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 13:30:54.980 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 14 13:30:54.980 INFO kablam! = note: for more information, see issue #46906 Sep 14 13:30:54.980 INFO kablam! Sep 14 13:30:54.981 INFO kablam! warning: type annotations needed Sep 14 13:30:54.981 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 14 13:30:54.981 INFO kablam! | Sep 14 13:30:54.981 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 14 13:30:54.981 INFO kablam! | ^^^^^^ Sep 14 13:30:54.981 INFO kablam! | Sep 14 13:30:54.982 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 14 13:30:54.982 INFO kablam! = note: for more information, see issue #46906 Sep 14 13:30:54.982 INFO kablam! Sep 14 13:30:55.282 INFO kablam! warning: type annotations needed Sep 14 13:30:55.283 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 14 13:30:55.283 INFO kablam! | Sep 14 13:30:55.283 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 14 13:30:55.283 INFO kablam! | ^^^^^^ Sep 14 13:30:55.287 INFO kablam! | Sep 14 13:30:55.287 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 13:30:55.287 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 14 13:30:55.287 INFO kablam! = note: for more information, see issue #46906 Sep 14 13:30:55.287 INFO kablam! Sep 14 13:30:55.288 INFO kablam! warning: type annotations needed Sep 14 13:30:55.288 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 14 13:30:55.288 INFO kablam! | Sep 14 13:30:55.288 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 14 13:30:55.288 INFO kablam! | ^^^^^^ Sep 14 13:30:55.288 INFO kablam! | Sep 14 13:30:55.288 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 14 13:30:55.288 INFO kablam! = note: for more information, see issue #46906 Sep 14 13:30:55.288 INFO kablam! Sep 14 13:30:55.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Sep 14 13:30:55.551 INFO kablam! su: No module specific data is present Sep 14 13:30:56.848 INFO running `"docker" "rm" "-f" "163758bed9c89f46c372766e94cf2a8cdaeafe023380e8a6dcbeea7d98745443"` Sep 14 13:30:57.146 INFO blam! 163758bed9c89f46c372766e94cf2a8cdaeafe023380e8a6dcbeea7d98745443