Oct 27 19:29:28.976 INFO checking luminance-gl-0.13.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:29:28.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 19:29:29.155 INFO blam! edb135cda4f158ba3c568e99cc5f87a2f0bddb0937861bb7880860b2c733159b Oct 27 19:29:29.161 INFO running `"docker" "start" "-a" "edb135cda4f158ba3c568e99cc5f87a2f0bddb0937861bb7880860b2c733159b"` Oct 27 19:29:30.253 INFO kablam! usermod: no changes Oct 27 19:29:30.295 INFO kablam! Checking luminance v0.16.0 Oct 27 19:29:30.310 INFO kablam! Compiling gl_generator v0.4.2 Oct 27 19:29:33.071 INFO kablam! Compiling gl v0.5.2 Oct 27 19:29:43.385 INFO kablam! Checking luminance-gl v0.13.0 (/source) Oct 27 19:29:44.099 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:29:44.099 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 27 19:29:44.099 INFO kablam! | Oct 27 19:29:44.099 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 27 19:29:44.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:29:44.099 INFO kablam! | Oct 27 19:29:44.099 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:29:44.099 INFO kablam! Oct 27 19:29:44.203 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:29:44.203 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 27 19:29:44.203 INFO kablam! | Oct 27 19:29:44.203 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 27 19:29:44.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:29:44.203 INFO kablam! | Oct 27 19:29:44.203 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:29:44.203 INFO kablam! Oct 27 19:29:44.331 INFO kablam! warning: type annotations needed Oct 27 19:29:44.331 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 27 19:29:44.331 INFO kablam! | Oct 27 19:29:44.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)); Oct 27 19:29:44.331 INFO kablam! | ^^^^^^ Oct 27 19:29:44.331 INFO kablam! | Oct 27 19:29:44.331 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 19:29:44.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! Oct 27 19:29:44.331 INFO kablam! = note: for more information, see issue #46906 Oct 27 19:29:44.331 INFO kablam! Oct 27 19:29:44.331 INFO kablam! warning: type annotations needed Oct 27 19:29:44.331 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 27 19:29:44.331 INFO kablam! | Oct 27 19:29:44.331 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 27 19:29:44.331 INFO kablam! | ^^^^^^ Oct 27 19:29:44.331 INFO kablam! | Oct 27 19:29:44.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! Oct 27 19:29:44.331 INFO kablam! = note: for more information, see issue #46906 Oct 27 19:29:44.331 INFO kablam! Oct 27 19:29:44.423 INFO kablam! warning: type annotations needed Oct 27 19:29:44.423 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 27 19:29:44.423 INFO kablam! | Oct 27 19:29:44.423 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 27 19:29:44.423 INFO kablam! | ^^^^^^ Oct 27 19:29:44.423 INFO kablam! | Oct 27 19:29:44.423 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 19:29:44.423 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 27 19:29:44.423 INFO kablam! = note: for more information, see issue #46906 Oct 27 19:29:44.423 INFO kablam! Oct 27 19:29:44.423 INFO kablam! warning: type annotations needed Oct 27 19:29:44.423 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 27 19:29:44.423 INFO kablam! | Oct 27 19:29:44.423 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 27 19:29:44.423 INFO kablam! | ^^^^^^ Oct 27 19:29:44.423 INFO kablam! | Oct 27 19:29:44.423 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 27 19:29:44.423 INFO kablam! = note: for more information, see issue #46906 Oct 27 19:29:44.423 INFO kablam! Oct 27 19:29:44.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.35s Oct 27 19:29:44.623 INFO kablam! su: No module specific data is present Oct 27 19:29:44.971 INFO running `"docker" "rm" "-f" "edb135cda4f158ba3c568e99cc5f87a2f0bddb0937861bb7880860b2c733159b"` Oct 27 19:29:45.269 INFO blam! edb135cda4f158ba3c568e99cc5f87a2f0bddb0937861bb7880860b2c733159b