Sep 21 02:49:39.169 INFO checking softrender-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 02:49:39.169 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 02:49:39.169 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:49:39.368 INFO blam! 13dc9ba562f55a250769e17f9045e93a873a6aaaea90a8a856037b8ba5e96b6b Sep 21 02:49:39.370 INFO running `"docker" "start" "-a" "13dc9ba562f55a250769e17f9045e93a873a6aaaea90a8a856037b8ba5e96b6b"` Sep 21 02:49:41.101 INFO kablam! usermod: no changes Sep 21 02:49:41.327 INFO kablam! Checking tobj v0.1.6 Sep 21 02:49:41.342 INFO kablam! Checking generic-array v0.2.1 Sep 21 02:49:41.342 INFO kablam! Checking alga v0.5.4 Sep 21 02:49:41.342 INFO kablam! Checking png v0.7.0 Sep 21 02:49:41.351 INFO kablam! Checking rayon v0.7.1 Sep 21 02:49:44.572 INFO kablam! Checking image v0.13.0 Sep 21 02:49:50.390 INFO kablam! Checking nalgebra v0.12.3 Sep 21 02:50:12.898 INFO kablam! Checking softrender v0.1.0 (/source) Sep 21 02:50:13.354 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:50:13.354 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 21 02:50:13.354 INFO kablam! | Sep 21 02:50:13.354 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 21 02:50:13.355 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:50:13.355 INFO kablam! | Sep 21 02:50:13.355 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:50:13.355 INFO kablam! Sep 21 02:50:13.360 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:50:13.360 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 21 02:50:13.360 INFO kablam! | Sep 21 02:50:13.360 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 21 02:50:13.360 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:50:13.360 INFO kablam! Sep 21 02:50:13.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:50:13.370 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 21 02:50:13.370 INFO kablam! | Sep 21 02:50:13.370 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 21 02:50:13.370 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:50:13.370 INFO kablam! | Sep 21 02:50:13.370 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:50:13.370 INFO kablam! Sep 21 02:50:13.378 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:50:13.378 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 21 02:50:13.378 INFO kablam! | Sep 21 02:50:13.378 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 21 02:50:13.378 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:50:13.378 INFO kablam! Sep 21 02:50:14.352 INFO kablam! warning: variable does not need to be mutable Sep 21 02:50:14.352 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 21 02:50:14.352 INFO kablam! | Sep 21 02:50:14.352 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Sep 21 02:50:14.362 INFO kablam! | ----^^^^^ Sep 21 02:50:14.362 INFO kablam! | | Sep 21 02:50:14.362 INFO kablam! | help: remove this `mut` Sep 21 02:50:14.362 INFO kablam! | Sep 21 02:50:14.362 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 02:50:14.362 INFO kablam! Sep 21 02:50:14.362 INFO kablam! warning: variable does not need to be mutable Sep 21 02:50:14.362 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 21 02:50:14.362 INFO kablam! | Sep 21 02:50:14.362 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 21 02:50:14.362 INFO kablam! | ----^^^^^^ Sep 21 02:50:14.362 INFO kablam! | | Sep 21 02:50:14.362 INFO kablam! | help: remove this `mut` Sep 21 02:50:14.362 INFO kablam! Sep 21 02:50:14.362 INFO kablam! warning: variable does not need to be mutable Sep 21 02:50:14.362 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 21 02:50:14.362 INFO kablam! | Sep 21 02:50:14.362 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 21 02:50:14.362 INFO kablam! | ----^^^^^^ Sep 21 02:50:14.362 INFO kablam! | | Sep 21 02:50:14.362 INFO kablam! | help: remove this `mut` Sep 21 02:50:14.362 INFO kablam! Sep 21 02:50:14.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.54s Sep 21 02:50:14.678 INFO kablam! su: No module specific data is present Sep 21 02:50:15.213 INFO running `"docker" "rm" "-f" "13dc9ba562f55a250769e17f9045e93a873a6aaaea90a8a856037b8ba5e96b6b"` Sep 21 02:50:15.334 INFO blam! 13dc9ba562f55a250769e17f9045e93a873a6aaaea90a8a856037b8ba5e96b6b