Sep 04 02:43:29.480 INFO checking softrender-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:43:29.480 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:43:29.480 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:43:29.685 INFO blam! fc0226d2df870946457ed8a4a80770d04709283b64049f3408578c56651c8bd1 Sep 04 02:43:29.687 INFO running `"docker" "start" "-a" "fc0226d2df870946457ed8a4a80770d04709283b64049f3408578c56651c8bd1"` Sep 04 02:43:30.656 INFO kablam! Checking png v0.7.0 Sep 04 02:43:30.656 INFO kablam! Checking nalgebra v0.12.3 Sep 04 02:43:30.656 INFO kablam! Checking rayon v0.7.1 Sep 04 02:43:34.265 INFO kablam! Checking image v0.13.0 Sep 04 02:44:18.961 INFO kablam! Checking softrender v0.1.0 (file:///source) Sep 04 02:44:20.394 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:20.394 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 04 02:44:20.394 INFO kablam! | Sep 04 02:44:20.394 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:20.394 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:20.395 INFO kablam! | Sep 04 02:44:20.395 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:44:20.395 INFO kablam! Sep 04 02:44:20.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:20.396 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 04 02:44:20.396 INFO kablam! | Sep 04 02:44:20.396 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:20.396 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:20.397 INFO kablam! Sep 04 02:44:20.727 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:20.727 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 04 02:44:20.727 INFO kablam! | Sep 04 02:44:20.727 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:20.727 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:20.727 INFO kablam! | Sep 04 02:44:20.727 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:44:20.727 INFO kablam! Sep 04 02:44:20.728 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:20.728 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 04 02:44:20.728 INFO kablam! | Sep 04 02:44:20.728 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:20.728 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:20.728 INFO kablam! Sep 04 02:44:22.759 INFO kablam! warning: variable does not need to be mutable Sep 04 02:44:22.759 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 04 02:44:22.759 INFO kablam! | Sep 04 02:44:22.759 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Sep 04 02:44:23.165 INFO kablam! | ----^^^^^ Sep 04 02:44:23.165 INFO kablam! | | Sep 04 02:44:23.165 INFO kablam! | help: remove this `mut` Sep 04 02:44:23.165 INFO kablam! | Sep 04 02:44:23.165 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 02:44:23.165 INFO kablam! Sep 04 02:44:23.166 INFO kablam! warning: variable does not need to be mutable Sep 04 02:44:23.166 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 04 02:44:23.166 INFO kablam! | Sep 04 02:44:23.166 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 04 02:44:23.166 INFO kablam! | ----^^^^^^ Sep 04 02:44:23.166 INFO kablam! | | Sep 04 02:44:23.166 INFO kablam! | help: remove this `mut` Sep 04 02:44:23.166 INFO kablam! Sep 04 02:44:23.166 INFO kablam! warning: variable does not need to be mutable Sep 04 02:44:23.166 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 04 02:44:23.167 INFO kablam! | Sep 04 02:44:23.167 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 04 02:44:23.167 INFO kablam! | ----^^^^^^ Sep 04 02:44:23.167 INFO kablam! | | Sep 04 02:44:23.167 INFO kablam! | help: remove this `mut` Sep 04 02:44:23.167 INFO kablam! Sep 04 02:44:23.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.37s Sep 04 02:44:23.895 INFO kablam! su: No module specific data is present Sep 04 02:44:24.387 INFO running `"docker" "rm" "-f" "fc0226d2df870946457ed8a4a80770d04709283b64049f3408578c56651c8bd1"` Sep 04 02:44:24.551 INFO blam! fc0226d2df870946457ed8a4a80770d04709283b64049f3408578c56651c8bd1