Sep 04 05:58:09.252 INFO checking softrender-0.1.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913
Sep 04 05:58:09.252 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets
Sep 04 05:58:09.252 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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:09.462 INFO blam! edd2c4347551c65acca099a8089f6c297ae665f29f7d754a46f8681ec243613a
Sep 04 05:58:09.464 INFO running `"docker" "start" "-a" "edd2c4347551c65acca099a8089f6c297ae665f29f7d754a46f8681ec243613a"`
Sep 04 05:58:10.227 INFO kablam! Checking png v0.7.0
Sep 04 05:58:10.228 INFO kablam! Checking rayon v0.7.1
Sep 04 05:58:12.412 INFO kablam! Checking image v0.13.0
Sep 04 05:58:14.375 INFO kablam! Checking softrender v0.1.0 (file:///source)
Sep 04 05:58:15.930 INFO kablam! warning: unnecessary parentheses around function argument
Sep 04 05:58:15.930 INFO kablam! --> src/render/pipeline.rs:374:84
Sep 04 05:58:15.930 INFO kablam! |
Sep 04 05:58:15.930 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Sep 04 05:58:15.930 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Sep 04 05:58:15.930 INFO kablam! |
Sep 04 05:58:15.930 INFO kablam! = note: #[warn(unused_parens)] on by default
Sep 04 05:58:15.930 INFO kablam!
Sep 04 05:58:15.930 INFO kablam! warning: unnecessary parentheses around function argument
Sep 04 05:58:15.930 INFO kablam! --> src/render/pipeline.rs:477:84
Sep 04 05:58:15.930 INFO kablam! |
Sep 04 05:58:15.930 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Sep 04 05:58:15.931 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Sep 04 05:58:15.931 INFO kablam!
Sep 04 05:58:18.219 INFO kablam! warning: variable does not need to be mutable
Sep 04 05:58:18.219 INFO kablam! --> src/render/framebuffer.rs:55:30
Sep 04 05:58:18.219 INFO kablam! |
Sep 04 05:58:18.219 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer
, blend_func: &Box P + Send + Sync>) {
Sep 04 05:58:18.219 INFO kablam! | ----^^^^^
Sep 04 05:58:18.219 INFO kablam! | |
Sep 04 05:58:18.219 INFO kablam! | help: remove this `mut`
Sep 04 05:58:18.219 INFO kablam! |
Sep 04 05:58:18.219 INFO kablam! = note: #[warn(unused_mut)] on by default
Sep 04 05:58:18.220 INFO kablam!
Sep 04 05:58:18.220 INFO kablam! warning: variable does not need to be mutable
Sep 04 05:58:18.220 INFO kablam! --> src/render/framebuffer.rs:57:26
Sep 04 05:58:18.220 INFO kablam! |
Sep 04 05:58:18.220 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Sep 04 05:58:18.220 INFO kablam! | ----^^^^^^
Sep 04 05:58:18.220 INFO kablam! | |
Sep 04 05:58:18.220 INFO kablam! | help: remove this `mut`
Sep 04 05:58:18.220 INFO kablam!
Sep 04 05:58:18.221 INFO kablam! warning: variable does not need to be mutable
Sep 04 05:58:18.221 INFO kablam! --> src/render/framebuffer.rs:57:14
Sep 04 05:58:18.221 INFO kablam! |
Sep 04 05:58:18.221 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Sep 04 05:58:18.221 INFO kablam! | ----^^^^^^
Sep 04 05:58:18.221 INFO kablam! | |
Sep 04 05:58:18.221 INFO kablam! | help: remove this `mut`
Sep 04 05:58:18.221 INFO kablam!
Sep 04 05:58:22.869 INFO kablam! warning: unnecessary parentheses around function argument
Sep 04 05:58:22.869 INFO kablam! --> src/render/pipeline.rs:374:84
Sep 04 05:58:22.869 INFO kablam! |
Sep 04 05:58:22.869 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Sep 04 05:58:22.869 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Sep 04 05:58:22.869 INFO kablam! |
Sep 04 05:58:22.869 INFO kablam! = note: #[warn(unused_parens)] on by default
Sep 04 05:58:22.869 INFO kablam!
Sep 04 05:58:22.870 INFO kablam! warning: unnecessary parentheses around function argument
Sep 04 05:58:22.870 INFO kablam! --> src/render/pipeline.rs:477:84
Sep 04 05:58:22.870 INFO kablam! |
Sep 04 05:58:22.870 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Sep 04 05:58:22.870 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Sep 04 05:58:22.870 INFO kablam!
Sep 04 05:58:25.148 INFO kablam! warning: variable does not need to be mutable
Sep 04 05:58:25.148 INFO kablam! --> src/render/framebuffer.rs:55:30
Sep 04 05:58:25.148 INFO kablam! |
Sep 04 05:58:25.148 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer, blend_func: &Box P + Send + Sync>) {
Sep 04 05:58:25.148 INFO kablam! | ----^^^^^
Sep 04 05:58:25.148 INFO kablam! | |
Sep 04 05:58:25.148 INFO kablam! | help: remove this `mut`
Sep 04 05:58:25.148 INFO kablam! |
Sep 04 05:58:25.148 INFO kablam! = note: #[warn(unused_mut)] on by default
Sep 04 05:58:25.148 INFO kablam!
Sep 04 05:58:25.149 INFO kablam! warning: variable does not need to be mutable
Sep 04 05:58:25.149 INFO kablam! --> src/render/framebuffer.rs:57:14
Sep 04 05:58:25.149 INFO kablam! |
Sep 04 05:58:25.149 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Sep 04 05:58:25.149 INFO kablam! | ----^^^^^^
Sep 04 05:58:25.149 INFO kablam! | |
Sep 04 05:58:25.149 INFO kablam! | help: remove this `mut`
Sep 04 05:58:25.149 INFO kablam!
Sep 04 05:58:25.149 INFO kablam! warning: variable does not need to be mutable
Sep 04 05:58:25.149 INFO kablam! --> src/render/framebuffer.rs:57:26
Sep 04 05:58:25.149 INFO kablam! |
Sep 04 05:58:25.149 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Sep 04 05:58:25.149 INFO kablam! | ----^^^^^^
Sep 04 05:58:25.149 INFO kablam! | |
Sep 04 05:58:25.149 INFO kablam! | help: remove this `mut`
Sep 04 05:58:25.149 INFO kablam!
Sep 04 05:58:25.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.71s
Sep 04 05:58:25.836 INFO kablam! su: No module specific data is present
Sep 04 05:58:26.358 INFO running `"docker" "rm" "-f" "edd2c4347551c65acca099a8089f6c297ae665f29f7d754a46f8681ec243613a"`
Sep 04 05:58:26.515 INFO blam! edd2c4347551c65acca099a8089f6c297ae665f29f7d754a46f8681ec243613a