Sep 01 06:07:12.698 INFO checking softrender-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 06:07:12.698 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 06:07:12.699 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:07:12.878 INFO blam! 3f03e2fc53bc334677bbea97f8f533e0a58e305ab449ea726c7d6435f2db0c55 Sep 01 06:07:12.880 INFO running `"docker" "start" "-a" "3f03e2fc53bc334677bbea97f8f533e0a58e305ab449ea726c7d6435f2db0c55"` Sep 01 06:07:13.863 INFO kablam! Checking nalgebra v0.12.3 Sep 01 06:07:13.863 INFO kablam! Checking rayon v0.7.1 Sep 01 06:07:13.863 INFO kablam! Checking image v0.13.0 Sep 01 06:08:01.332 INFO kablam! Checking softrender v0.1.0 (file:///source) Sep 01 06:08:02.898 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:08:02.898 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 01 06:08:02.898 INFO kablam! | Sep 01 06:08:02.898 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 06:08:02.898 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 06:08:02.898 INFO kablam! | Sep 01 06:08:02.898 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:08:02.898 INFO kablam! Sep 01 06:08:02.899 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:08:02.899 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 01 06:08:02.899 INFO kablam! | Sep 01 06:08:02.899 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 06:08:02.899 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 06:08:02.899 INFO kablam! Sep 01 06:08:03.095 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:08:03.096 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 01 06:08:03.096 INFO kablam! | Sep 01 06:08:03.096 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 06:08:03.096 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 06:08:03.096 INFO kablam! | Sep 01 06:08:03.096 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:08:03.096 INFO kablam! Sep 01 06:08:03.096 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:08:03.096 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 01 06:08:03.097 INFO kablam! | Sep 01 06:08:03.097 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 01 06:08:03.097 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 06:08:03.097 INFO kablam! Sep 01 06:08:05.293 INFO kablam! warning: variable does not need to be mutable Sep 01 06:08:05.293 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 01 06:08:05.293 INFO kablam! | Sep 01 06:08:05.293 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Sep 01 06:08:05.305 INFO kablam! | ----^^^^^ Sep 01 06:08:05.305 INFO kablam! | | Sep 01 06:08:05.305 INFO kablam! | help: remove this `mut` Sep 01 06:08:05.305 INFO kablam! | Sep 01 06:08:05.305 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 06:08:05.305 INFO kablam! Sep 01 06:08:05.305 INFO kablam! warning: variable does not need to be mutable Sep 01 06:08:05.305 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 01 06:08:05.305 INFO kablam! | Sep 01 06:08:05.305 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 01 06:08:05.305 INFO kablam! | ----^^^^^^ Sep 01 06:08:05.305 INFO kablam! | | Sep 01 06:08:05.305 INFO kablam! | help: remove this `mut` Sep 01 06:08:05.305 INFO kablam! Sep 01 06:08:05.305 INFO kablam! warning: variable does not need to be mutable Sep 01 06:08:05.305 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 01 06:08:05.305 INFO kablam! | Sep 01 06:08:05.305 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 01 06:08:05.305 INFO kablam! | ----^^^^^^ Sep 01 06:08:05.305 INFO kablam! | | Sep 01 06:08:05.305 INFO kablam! | help: remove this `mut` Sep 01 06:08:05.306 INFO kablam! Sep 01 06:08:05.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.14s Sep 01 06:08:05.859 INFO kablam! su: No module specific data is present Sep 01 06:08:06.290 INFO running `"docker" "rm" "-f" "3f03e2fc53bc334677bbea97f8f533e0a58e305ab449ea726c7d6435f2db0c55"` Sep 01 06:08:06.376 INFO blam! 3f03e2fc53bc334677bbea97f8f533e0a58e305ab449ea726c7d6435f2db0c55