Oct 13 12:21:47.615 INFO checking luminance-gl-0.13.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:21:47.617 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:48.044 INFO blam! 72fa0cde46da89826b47e48acdff5a4fb289dd9b15735f5456ec03cdcc7f350a Oct 13 12:21:48.048 INFO running `"docker" "start" "-a" "72fa0cde46da89826b47e48acdff5a4fb289dd9b15735f5456ec03cdcc7f350a"` Oct 13 12:21:48.656 INFO kablam! usermod: no changes Oct 13 12:21:48.732 INFO kablam! Checking luminance v0.16.0 Oct 13 12:21:48.745 INFO kablam! Compiling gl_generator v0.4.2 Oct 13 12:21:51.774 INFO kablam! Compiling gl v0.5.2 Oct 13 12:22:01.319 INFO kablam! Checking luminance-gl v0.13.0 (/source) Oct 13 12:22:01.996 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 12:22:01.997 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 13 12:22:01.997 INFO kablam! | Oct 13 12:22:01.998 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:01.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 12:22:01.999 INFO kablam! | Oct 13 12:22:02.000 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 12:22:02.000 INFO kablam! Oct 13 12:22:02.120 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 12:22:02.121 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 13 12:22:02.122 INFO kablam! | Oct 13 12:22:02.122 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:02.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 12:22:02.123 INFO kablam! | Oct 13 12:22:02.124 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 12:22:02.124 INFO kablam! Oct 13 12:22:02.229 INFO kablam! warning: type annotations needed Oct 13 12:22:02.229 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 13 12:22:02.229 INFO kablam! | Oct 13 12:22:02.229 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:02.229 INFO kablam! | ^^^^^^ Oct 13 12:22:02.229 INFO kablam! | Oct 13 12:22:02.229 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 12:22:02.229 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:02.229 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:02.229 INFO kablam! Oct 13 12:22:02.229 INFO kablam! warning: type annotations needed Oct 13 12:22:02.229 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 13 12:22:02.229 INFO kablam! | Oct 13 12:22:02.230 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:02.230 INFO kablam! | ^^^^^^ Oct 13 12:22:02.230 INFO kablam! | Oct 13 12:22:02.230 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:02.230 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:02.230 INFO kablam! Oct 13 12:22:02.332 INFO kablam! warning: type annotations needed Oct 13 12:22:02.332 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 13 12:22:02.332 INFO kablam! | Oct 13 12:22:02.332 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:02.332 INFO kablam! | ^^^^^^ Oct 13 12:22:02.332 INFO kablam! | Oct 13 12:22:02.332 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 12:22:02.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! Oct 13 12:22:02.332 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:02.332 INFO kablam! Oct 13 12:22:02.332 INFO kablam! warning: type annotations needed Oct 13 12:22:02.332 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 13 12:22:02.332 INFO kablam! | Oct 13 12:22:02.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)); Oct 13 12:22:02.332 INFO kablam! | ^^^^^^ Oct 13 12:22:02.332 INFO kablam! | Oct 13 12:22:02.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! Oct 13 12:22:02.332 INFO kablam! = note: for more information, see issue #46906 Oct 13 12:22:02.332 INFO kablam! Oct 13 12:22:02.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.83s Oct 13 12:22:02.526 INFO kablam! su: No module specific data is present Oct 13 12:22:02.845 INFO running `"docker" "rm" "-f" "72fa0cde46da89826b47e48acdff5a4fb289dd9b15735f5456ec03cdcc7f350a"` Oct 13 12:22:02.949 INFO blam! 72fa0cde46da89826b47e48acdff5a4fb289dd9b15735f5456ec03cdcc7f350a