Sep 05 23:46:28.789 INFO checking softrender-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 23:46:28.789 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 23:46:28.789 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 23:46:29.003 INFO blam! 0d385b530e021a4d91d15fe720e0363bc9a7c14f70b40d4c6df2510057096c17 Sep 05 23:46:29.006 INFO running `"docker" "start" "-a" "0d385b530e021a4d91d15fe720e0363bc9a7c14f70b40d4c6df2510057096c17"` Sep 05 23:46:30.049 INFO kablam! usermod: no changes Sep 05 23:46:30.213 INFO kablam! Checking png v0.7.0 Sep 05 23:46:30.214 INFO kablam! Checking nalgebra v0.12.3 Sep 05 23:46:30.218 INFO kablam! Checking rayon v0.7.1 Sep 05 23:46:32.348 INFO kablam! Checking image v0.13.0 Sep 05 23:46:57.495 INFO kablam! Checking softrender v0.1.0 (file:///source) Sep 05 23:46:58.202 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:46:58.202 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 05 23:46:58.202 INFO kablam! | Sep 05 23:46:58.202 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 05 23:46:58.202 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 23:46:58.202 INFO kablam! | Sep 05 23:46:58.202 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 23:46:58.202 INFO kablam! Sep 05 23:46:58.202 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:46:58.202 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 05 23:46:58.202 INFO kablam! | Sep 05 23:46:58.202 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 05 23:46:58.202 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 23:46:58.202 INFO kablam! Sep 05 23:46:58.384 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:46:58.384 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 05 23:46:58.385 INFO kablam! | Sep 05 23:46:58.385 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 05 23:46:58.385 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 23:46:58.385 INFO kablam! | Sep 05 23:46:58.385 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 23:46:58.385 INFO kablam! Sep 05 23:46:58.385 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:46:58.385 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 05 23:46:58.385 INFO kablam! | Sep 05 23:46:58.385 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 05 23:46:58.385 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 23:46:58.385 INFO kablam! Sep 05 23:46:59.485 INFO kablam! warning: variable does not need to be mutable Sep 05 23:46:59.485 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 05 23:46:59.485 INFO kablam! | Sep 05 23:46:59.485 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Sep 05 23:46:59.812 INFO kablam! | ----^^^^^ Sep 05 23:46:59.812 INFO kablam! | | Sep 05 23:46:59.812 INFO kablam! | help: remove this `mut` Sep 05 23:46:59.812 INFO kablam! | Sep 05 23:46:59.812 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 23:46:59.812 INFO kablam! Sep 05 23:46:59.812 INFO kablam! warning: variable does not need to be mutable Sep 05 23:46:59.812 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 05 23:46:59.812 INFO kablam! | Sep 05 23:46:59.812 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 05 23:46:59.812 INFO kablam! | ----^^^^^^ Sep 05 23:46:59.812 INFO kablam! | | Sep 05 23:46:59.812 INFO kablam! | help: remove this `mut` Sep 05 23:46:59.812 INFO kablam! Sep 05 23:46:59.812 INFO kablam! warning: variable does not need to be mutable Sep 05 23:46:59.812 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 05 23:46:59.812 INFO kablam! | Sep 05 23:46:59.812 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 05 23:46:59.812 INFO kablam! | ----^^^^^^ Sep 05 23:46:59.812 INFO kablam! | | Sep 05 23:46:59.812 INFO kablam! | help: remove this `mut` Sep 05 23:46:59.812 INFO kablam! Sep 05 23:47:00.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.08s Sep 05 23:47:00.174 INFO kablam! su: No module specific data is present Sep 05 23:47:00.913 INFO running `"docker" "rm" "-f" "0d385b530e021a4d91d15fe720e0363bc9a7c14f70b40d4c6df2510057096c17"` Sep 05 23:47:01.038 INFO blam! 0d385b530e021a4d91d15fe720e0363bc9a7c14f70b40d4c6df2510057096c17