Oct 13 12:21:48.733 INFO checking luminance-gl-0.13.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:21:48.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 12:21:49.130 INFO blam! 58d091eeabacd17b207dbf13a725fbc2f33ce300f08ee7c455f15be99c450962 Oct 13 12:21:49.135 INFO running `"docker" "start" "-a" "58d091eeabacd17b207dbf13a725fbc2f33ce300f08ee7c455f15be99c450962"` Oct 13 12:21:50.593 INFO kablam! usermod: no changes Oct 13 12:21:50.684 INFO kablam! Compiling gl_generator v0.4.2 Oct 13 12:21:53.580 INFO kablam! Compiling gl v0.5.2 Oct 13 12:22:05.821 INFO kablam! Checking luminance-gl v0.13.0 (/source) Oct 13 12:22:06.949 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 12:22:06.949 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 13 12:22:06.949 INFO kablam! | Oct 13 12:22:06.949 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Oct 13 12:22:06.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 12:22:06.949 INFO kablam! | Oct 13 12:22:06.949 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 12:22:06.949 INFO kablam! Oct 13 12:22:06.969 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 12:22:06.969 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 13 12:22:06.969 INFO kablam! | Oct 13 12:22:06.969 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Oct 13 12:22:06.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 12:22:06.969 INFO kablam! | Oct 13 12:22:06.970 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 12:22:06.971 INFO kablam! Oct 13 12:22:07.320 INFO kablam! warning: type annotations needed Oct 13 12:22:07.321 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 13 12:22:07.322 INFO kablam! | Oct 13 12:22:07.323 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)); Oct 13 12:22:07.323 INFO kablam! | ^^^^^^ Oct 13 12:22:07.324 INFO kablam! warning: type annotations needed Oct 13 12:22:07.325 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 13 12:22:07.325 INFO kablam! | Oct 13 12:22:07.326 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)); Oct 13 12:22:07.327 INFO kablam! | ^^^^^^ Oct 13 12:22:07.327 INFO kablam! | Oct 13 12:22:07.327 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 12:22:07.327 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! Oct 13 12:22:07.327 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:07.327 INFO kablam! Oct 13 12:22:07.328 INFO kablam! warning: type annotations needed Oct 13 12:22:07.328 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 13 12:22:07.328 INFO kablam! | Oct 13 12:22:07.328 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Oct 13 12:22:07.328 INFO kablam! | ^^^^^^ Oct 13 12:22:07.328 INFO kablam! | Oct 13 12:22:07.328 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! Oct 13 12:22:07.328 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:07.328 INFO kablam! Oct 13 12:22:07.328 INFO kablam! | Oct 13 12:22:07.328 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 12:22:07.328 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! Oct 13 12:22:07.331 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:07.331 INFO kablam! Oct 13 12:22:07.332 INFO kablam! warning: type annotations needed Oct 13 12:22:07.333 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 13 12:22:07.334 INFO kablam! | Oct 13 12:22:07.334 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Oct 13 12:22:07.335 INFO kablam! | ^^^^^^ Oct 13 12:22:07.336 INFO kablam! | Oct 13 12:22:07.336 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! Oct 13 12:22:07.340 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:07.340 INFO kablam! Oct 13 12:22:07.721 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.09s Oct 13 12:22:07.731 INFO kablam! su: No module specific data is present Oct 13 12:22:08.328 INFO running `"docker" "rm" "-f" "58d091eeabacd17b207dbf13a725fbc2f33ce300f08ee7c455f15be99c450962"` Oct 13 12:22:08.652 INFO blam! 58d091eeabacd17b207dbf13a725fbc2f33ce300f08ee7c455f15be99c450962