Sep 17 17:04:21.616 INFO checking softrender-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 17:04:21.616 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 17:04:21.616 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:04:22.023 INFO blam! e7c0fccdbcbfd2b58726ac17a13591985baa195dd5abd9661b692197bb21caae Sep 17 17:04:22.025 INFO running `"docker" "start" "-a" "e7c0fccdbcbfd2b58726ac17a13591985baa195dd5abd9661b692197bb21caae"` Sep 17 17:04:23.610 INFO kablam! usermod: no changes Sep 17 17:04:23.814 INFO kablam! Checking tobj v0.1.6 Sep 17 17:04:23.819 INFO kablam! Checking png v0.7.0 Sep 17 17:04:23.819 INFO kablam! Checking nalgebra v0.12.3 Sep 17 17:04:23.819 INFO kablam! Checking rayon v0.7.1 Sep 17 17:04:23.819 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 17 17:04:27.559 INFO kablam! Checking image v0.13.0 Sep 17 17:04:53.255 INFO kablam! Checking softrender v0.1.0 (/source) Sep 17 17:04:54.023 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:04:54.023 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 17 17:04:54.023 INFO kablam! | Sep 17 17:04:54.023 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 17 17:04:54.023 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 17:04:54.023 INFO kablam! | Sep 17 17:04:54.023 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 17:04:54.023 INFO kablam! Sep 17 17:04:54.027 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:04:54.027 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 17 17:04:54.027 INFO kablam! | Sep 17 17:04:54.027 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 17 17:04:54.027 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 17:04:54.027 INFO kablam! | Sep 17 17:04:54.027 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 17:04:54.027 INFO kablam! Sep 17 17:04:54.027 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:04:54.027 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 17 17:04:54.027 INFO kablam! | Sep 17 17:04:54.027 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 17 17:04:54.027 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 17:04:54.027 INFO kablam! Sep 17 17:04:54.027 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:04:54.027 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 17 17:04:54.027 INFO kablam! | Sep 17 17:04:54.027 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 17 17:04:54.027 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 17:04:54.027 INFO kablam! Sep 17 17:04:55.150 INFO kablam! warning: variable does not need to be mutable Sep 17 17:04:55.150 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 17 17:04:55.150 INFO kablam! | Sep 17 17:04:55.150 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

, blend_func: &Box P + Send + Sync>) { Sep 17 17:04:55.150 INFO kablam! | ----^^^^^ Sep 17 17:04:55.150 INFO kablam! | | Sep 17 17:04:55.150 INFO kablam! | help: remove this `mut` Sep 17 17:04:55.151 INFO kablam! | Sep 17 17:04:55.151 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 17:04:55.151 INFO kablam! Sep 17 17:04:55.152 INFO kablam! warning: variable does not need to be mutable Sep 17 17:04:55.152 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 17 17:04:55.152 INFO kablam! | Sep 17 17:04:55.152 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 17 17:04:55.158 INFO kablam! | ----^^^^^^ Sep 17 17:04:55.159 INFO kablam! | | Sep 17 17:04:55.159 INFO kablam! | help: remove this `mut` Sep 17 17:04:55.159 INFO kablam! Sep 17 17:04:55.159 INFO kablam! warning: variable does not need to be mutable Sep 17 17:04:55.159 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 17 17:04:55.159 INFO kablam! | Sep 17 17:04:55.159 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 17 17:04:55.159 INFO kablam! | ----^^^^^^ Sep 17 17:04:55.159 INFO kablam! | | Sep 17 17:04:55.159 INFO kablam! | help: remove this `mut` Sep 17 17:04:55.159 INFO kablam! Sep 17 17:04:55.255 INFO kablam! warning: variable does not need to be mutable Sep 17 17:04:55.256 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 17 17:04:55.263 INFO kablam! | Sep 17 17:04:55.263 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

, blend_func: &Box P + Send + Sync>) { Sep 17 17:04:55.263 INFO kablam! | ----^^^^^ Sep 17 17:04:55.263 INFO kablam! | | Sep 17 17:04:55.263 INFO kablam! | help: remove this `mut` Sep 17 17:04:55.263 INFO kablam! | Sep 17 17:04:55.263 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 17:04:55.263 INFO kablam! Sep 17 17:04:55.263 INFO kablam! warning: variable does not need to be mutable Sep 17 17:04:55.263 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 17 17:04:55.263 INFO kablam! | Sep 17 17:04:55.263 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 17 17:04:55.263 INFO kablam! | ----^^^^^^ Sep 17 17:04:55.263 INFO kablam! | | Sep 17 17:04:55.263 INFO kablam! | help: remove this `mut` Sep 17 17:04:55.263 INFO kablam! Sep 17 17:04:55.263 INFO kablam! warning: variable does not need to be mutable Sep 17 17:04:55.263 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 17 17:04:55.263 INFO kablam! | Sep 17 17:04:55.264 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 17 17:04:55.264 INFO kablam! | ----^^^^^^ Sep 17 17:04:55.264 INFO kablam! | | Sep 17 17:04:55.264 INFO kablam! | help: remove this `mut` Sep 17 17:04:55.264 INFO kablam! Sep 17 17:04:55.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.01s Sep 17 17:04:55.661 INFO kablam! su: No module specific data is present Sep 17 17:04:56.492 INFO running `"docker" "rm" "-f" "e7c0fccdbcbfd2b58726ac17a13591985baa195dd5abd9661b692197bb21caae"` Sep 17 17:04:56.712 INFO blam! e7c0fccdbcbfd2b58726ac17a13591985baa195dd5abd9661b692197bb21caae