Jul 12 04:47:45.001 INFO checking luminance-gl-0.13.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 04:47:45.002 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 04:47:45.002 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 04:47:45.002 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 04:47:45.266 INFO blam! d7d3a20a468a590bc8692f6b55b406d0901bf4a013a91c3784a093abac657c3a Jul 12 04:47:45.269 INFO running `"docker" "start" "-a" "d7d3a20a468a590bc8692f6b55b406d0901bf4a013a91c3784a093abac657c3a"` Jul 12 04:47:46.421 INFO kablam! Compiling bitflags v0.3.3 Jul 12 04:47:46.422 INFO kablam! Checking luminance v0.16.0 Jul 12 04:47:46.903 INFO kablam! Compiling xml-rs v0.2.2 Jul 12 04:47:57.186 INFO kablam! Compiling gl_generator v0.4.2 Jul 12 04:48:02.639 INFO kablam! Compiling gl v0.5.2 Jul 12 04:48:25.377 INFO kablam! Checking luminance-gl v0.13.0 (file:///source) Jul 12 04:48:26.054 INFO kablam! warning: unnecessary parentheses around function argument Jul 12 04:48:26.054 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Jul 12 04:48:26.054 INFO kablam! | Jul 12 04:48:26.054 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Jul 12 04:48:26.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Jul 12 04:48:26.054 INFO kablam! | Jul 12 04:48:26.054 INFO kablam! = note: #[warn(unused_parens)] on by default Jul 12 04:48:26.054 INFO kablam! Jul 12 04:48:26.399 INFO kablam! warning: unnecessary parentheses around function argument Jul 12 04:48:26.399 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Jul 12 04:48:26.399 INFO kablam! | Jul 12 04:48:26.399 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Jul 12 04:48:26.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Jul 12 04:48:26.400 INFO kablam! | Jul 12 04:48:26.400 INFO kablam! = note: #[warn(unused_parens)] on by default Jul 12 04:48:26.400 INFO kablam! Jul 12 04:48:26.821 INFO kablam! warning: type annotations needed Jul 12 04:48:26.821 INFO kablam! --> src/gl33/tess.rs:180:121 Jul 12 04:48:26.821 INFO kablam! | Jul 12 04:48:26.821 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)); Jul 12 04:48:26.822 INFO kablam! | ^^^^^^ Jul 12 04:48:26.822 INFO kablam! | Jul 12 04:48:26.822 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Jul 12 04:48:26.822 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! Jul 12 04:48:26.822 INFO kablam! = note: for more information, see issue #46906 Jul 12 04:48:26.822 INFO kablam! Jul 12 04:48:26.824 INFO kablam! warning: type annotations needed Jul 12 04:48:26.824 INFO kablam! --> src/gl33/tess.rs:185:111 Jul 12 04:48:26.824 INFO kablam! | Jul 12 04:48:26.824 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Jul 12 04:48:26.824 INFO kablam! | ^^^^^^ Jul 12 04:48:26.824 INFO kablam! | Jul 12 04:48:26.825 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! Jul 12 04:48:26.825 INFO kablam! = note: for more information, see issue #46906 Jul 12 04:48:26.826 INFO kablam! Jul 12 04:48:27.007 INFO kablam! warning: type annotations needed Jul 12 04:48:27.008 INFO kablam! --> src/gl33/tess.rs:180:121 Jul 12 04:48:27.008 INFO kablam! | Jul 12 04:48:27.008 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)); Jul 12 04:48:27.008 INFO kablam! | ^^^^^^ Jul 12 04:48:27.008 INFO kablam! | Jul 12 04:48:27.008 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Jul 12 04:48:27.008 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! Jul 12 04:48:27.008 INFO kablam! = note: for more information, see issue #46906 Jul 12 04:48:27.008 INFO kablam! Jul 12 04:48:27.009 INFO kablam! warning: type annotations needed Jul 12 04:48:27.009 INFO kablam! --> src/gl33/tess.rs:185:111 Jul 12 04:48:27.009 INFO kablam! | Jul 12 04:48:27.010 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Jul 12 04:48:27.010 INFO kablam! | ^^^^^^ Jul 12 04:48:27.010 INFO kablam! | Jul 12 04:48:27.010 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! Jul 12 04:48:27.010 INFO kablam! = note: for more information, see issue #46906 Jul 12 04:48:27.010 INFO kablam! Jul 12 04:48:27.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.36s Jul 12 04:48:27.730 INFO kablam! su: No module specific data is present Jul 12 04:48:28.221 INFO running `"docker" "rm" "-f" "d7d3a20a468a590bc8692f6b55b406d0901bf4a013a91c3784a093abac657c3a"` Jul 12 04:48:28.406 INFO blam! d7d3a20a468a590bc8692f6b55b406d0901bf4a013a91c3784a093abac657c3a