Nov 01 20:07:27.134 INFO checking luminance-gl-0.13.0 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Nov 01 20:07:27.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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.516 INFO blam! 4914aa11422070f8c8e0b1695b79fcc066b88c5448dfed9d067295950bf05b43 Nov 01 20:07:27.540 INFO running `"docker" "start" "-a" "4914aa11422070f8c8e0b1695b79fcc066b88c5448dfed9d067295950bf05b43"` Nov 01 20:07:29.388 INFO kablam! usermod: no changes Nov 01 20:07:29.528 INFO kablam! Compiling bitflags v0.3.3 Nov 01 20:07:29.528 INFO kablam! Checking luminance v0.16.0 Nov 01 20:07:30.800 INFO kablam! Compiling xml-rs v0.2.2 Nov 01 20:07:35.974 INFO kablam! Compiling gl_generator v0.4.2 Nov 01 20:07:38.093 INFO kablam! Compiling gl v0.5.2 Nov 01 20:07:47.080 INFO kablam! Checking luminance-gl v0.13.0 (/source) Nov 01 20:07:47.957 INFO kablam! warning: unnecessary parentheses around function argument Nov 01 20:07:47.957 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Nov 01 20:07:47.957 INFO kablam! | Nov 01 20:07:47.957 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:47.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 01 20:07:47.957 INFO kablam! | Nov 01 20:07:47.958 INFO kablam! = note: #[warn(unused_parens)] on by default Nov 01 20:07:47.958 INFO kablam! Nov 01 20:07:48.452 INFO kablam! warning: type annotations needed Nov 01 20:07:48.452 INFO kablam! --> src/gl33/tess.rs:180:121 Nov 01 20:07:48.452 INFO kablam! | Nov 01 20:07:48.452 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:48.452 INFO kablam! | ^^^^^^ Nov 01 20:07:48.452 INFO kablam! | Nov 01 20:07:48.452 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 01 20:07:48.452 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:48.452 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:48.452 INFO kablam! Nov 01 20:07:48.460 INFO kablam! warning: type annotations needed Nov 01 20:07:48.460 INFO kablam! --> src/gl33/tess.rs:185:111 Nov 01 20:07:48.460 INFO kablam! | Nov 01 20:07:48.460 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:48.460 INFO kablam! | ^^^^^^ Nov 01 20:07:48.460 INFO kablam! | Nov 01 20:07:48.460 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:48.460 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:48.460 INFO kablam! Nov 01 20:07:48.584 INFO kablam! warning: unnecessary parentheses around function argument Nov 01 20:07:48.584 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Nov 01 20:07:48.584 INFO kablam! | Nov 01 20:07:48.584 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:48.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 01 20:07:48.584 INFO kablam! | Nov 01 20:07:48.584 INFO kablam! = note: #[warn(unused_parens)] on by default Nov 01 20:07:48.584 INFO kablam! Nov 01 20:07:48.872 INFO kablam! warning: type annotations needed Nov 01 20:07:48.872 INFO kablam! --> src/gl33/tess.rs:180:121 Nov 01 20:07:48.872 INFO kablam! | Nov 01 20:07:48.872 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:48.872 INFO kablam! | ^^^^^^ Nov 01 20:07:48.872 INFO kablam! | Nov 01 20:07:48.872 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 01 20:07:48.872 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:48.872 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:48.872 INFO kablam! Nov 01 20:07:48.872 INFO kablam! warning: type annotations needed Nov 01 20:07:48.872 INFO kablam! --> src/gl33/tess.rs:185:111 Nov 01 20:07:48.872 INFO kablam! | Nov 01 20:07:48.872 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:48.872 INFO kablam! | ^^^^^^ Nov 01 20:07:48.872 INFO kablam! | Nov 01 20:07:48.872 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:48.872 INFO kablam! = note: for more information, see issue #46906 Nov 01 20:07:48.872 INFO kablam! Nov 01 20:07:49.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.70s Nov 01 20:07:49.131 INFO kablam! su: No module specific data is present Nov 01 20:07:50.404 INFO running `"docker" "rm" "-f" "4914aa11422070f8c8e0b1695b79fcc066b88c5448dfed9d067295950bf05b43"` Nov 01 20:07:50.692 INFO blam! 4914aa11422070f8c8e0b1695b79fcc066b88c5448dfed9d067295950bf05b43