Sep 04 11:36:50.898 INFO checking luminance-gl-0.13.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 11:36:50.898 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 11:36:50.898 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:36:51.104 INFO blam! cc2369be4df8b2232363ebe2aa9aab5a66c8cd003e4db1913e3be340871d4ebc Sep 04 11:36:51.105 INFO running `"docker" "start" "-a" "cc2369be4df8b2232363ebe2aa9aab5a66c8cd003e4db1913e3be340871d4ebc"` Sep 04 11:36:51.858 INFO kablam! Compiling bitflags v0.3.3 Sep 04 11:36:51.858 INFO kablam! Checking luminance v0.16.0 Sep 04 11:36:52.245 INFO kablam! Compiling xml-rs v0.2.2 Sep 04 11:36:56.560 INFO kablam! Compiling gl_generator v0.4.2 Sep 04 11:36:59.537 INFO kablam! Compiling gl v0.5.2 Sep 04 11:37:12.655 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 04 11:37:13.025 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:37:13.026 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 04 11:37:13.026 INFO kablam! | Sep 04 11:37:13.026 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 11:37:13.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:37:13.026 INFO kablam! | Sep 04 11:37:13.026 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:37:13.026 INFO kablam! Sep 04 11:37:13.331 INFO kablam! warning: type annotations needed Sep 04 11:37:13.331 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 04 11:37:13.331 INFO kablam! | Sep 04 11:37:13.331 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 11:37:13.331 INFO kablam! | ^^^^^^ Sep 04 11:37:13.331 INFO kablam! | Sep 04 11:37:13.331 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 11:37:13.331 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 11:37:13.331 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:13.331 INFO kablam! Sep 04 11:37:13.332 INFO kablam! warning: type annotations needed Sep 04 11:37:13.332 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 04 11:37:13.332 INFO kablam! | Sep 04 11:37:13.332 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 11:37:13.332 INFO kablam! | ^^^^^^ Sep 04 11:37:13.332 INFO kablam! | Sep 04 11:37:13.332 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 11:37:13.332 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:13.332 INFO kablam! Sep 04 11:37:13.414 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:37:13.414 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 04 11:37:13.414 INFO kablam! | Sep 04 11:37:13.414 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 11:37:13.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:37:13.414 INFO kablam! | Sep 04 11:37:13.415 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:37:13.415 INFO kablam! Sep 04 11:37:13.839 INFO kablam! warning: type annotations needed Sep 04 11:37:13.839 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 04 11:37:13.839 INFO kablam! | Sep 04 11:37:13.839 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 11:37:13.839 INFO kablam! | ^^^^^^ Sep 04 11:37:13.839 INFO kablam! | Sep 04 11:37:13.839 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 11:37:13.839 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 11:37:13.840 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:13.840 INFO kablam! Sep 04 11:37:13.840 INFO kablam! warning: type annotations needed Sep 04 11:37:13.840 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 04 11:37:13.840 INFO kablam! | Sep 04 11:37:13.840 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 11:37:13.840 INFO kablam! | ^^^^^^ Sep 04 11:37:13.840 INFO kablam! | Sep 04 11:37:13.840 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 11:37:13.840 INFO kablam! = note: for more information, see issue #46906 Sep 04 11:37:13.840 INFO kablam! Sep 04 11:37:14.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.28s Sep 04 11:37:14.106 INFO kablam! su: No module specific data is present Sep 04 11:37:14.460 INFO running `"docker" "rm" "-f" "cc2369be4df8b2232363ebe2aa9aab5a66c8cd003e4db1913e3be340871d4ebc"` Sep 04 11:37:14.585 INFO blam! cc2369be4df8b2232363ebe2aa9aab5a66c8cd003e4db1913e3be340871d4ebc