Oct 13 08:17:31.675 INFO checking softrender-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 08:17:31.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 08:17:32.129 INFO blam! a112c9a9db4655e19d2799c5d81a6246691e82cc98b2221f042cacd40b510db4 Oct 13 08:17:32.135 INFO running `"docker" "start" "-a" "a112c9a9db4655e19d2799c5d81a6246691e82cc98b2221f042cacd40b510db4"` Oct 13 08:17:33.490 INFO kablam! usermod: no changes Oct 13 08:17:33.648 INFO kablam! Checking png v0.7.0 Oct 13 08:17:33.648 INFO kablam! Checking nalgebra v0.12.3 Oct 13 08:17:33.648 INFO kablam! Checking rayon v0.7.1 Oct 13 08:17:37.120 INFO kablam! Checking image v0.13.0 Oct 13 08:18:04.382 INFO kablam! Checking softrender v0.1.0 (/source) Oct 13 08:18:07.344 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:18:07.344 INFO kablam! --> src/render/pipeline.rs:374:84 Oct 13 08:18:07.344 INFO kablam! | Oct 13 08:18:07.344 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 13 08:18:07.344 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 08:18:07.344 INFO kablam! | Oct 13 08:18:07.344 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 08:18:07.344 INFO kablam! Oct 13 08:18:07.344 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:18:07.344 INFO kablam! --> src/render/pipeline.rs:477:84 Oct 13 08:18:07.344 INFO kablam! | Oct 13 08:18:07.344 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 13 08:18:07.344 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 08:18:07.344 INFO kablam! Oct 13 08:18:07.484 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:18:07.484 INFO kablam! --> src/render/pipeline.rs:374:84 Oct 13 08:18:07.484 INFO kablam! | Oct 13 08:18:07.484 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 13 08:18:07.484 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 08:18:07.484 INFO kablam! | Oct 13 08:18:07.484 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 08:18:07.484 INFO kablam! Oct 13 08:18:07.484 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:18:07.484 INFO kablam! --> src/render/pipeline.rs:477:84 Oct 13 08:18:07.484 INFO kablam! | Oct 13 08:18:07.484 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 13 08:18:07.484 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 08:18:07.484 INFO kablam! Oct 13 08:18:09.001 INFO kablam! warning: variable does not need to be mutable Oct 13 08:18:09.001 INFO kablam! --> src/render/framebuffer.rs:55:30 Oct 13 08:18:09.001 INFO kablam! | Oct 13 08:18:09.002 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Oct 13 08:18:09.117 INFO kablam! | ----^^^^^ Oct 13 08:18:09.118 INFO kablam! | | Oct 13 08:18:09.118 INFO kablam! | help: remove this `mut` Oct 13 08:18:09.118 INFO kablam! | Oct 13 08:18:09.118 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 08:18:09.119 INFO kablam! Oct 13 08:18:09.119 INFO kablam! warning: variable does not need to be mutable Oct 13 08:18:09.119 INFO kablam! --> src/render/framebuffer.rs:57:26 Oct 13 08:18:09.119 INFO kablam! | Oct 13 08:18:09.119 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Oct 13 08:18:09.120 INFO kablam! | ----^^^^^^ Oct 13 08:18:09.120 INFO kablam! | | Oct 13 08:18:09.120 INFO kablam! | help: remove this `mut` Oct 13 08:18:09.121 INFO kablam! Oct 13 08:18:09.121 INFO kablam! warning: variable does not need to be mutable Oct 13 08:18:09.121 INFO kablam! --> src/render/framebuffer.rs:57:14 Oct 13 08:18:09.121 INFO kablam! | Oct 13 08:18:09.121 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Oct 13 08:18:09.122 INFO kablam! | ----^^^^^^ Oct 13 08:18:09.122 INFO kablam! | | Oct 13 08:18:09.122 INFO kablam! | help: remove this `mut` Oct 13 08:18:09.122 INFO kablam! Oct 13 08:18:09.493 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.98s Oct 13 08:18:09.513 INFO kablam! su: No module specific data is present Oct 13 08:18:10.438 INFO running `"docker" "rm" "-f" "a112c9a9db4655e19d2799c5d81a6246691e82cc98b2221f042cacd40b510db4"` Oct 13 08:18:10.733 INFO blam! a112c9a9db4655e19d2799c5d81a6246691e82cc98b2221f042cacd40b510db4