Nov 07 12:26:59.361 INFO checking luminance-gl-0.13.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 12:26:59.361 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-1/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 12:26:59.738 INFO blam! e32cb9de12691c283bec3e2cdf333dbe438de72b4f7e1b02272423a2c4438138 Nov 07 12:26:59.740 INFO running `"docker" "start" "-a" "e32cb9de12691c283bec3e2cdf333dbe438de72b4f7e1b02272423a2c4438138"` Nov 07 12:27:00.472 INFO kablam! usermod: no changes Nov 07 12:27:00.532 INFO kablam! Checking luminance v0.16.0 Nov 07 12:27:00.532 INFO kablam! Compiling gl_generator v0.4.2 Nov 07 12:27:03.043 INFO kablam! Compiling gl v0.5.2 Nov 07 12:27:13.199 INFO kablam! Checking luminance-gl v0.13.0 (/source) Nov 07 12:27:13.743 INFO kablam! warning: unnecessary parentheses around function argument Nov 07 12:27:13.743 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Nov 07 12:27:13.744 INFO kablam! | Nov 07 12:27:13.744 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 07 12:27:13.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 07 12:27:13.744 INFO kablam! | Nov 07 12:27:13.744 INFO kablam! = note: #[warn(unused_parens)] on by default Nov 07 12:27:13.744 INFO kablam! Nov 07 12:27:13.979 INFO kablam! warning: type annotations needed Nov 07 12:27:13.980 INFO kablam! --> src/gl33/tess.rs:180:121 Nov 07 12:27:13.980 INFO kablam! | Nov 07 12:27:13.980 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 07 12:27:13.981 INFO kablam! | ^^^^^^ Nov 07 12:27:13.981 INFO kablam! warning: unnecessary parentheses around function argument Nov 07 12:27:13.981 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Nov 07 12:27:13.981 INFO kablam! | Nov 07 12:27:13.982 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 07 12:27:13.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 07 12:27:13.982 INFO kablam! | Nov 07 12:27:13.982 INFO kablam! = note: #[warn(unused_parens)] on by default Nov 07 12:27:13.983 INFO kablam! Nov 07 12:27:13.983 INFO kablam! | Nov 07 12:27:13.983 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 07 12:27:13.984 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 07 12:27:13.984 INFO kablam! = note: for more information, see issue #46906 Nov 07 12:27:13.984 INFO kablam! Nov 07 12:27:13.985 INFO kablam! warning: type annotations needed Nov 07 12:27:13.985 INFO kablam! --> src/gl33/tess.rs:185:111 Nov 07 12:27:13.986 INFO kablam! | Nov 07 12:27:13.986 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 07 12:27:13.986 INFO kablam! | ^^^^^^ Nov 07 12:27:13.986 INFO kablam! | Nov 07 12:27:13.986 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 07 12:27:13.987 INFO kablam! = note: for more information, see issue #46906 Nov 07 12:27:13.987 INFO kablam! Nov 07 12:27:14.239 INFO kablam! warning: type annotations needed Nov 07 12:27:14.239 INFO kablam! --> src/gl33/tess.rs:180:121 Nov 07 12:27:14.239 INFO kablam! | Nov 07 12:27:14.239 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 07 12:27:14.239 INFO kablam! | ^^^^^^ Nov 07 12:27:14.239 INFO kablam! | Nov 07 12:27:14.239 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 07 12:27:14.241 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 07 12:27:14.241 INFO kablam! = note: for more information, see issue #46906 Nov 07 12:27:14.241 INFO kablam! Nov 07 12:27:14.241 INFO kablam! warning: type annotations needed Nov 07 12:27:14.241 INFO kablam! --> src/gl33/tess.rs:185:111 Nov 07 12:27:14.241 INFO kablam! | Nov 07 12:27:14.241 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 07 12:27:14.241 INFO kablam! | ^^^^^^ Nov 07 12:27:14.241 INFO kablam! | Nov 07 12:27:14.241 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 07 12:27:14.241 INFO kablam! = note: for more information, see issue #46906 Nov 07 12:27:14.241 INFO kablam! Nov 07 12:27:14.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.96s Nov 07 12:27:14.453 INFO kablam! su: No module specific data is present Nov 07 12:27:15.145 INFO running `"docker" "rm" "-f" "e32cb9de12691c283bec3e2cdf333dbe438de72b4f7e1b02272423a2c4438138"` Nov 07 12:27:15.316 INFO blam! e32cb9de12691c283bec3e2cdf333dbe438de72b4f7e1b02272423a2c4438138