Nov 01 20:07:26.914 INFO checking luminance-gl-0.13.0 against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Nov 01 20:07:26.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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"` Nov 01 20:07:27.370 INFO blam! 8b2f61442f5c4f0a8fef8e42d36f2650f702d72227c514933e1916421ec4d9fb Nov 01 20:07:27.377 INFO running `"docker" "start" "-a" "8b2f61442f5c4f0a8fef8e42d36f2650f702d72227c514933e1916421ec4d9fb"` Nov 01 20:07:29.120 INFO kablam! usermod: no changes Nov 01 20:07:29.212 INFO kablam! Checking luminance v0.16.0 Nov 01 20:07:29.212 INFO kablam! Compiling gl_generator v0.4.2 Nov 01 20:07:33.203 INFO kablam! Compiling gl v0.5.2 Nov 01 20:07:43.461 INFO kablam! Checking luminance-gl v0.13.0 (/source) Nov 01 20:07:44.213 INFO kablam! warning: unnecessary parentheses around function argument Nov 01 20:07:44.213 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Nov 01 20:07:44.213 INFO kablam! | Nov 01 20:07:44.214 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Nov 01 20:07:44.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 01 20:07:44.214 INFO kablam! | Nov 01 20:07:44.214 INFO kablam! = note: #[warn(unused_parens)] on by default Nov 01 20:07:44.214 INFO kablam! Nov 01 20:07:44.265 INFO kablam! warning: unnecessary parentheses around function argument Nov 01 20:07:44.265 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Nov 01 20:07:44.265 INFO kablam! | Nov 01 20:07:44.266 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Nov 01 20:07:44.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 01 20:07:44.266 INFO kablam! | Nov 01 20:07:44.266 INFO kablam! = note: #[warn(unused_parens)] on by default Nov 01 20:07:44.266 INFO kablam! Nov 01 20:07:44.440 INFO kablam! warning: type annotations needed Nov 01 20:07:44.440 INFO kablam! --> src/gl33/tess.rs:180:121 Nov 01 20:07:44.440 INFO kablam! | Nov 01 20:07:44.440 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)); Nov 01 20:07:44.440 INFO kablam! | ^^^^^^ Nov 01 20:07:44.440 INFO kablam! | Nov 01 20:07:44.440 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 01 20:07:44.440 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! Nov 01 20:07:44.440 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:44.440 INFO kablam! Nov 01 20:07:44.440 INFO kablam! warning: type annotations needed Nov 01 20:07:44.440 INFO kablam! --> src/gl33/tess.rs:185:111 Nov 01 20:07:44.440 INFO kablam! | Nov 01 20:07:44.441 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Nov 01 20:07:44.441 INFO kablam! | ^^^^^^ Nov 01 20:07:44.441 INFO kablam! | Nov 01 20:07:44.441 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! Nov 01 20:07:44.441 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:44.441 INFO kablam! Nov 01 20:07:44.488 INFO kablam! warning: type annotations needed Nov 01 20:07:44.488 INFO kablam! --> src/gl33/tess.rs:180:121 Nov 01 20:07:44.488 INFO kablam! | Nov 01 20:07:44.488 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)); Nov 01 20:07:44.488 INFO kablam! | ^^^^^^ Nov 01 20:07:44.488 INFO kablam! | Nov 01 20:07:44.488 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 01 20:07:44.488 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! Nov 01 20:07:44.488 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:44.488 INFO kablam! Nov 01 20:07:44.488 INFO kablam! warning: type annotations needed Nov 01 20:07:44.488 INFO kablam! --> src/gl33/tess.rs:185:111 Nov 01 20:07:44.488 INFO kablam! | Nov 01 20:07:44.488 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Nov 01 20:07:44.488 INFO kablam! | ^^^^^^ Nov 01 20:07:44.488 INFO kablam! | Nov 01 20:07:44.488 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! Nov 01 20:07:44.488 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:44.488 INFO kablam! Nov 01 20:07:44.693 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.54s Nov 01 20:07:44.698 INFO kablam! su: No module specific data is present Nov 01 20:07:45.029 INFO running `"docker" "rm" "-f" "8b2f61442f5c4f0a8fef8e42d36f2650f702d72227c514933e1916421ec4d9fb"` Nov 01 20:07:45.160 INFO blam! 8b2f61442f5c4f0a8fef8e42d36f2650f702d72227c514933e1916421ec4d9fb