Sep 02 08:13:48.407 INFO checking luminance-gl-0.13.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 08:13:48.407 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 08:13:48.407 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:13:48.662 INFO blam! 44dca70a5e94c414998c9387fc40859a0109e0862b171db513f22a560897262b Sep 02 08:13:48.664 INFO running `"docker" "start" "-a" "44dca70a5e94c414998c9387fc40859a0109e0862b171db513f22a560897262b"` Sep 02 08:13:49.559 INFO kablam! Checking luminance v0.16.0 Sep 02 08:13:49.574 INFO kablam! Compiling gl_generator v0.4.2 Sep 02 08:13:54.121 INFO kablam! Compiling gl v0.5.2 Sep 02 08:14:11.114 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Sep 02 08:14:11.538 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:14:11.538 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 02 08:14:11.538 INFO kablam! | Sep 02 08:14:11.538 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 02 08:14:11.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 08:14:11.538 INFO kablam! | Sep 02 08:14:11.538 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:14:11.538 INFO kablam! Sep 02 08:14:11.666 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:14:11.666 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 02 08:14:11.666 INFO kablam! | Sep 02 08:14:11.666 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 02 08:14:11.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 08:14:11.666 INFO kablam! | Sep 02 08:14:11.666 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:14:11.666 INFO kablam! Sep 02 08:14:11.904 INFO kablam! warning: type annotations needed Sep 02 08:14:11.904 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 02 08:14:11.904 INFO kablam! | Sep 02 08:14:11.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 02 08:14:11.904 INFO kablam! | ^^^^^^ Sep 02 08:14:11.904 INFO kablam! | Sep 02 08:14:11.904 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 08:14:11.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 02 08:14:11.904 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:11.904 INFO kablam! Sep 02 08:14:11.905 INFO kablam! warning: type annotations needed Sep 02 08:14:11.905 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 02 08:14:11.905 INFO kablam! | Sep 02 08:14:11.905 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 02 08:14:11.905 INFO kablam! | ^^^^^^ Sep 02 08:14:11.905 INFO kablam! | Sep 02 08:14:11.905 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 02 08:14:11.905 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:11.905 INFO kablam! Sep 02 08:14:12.064 INFO kablam! warning: type annotations needed Sep 02 08:14:12.064 INFO kablam! --> src/gl33/tess.rs:180:121 Sep 02 08:14:12.064 INFO kablam! | Sep 02 08:14:12.064 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 02 08:14:12.064 INFO kablam! | ^^^^^^ Sep 02 08:14:12.065 INFO kablam! | Sep 02 08:14:12.065 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 08:14:12.065 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 02 08:14:12.065 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:12.065 INFO kablam! Sep 02 08:14:12.066 INFO kablam! warning: type annotations needed Sep 02 08:14:12.066 INFO kablam! --> src/gl33/tess.rs:185:111 Sep 02 08:14:12.066 INFO kablam! | Sep 02 08:14:12.066 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 02 08:14:12.066 INFO kablam! | ^^^^^^ Sep 02 08:14:12.066 INFO kablam! | Sep 02 08:14:12.066 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 02 08:14:12.066 INFO kablam! = note: for more information, see issue #46906 Sep 02 08:14:12.066 INFO kablam! Sep 02 08:14:12.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.95s Sep 02 08:14:12.453 INFO kablam! su: No module specific data is present Sep 02 08:14:12.893 INFO running `"docker" "rm" "-f" "44dca70a5e94c414998c9387fc40859a0109e0862b171db513f22a560897262b"` Sep 02 08:14:13.040 INFO blam! 44dca70a5e94c414998c9387fc40859a0109e0862b171db513f22a560897262b