Sep 19 22:40:56.999 INFO checking luminance-gl-0.13.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 22:40:56.999 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 22:40:56.999 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:40:57.422 INFO blam! 1364ece71272598f5a6078b0ce40ab5f0a1144fd14672bd463b5479ee1d36021 Sep 19 22:40:57.425 INFO running `"docker" "start" "-a" "1364ece71272598f5a6078b0ce40ab5f0a1144fd14672bd463b5479ee1d36021"` Sep 19 22:40:58.839 INFO kablam! usermod: no changes Sep 19 22:40:58.929 INFO kablam! Compiling bitflags v0.3.3 Sep 19 22:40:58.935 INFO kablam! Checking luminance v0.16.0 Sep 19 22:40:59.397 INFO kablam! Compiling xml-rs v0.2.2 Sep 19 22:41:03.213 INFO kablam! Compiling gl_generator v0.4.2 Sep 19 22:41:05.846 INFO kablam! Compiling gl v0.5.2 Sep 19 22:41:16.816 INFO kablam! Checking luminance-gl v0.13.0 (/source) Sep 19 22:41:17.467 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:41:17.467 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 19 22:41:17.467 INFO kablam! | Sep 19 22:41:17.467 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 19 22:41:17.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:41:17.467 INFO kablam! | Sep 19 22:41:17.467 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:41:17.467 INFO kablam! Sep 19 22:41:17.479 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:41:17.479 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 19 22:41:17.479 INFO kablam! | Sep 19 22:41:17.479 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 19 22:41:17.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:41:17.479 INFO kablam! | Sep 19 22:41:17.479 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:41:17.479 INFO kablam! Sep 19 22:41:17.723 INFO kablam! warning: type annotations needed Sep 19 22:41:17.723 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 19 22:41:17.723 INFO kablam! | Sep 19 22:41:17.724 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 19 22:41:17.724 INFO kablam! | ^^^^^^ Sep 19 22:41:17.725 INFO kablam! | Sep 19 22:41:17.725 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 22:41:17.725 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 19 22:41:17.726 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:41:17.726 INFO kablam! Sep 19 22:41:17.727 INFO kablam! warning: type annotations needed Sep 19 22:41:17.728 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 19 22:41:17.728 INFO kablam! | Sep 19 22:41:17.728 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 19 22:41:17.729 INFO kablam! | ^^^^^^ Sep 19 22:41:17.729 INFO kablam! | Sep 19 22:41:17.735 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 19 22:41:17.735 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:41:17.735 INFO kablam! Sep 19 22:41:17.898 INFO kablam! warning: type annotations needed Sep 19 22:41:17.898 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 19 22:41:17.898 INFO kablam! | Sep 19 22:41:17.904 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 19 22:41:17.904 INFO kablam! | ^^^^^^ Sep 19 22:41:17.904 INFO kablam! | Sep 19 22:41:17.904 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 22:41:17.904 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 19 22:41:17.904 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:41:17.904 INFO kablam! Sep 19 22:41:17.904 INFO kablam! warning: type annotations needed Sep 19 22:41:17.904 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 19 22:41:17.907 INFO kablam! | Sep 19 22:41:17.907 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 19 22:41:17.907 INFO kablam! | ^^^^^^ Sep 19 22:41:17.907 INFO kablam! | Sep 19 22:41:17.907 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 19 22:41:17.907 INFO kablam! = note: for more information, see issue #46906 Sep 19 22:41:17.907 INFO kablam! Sep 19 22:41:18.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.33s Sep 19 22:41:18.222 INFO kablam! su: No module specific data is present Sep 19 22:41:19.178 INFO running `"docker" "rm" "-f" "1364ece71272598f5a6078b0ce40ab5f0a1144fd14672bd463b5479ee1d36021"` Sep 19 22:41:19.468 INFO blam! 1364ece71272598f5a6078b0ce40ab5f0a1144fd14672bd463b5479ee1d36021