Sep 14 08:47:42.450 INFO checking softrender-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 08:47:42.450 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 08:47:42.450 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:47:42.748 INFO blam! 3e79084858f0e28c8d0c77731a607aeae131ad21b160b15f75802b0f71cddda0 Sep 14 08:47:42.755 INFO running `"docker" "start" "-a" "3e79084858f0e28c8d0c77731a607aeae131ad21b160b15f75802b0f71cddda0"` Sep 14 08:47:43.877 INFO kablam! usermod: no changes Sep 14 08:47:44.032 INFO kablam! Checking png v0.7.0 Sep 14 08:47:44.032 INFO kablam! Checking nalgebra v0.12.3 Sep 14 08:47:44.032 INFO kablam! Checking rayon v0.7.1 Sep 14 08:47:45.659 INFO kablam! Checking image v0.13.0 Sep 14 08:48:12.671 INFO kablam! Checking softrender v0.1.0 (file:///source) Sep 14 08:48:13.547 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:48:13.547 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 14 08:48:13.547 INFO kablam! | Sep 14 08:48:13.547 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 14 08:48:13.547 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:48:13.547 INFO kablam! | Sep 14 08:48:13.547 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 08:48:13.547 INFO kablam! Sep 14 08:48:13.547 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:48:13.547 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 14 08:48:13.547 INFO kablam! | Sep 14 08:48:13.547 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 14 08:48:13.547 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:48:13.547 INFO kablam! Sep 14 08:48:13.552 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:48:13.552 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 14 08:48:13.552 INFO kablam! | Sep 14 08:48:13.552 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 14 08:48:13.552 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:48:13.552 INFO kablam! | Sep 14 08:48:13.552 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 08:48:13.552 INFO kablam! Sep 14 08:48:13.552 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:48:13.552 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 14 08:48:13.552 INFO kablam! | Sep 14 08:48:13.552 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 14 08:48:13.552 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:48:13.552 INFO kablam! Sep 14 08:48:14.944 INFO kablam! warning: variable does not need to be mutable Sep 14 08:48:14.944 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 14 08:48:14.944 INFO kablam! | Sep 14 08:48:14.944 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

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