Sep 04 05:58:10.420 INFO checking softrender-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 05:58:10.420 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 05:58:10.420 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:58:10.646 INFO blam! eb842446e5d957ea05a0b91667ee4d83993f6009069da0288b3e71832442b25d Sep 04 05:58:10.649 INFO running `"docker" "start" "-a" "eb842446e5d957ea05a0b91667ee4d83993f6009069da0288b3e71832442b25d"` Sep 04 05:58:11.554 INFO kablam! Checking generic-array v0.2.1 Sep 04 05:58:11.555 INFO kablam! Checking png v0.7.0 Sep 04 05:58:11.560 INFO kablam! Checking rayon v0.7.1 Sep 04 05:58:12.702 INFO kablam! Checking nalgebra v0.12.3 Sep 04 05:58:14.746 INFO kablam! Checking image v0.13.0 Sep 04 05:59:00.096 INFO kablam! Checking softrender v0.1.0 (file:///source) Sep 04 05:59:01.514 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:59:01.514 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 04 05:59:01.514 INFO kablam! | Sep 04 05:59:01.515 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 05:59:01.515 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 05:59:01.515 INFO kablam! | Sep 04 05:59:01.515 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 05:59:01.515 INFO kablam! Sep 04 05:59:01.515 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:59:01.515 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 04 05:59:01.515 INFO kablam! | Sep 04 05:59:01.515 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 05:59:01.515 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 05:59:01.515 INFO kablam! Sep 04 05:59:01.616 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:59:01.616 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 04 05:59:01.616 INFO kablam! | Sep 04 05:59:01.616 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 05:59:01.616 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 05:59:01.617 INFO kablam! | Sep 04 05:59:01.617 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 05:59:01.617 INFO kablam! Sep 04 05:59:01.617 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:59:01.617 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 04 05:59:01.617 INFO kablam! | Sep 04 05:59:01.617 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 05:59:01.617 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 05:59:01.617 INFO kablam! Sep 04 05:59:03.689 INFO kablam! warning: variable does not need to be mutable Sep 04 05:59:03.689 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 04 05:59:03.689 INFO kablam! | Sep 04 05:59:03.689 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Sep 04 05:59:03.953 INFO kablam! | ----^^^^^ Sep 04 05:59:03.953 INFO kablam! | | Sep 04 05:59:03.953 INFO kablam! | help: remove this `mut` Sep 04 05:59:03.953 INFO kablam! | Sep 04 05:59:03.953 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 05:59:03.953 INFO kablam! Sep 04 05:59:03.953 INFO kablam! warning: variable does not need to be mutable Sep 04 05:59:03.953 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 04 05:59:03.953 INFO kablam! | Sep 04 05:59:03.953 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 04 05:59:03.953 INFO kablam! | ----^^^^^^ Sep 04 05:59:03.953 INFO kablam! | | Sep 04 05:59:03.953 INFO kablam! | help: remove this `mut` Sep 04 05:59:03.953 INFO kablam! Sep 04 05:59:03.953 INFO kablam! warning: variable does not need to be mutable Sep 04 05:59:03.953 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 04 05:59:03.953 INFO kablam! | Sep 04 05:59:03.953 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 04 05:59:03.954 INFO kablam! | ----^^^^^^ Sep 04 05:59:03.954 INFO kablam! | | Sep 04 05:59:03.954 INFO kablam! | help: remove this `mut` Sep 04 05:59:03.954 INFO kablam! Sep 04 05:59:04.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.04s Sep 04 05:59:04.458 INFO kablam! su: No module specific data is present Sep 04 05:59:05.048 INFO running `"docker" "rm" "-f" "eb842446e5d957ea05a0b91667ee4d83993f6009069da0288b3e71832442b25d"` Sep 04 05:59:05.139 INFO blam! eb842446e5d957ea05a0b91667ee4d83993f6009069da0288b3e71832442b25d