Sep 04 02:43:29.695 INFO checking softrender-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 02:43:29.695 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 02:43:29.695 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.937 INFO blam! 96225bf59f99caee1d67439eddae9f967e14da23a92335e360cb17d10818f32f Sep 04 02:43:29.939 INFO running `"docker" "start" "-a" "96225bf59f99caee1d67439eddae9f967e14da23a92335e360cb17d10818f32f"` Sep 04 02:43:30.989 INFO kablam! Checking tobj v0.1.6 Sep 04 02:43:30.999 INFO kablam! Checking nalgebra v0.12.3 Sep 04 02:43:30.999 INFO kablam! Checking rayon v0.7.1 Sep 04 02:43:31.000 INFO kablam! Checking image v0.13.0 Sep 04 02:44:20.142 INFO kablam! Checking softrender v0.1.0 (file:///source) Sep 04 02:44:21.551 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:21.552 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 04 02:44:21.552 INFO kablam! | Sep 04 02:44:21.552 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:21.552 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:21.552 INFO kablam! | Sep 04 02:44:21.552 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:44:21.552 INFO kablam! Sep 04 02:44:21.552 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:21.553 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 04 02:44:21.553 INFO kablam! | Sep 04 02:44:21.553 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:21.553 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:21.553 INFO kablam! Sep 04 02:44:21.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:21.667 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 04 02:44:21.667 INFO kablam! | Sep 04 02:44:21.667 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:21.667 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:21.667 INFO kablam! | Sep 04 02:44:21.667 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:44:21.667 INFO kablam! Sep 04 02:44:21.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:44:21.667 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 04 02:44:21.667 INFO kablam! | Sep 04 02:44:21.668 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 04 02:44:21.668 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 02:44:21.668 INFO kablam! Sep 04 02:44:24.159 INFO kablam! warning: variable does not need to be mutable Sep 04 02:44:24.159 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 04 02:44:24.159 INFO kablam! | Sep 04 02:44:24.159 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

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