Sep 01 23:24:15.038 INFO checking softrender-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:24:15.038 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:24:15.038 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:24:15.282 INFO blam! a9e0e36d42eda0b0f71e68ce8789179b2a2dfa752e19450596f8a6d2c38e573c Sep 01 23:24:15.284 INFO running `"docker" "start" "-a" "a9e0e36d42eda0b0f71e68ce8789179b2a2dfa752e19450596f8a6d2c38e573c"` Sep 01 23:24:16.243 INFO kablam! Checking generic-array v0.2.1 Sep 01 23:24:16.246 INFO kablam! Checking png v0.7.0 Sep 01 23:24:16.254 INFO kablam! Checking rayon v0.7.1 Sep 01 23:24:17.052 INFO kablam! Checking nalgebra v0.12.3 Sep 01 23:24:19.895 INFO kablam! Checking image v0.13.0 Sep 01 23:25:05.459 INFO kablam! Checking softrender v0.1.0 (file:///source) Sep 01 23:25:06.911 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:25:06.911 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 01 23:25:06.911 INFO kablam! | Sep 01 23:25:06.911 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 23:25:06.911 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 23:25:06.911 INFO kablam! | Sep 01 23:25:06.911 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:25:06.911 INFO kablam! Sep 01 23:25:06.912 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:25:06.912 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 01 23:25:06.912 INFO kablam! | Sep 01 23:25:06.912 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 23:25:06.912 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 23:25:06.912 INFO kablam! Sep 01 23:25:07.045 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:25:07.046 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 01 23:25:07.046 INFO kablam! | Sep 01 23:25:07.046 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 23:25:07.046 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 23:25:07.046 INFO kablam! | Sep 01 23:25:07.046 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:25:07.046 INFO kablam! Sep 01 23:25:07.046 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:25:07.046 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 01 23:25:07.046 INFO kablam! | Sep 01 23:25:07.046 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 23:25:07.046 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 23:25:07.046 INFO kablam! Sep 01 23:25:09.307 INFO kablam! warning: variable does not need to be mutable Sep 01 23:25:09.307 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 01 23:25:09.307 INFO kablam! | Sep 01 23:25:09.307 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

, blend_func: &Box P + Send + Sync>) { Sep 01 23:25:09.307 INFO kablam! | ----^^^^^ Sep 01 23:25:09.307 INFO kablam! | | Sep 01 23:25:09.307 INFO kablam! | help: remove this `mut` Sep 01 23:25:09.307 INFO kablam! | Sep 01 23:25:09.307 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:25:09.307 INFO kablam! Sep 01 23:25:09.308 INFO kablam! warning: variable does not need to be mutable Sep 01 23:25:09.308 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 01 23:25:09.308 INFO kablam! | Sep 01 23:25:09.308 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 01 23:25:09.308 INFO kablam! | ----^^^^^^ Sep 01 23:25:09.308 INFO kablam! | | Sep 01 23:25:09.308 INFO kablam! | help: remove this `mut` Sep 01 23:25:09.308 INFO kablam! Sep 01 23:25:09.308 INFO kablam! warning: variable does not need to be mutable Sep 01 23:25:09.308 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 01 23:25:09.308 INFO kablam! | Sep 01 23:25:09.308 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 01 23:25:09.308 INFO kablam! | ----^^^^^^ Sep 01 23:25:09.309 INFO kablam! | | Sep 01 23:25:09.309 INFO kablam! | help: remove this `mut` Sep 01 23:25:09.309 INFO kablam! Sep 01 23:25:09.615 INFO kablam! warning: variable does not need to be mutable Sep 01 23:25:09.615 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 01 23:25:09.615 INFO kablam! | Sep 01 23:25:09.615 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

, blend_func: &Box P + Send + Sync>) { Sep 01 23:25:09.615 INFO kablam! | ----^^^^^ Sep 01 23:25:09.615 INFO kablam! | | Sep 01 23:25:09.615 INFO kablam! | help: remove this `mut` Sep 01 23:25:09.615 INFO kablam! | Sep 01 23:25:09.615 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:25:09.615 INFO kablam! Sep 01 23:25:09.616 INFO kablam! warning: variable does not need to be mutable Sep 01 23:25:09.616 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 01 23:25:09.616 INFO kablam! | Sep 01 23:25:09.616 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 01 23:25:09.616 INFO kablam! | ----^^^^^^ Sep 01 23:25:09.616 INFO kablam! | | Sep 01 23:25:09.616 INFO kablam! | help: remove this `mut` Sep 01 23:25:09.616 INFO kablam! Sep 01 23:25:09.616 INFO kablam! warning: variable does not need to be mutable Sep 01 23:25:09.616 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 01 23:25:09.616 INFO kablam! | Sep 01 23:25:09.616 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 01 23:25:09.616 INFO kablam! | ----^^^^^^ Sep 01 23:25:09.616 INFO kablam! | | Sep 01 23:25:09.616 INFO kablam! | help: remove this `mut` Sep 01 23:25:09.616 INFO kablam! Sep 01 23:25:10.274 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.15s Sep 01 23:25:10.289 INFO kablam! su: No module specific data is present Sep 01 23:25:10.749 INFO running `"docker" "rm" "-f" "a9e0e36d42eda0b0f71e68ce8789179b2a2dfa752e19450596f8a6d2c38e573c"` Sep 01 23:25:10.918 INFO blam! a9e0e36d42eda0b0f71e68ce8789179b2a2dfa752e19450596f8a6d2c38e573c