Sep 19 19:57:40.876 INFO checking softrender-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:57:40.876 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:57:40.876 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:57:41.086 INFO blam! 5289d10dcd123e20198c8ae787e6f206bd78be03060e96765a6dbcf1aad5303c Sep 19 19:57:41.090 INFO running `"docker" "start" "-a" "5289d10dcd123e20198c8ae787e6f206bd78be03060e96765a6dbcf1aad5303c"` Sep 19 19:57:42.721 INFO kablam! usermod: no changes Sep 19 19:57:42.954 INFO kablam! Checking tobj v0.1.6 Sep 19 19:57:42.955 INFO kablam! Checking generic-array v0.2.1 Sep 19 19:57:42.958 INFO kablam! Checking num-rational v0.1.42 Sep 19 19:57:42.958 INFO kablam! Checking alga v0.5.4 Sep 19 19:57:42.958 INFO kablam! Checking png v0.7.0 Sep 19 19:57:42.958 INFO kablam! Checking rayon v0.7.1 Sep 19 19:57:46.523 INFO kablam! Checking image v0.13.0 Sep 19 19:57:51.166 INFO kablam! Checking nalgebra v0.12.3 Sep 19 19:58:16.510 INFO kablam! Checking softrender v0.1.0 (/source) Sep 19 19:58:17.398 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:58:17.398 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 19 19:58:17.398 INFO kablam! | Sep 19 19:58:17.398 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 19 19:58:17.398 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:58:17.398 INFO kablam! | Sep 19 19:58:17.398 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:58:17.398 INFO kablam! Sep 19 19:58:17.398 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:58:17.399 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 19 19:58:17.399 INFO kablam! | Sep 19 19:58:17.399 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 19 19:58:17.399 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:58:17.399 INFO kablam! Sep 19 19:58:17.399 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:58:17.399 INFO kablam! --> src/render/pipeline.rs:374:84 Sep 19 19:58:17.399 INFO kablam! | Sep 19 19:58:17.399 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 19 19:58:17.399 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:58:17.399 INFO kablam! | Sep 19 19:58:17.399 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:58:17.399 INFO kablam! Sep 19 19:58:17.399 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:58:17.399 INFO kablam! --> src/render/pipeline.rs:477:84 Sep 19 19:58:17.399 INFO kablam! | Sep 19 19:58:17.399 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Sep 19 19:58:17.399 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:58:17.399 INFO kablam! Sep 19 19:58:18.706 INFO kablam! warning: variable does not need to be mutable Sep 19 19:58:18.706 INFO kablam! --> src/render/framebuffer.rs:55:30 Sep 19 19:58:18.706 INFO kablam! | Sep 19 19:58:18.706 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Sep 19 19:58:18.927 INFO kablam! | ----^^^^^ Sep 19 19:58:18.927 INFO kablam! | | Sep 19 19:58:18.927 INFO kablam! | help: remove this `mut` Sep 19 19:58:18.927 INFO kablam! | Sep 19 19:58:18.927 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:58:18.927 INFO kablam! Sep 19 19:58:18.927 INFO kablam! warning: variable does not need to be mutable Sep 19 19:58:18.927 INFO kablam! --> src/render/framebuffer.rs:57:26 Sep 19 19:58:18.927 INFO kablam! | Sep 19 19:58:18.927 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 19 19:58:18.927 INFO kablam! | ----^^^^^^ Sep 19 19:58:18.927 INFO kablam! | | Sep 19 19:58:18.927 INFO kablam! | help: remove this `mut` Sep 19 19:58:18.927 INFO kablam! Sep 19 19:58:18.927 INFO kablam! warning: variable does not need to be mutable Sep 19 19:58:18.927 INFO kablam! --> src/render/framebuffer.rs:57:14 Sep 19 19:58:18.927 INFO kablam! | Sep 19 19:58:18.927 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Sep 19 19:58:18.927 INFO kablam! | ----^^^^^^ Sep 19 19:58:18.927 INFO kablam! | | Sep 19 19:58:18.927 INFO kablam! | help: remove this `mut` Sep 19 19:58:18.927 INFO kablam! Sep 19 19:58:19.416 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.67s Sep 19 19:58:19.423 INFO kablam! su: No module specific data is present Sep 19 19:58:20.180 INFO running `"docker" "rm" "-f" "5289d10dcd123e20198c8ae787e6f206bd78be03060e96765a6dbcf1aad5303c"` Sep 19 19:58:20.302 INFO blam! 5289d10dcd123e20198c8ae787e6f206bd78be03060e96765a6dbcf1aad5303c