Oct 21 23:30:56.615 INFO checking softrender-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:30:56.617 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 23:30:57.078 INFO blam! f84dd5d529514bebcb94474ac5de9d0e6b39653873865571792520a7d12a6cb6 Oct 21 23:30:57.089 INFO running `"docker" "start" "-a" "f84dd5d529514bebcb94474ac5de9d0e6b39653873865571792520a7d12a6cb6"` Oct 21 23:30:58.329 INFO kablam! usermod: no changes Oct 21 23:30:58.500 INFO kablam! Checking png v0.7.0 Oct 21 23:30:58.501 INFO kablam! Checking nalgebra v0.12.3 Oct 21 23:30:58.516 INFO kablam! Checking rayon v0.7.1 Oct 21 23:31:01.559 INFO kablam! Checking image v0.13.0 Oct 21 23:31:27.018 INFO kablam! Checking softrender v0.1.0 (/source) Oct 21 23:31:29.826 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:31:29.826 INFO kablam! --> src/render/pipeline.rs:374:84 Oct 21 23:31:29.827 INFO kablam! | Oct 21 23:31:29.827 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 21 23:31:29.827 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:31:29.828 INFO kablam! | Oct 21 23:31:29.828 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:31:29.828 INFO kablam! Oct 21 23:31:29.828 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:31:29.829 INFO kablam! --> src/render/pipeline.rs:477:84 Oct 21 23:31:29.829 INFO kablam! | Oct 21 23:31:29.829 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 21 23:31:29.829 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:31:29.830 INFO kablam! Oct 21 23:31:30.528 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:31:30.528 INFO kablam! --> src/render/pipeline.rs:374:84 Oct 21 23:31:30.528 INFO kablam! | Oct 21 23:31:30.528 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 21 23:31:30.528 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:31:30.528 INFO kablam! | Oct 21 23:31:30.528 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:31:30.528 INFO kablam! Oct 21 23:31:30.528 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:31:30.528 INFO kablam! --> src/render/pipeline.rs:477:84 Oct 21 23:31:30.528 INFO kablam! | Oct 21 23:31:30.528 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 21 23:31:30.528 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:31:30.528 INFO kablam! Oct 21 23:31:31.972 INFO kablam! warning: variable does not need to be mutable Oct 21 23:31:31.972 INFO kablam! --> src/render/framebuffer.rs:55:30 Oct 21 23:31:31.972 INFO kablam! | Oct 21 23:31:31.972 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Oct 21 23:31:32.070 INFO kablam! | ----^^^^^ Oct 21 23:31:32.070 INFO kablam! | | Oct 21 23:31:32.070 INFO kablam! | help: remove this `mut` Oct 21 23:31:32.070 INFO kablam! | Oct 21 23:31:32.070 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:31:32.070 INFO kablam! Oct 21 23:31:32.070 INFO kablam! warning: variable does not need to be mutable Oct 21 23:31:32.070 INFO kablam! --> src/render/framebuffer.rs:57:26 Oct 21 23:31:32.070 INFO kablam! | Oct 21 23:31:32.070 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Oct 21 23:31:32.070 INFO kablam! | ----^^^^^^ Oct 21 23:31:32.070 INFO kablam! | | Oct 21 23:31:32.070 INFO kablam! | help: remove this `mut` Oct 21 23:31:32.070 INFO kablam! Oct 21 23:31:32.070 INFO kablam! warning: variable does not need to be mutable Oct 21 23:31:32.070 INFO kablam! --> src/render/framebuffer.rs:57:14 Oct 21 23:31:32.071 INFO kablam! | Oct 21 23:31:32.071 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Oct 21 23:31:32.071 INFO kablam! | ----^^^^^^ Oct 21 23:31:32.071 INFO kablam! | | Oct 21 23:31:32.071 INFO kablam! | help: remove this `mut` Oct 21 23:31:32.071 INFO kablam! Oct 21 23:31:32.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.25s Oct 21 23:31:32.645 INFO kablam! su: No module specific data is present Oct 21 23:31:33.576 INFO running `"docker" "rm" "-f" "f84dd5d529514bebcb94474ac5de9d0e6b39653873865571792520a7d12a6cb6"` Oct 21 23:31:33.837 INFO blam! f84dd5d529514bebcb94474ac5de9d0e6b39653873865571792520a7d12a6cb6