Oct 27 15:30:22.190 INFO checking softrender-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:30:22.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 15:30:22.766 INFO blam! bcc7b3057f58f47cdc91d8fe3a4b961158a12f87df38b4c843715e943baab42b Oct 27 15:30:22.769 INFO running `"docker" "start" "-a" "bcc7b3057f58f47cdc91d8fe3a4b961158a12f87df38b4c843715e943baab42b"` Oct 27 15:30:23.985 INFO kablam! usermod: no changes Oct 27 15:30:24.235 INFO kablam! Checking generic-array v0.2.1 Oct 27 15:30:24.235 INFO kablam! Checking alga v0.5.4 Oct 27 15:30:24.247 INFO kablam! Checking png v0.7.0 Oct 27 15:30:24.291 INFO kablam! Checking rayon v0.7.1 Oct 27 15:30:27.271 INFO kablam! Checking image v0.13.0 Oct 27 15:30:33.311 INFO kablam! Checking nalgebra v0.12.3 Oct 27 15:31:00.685 INFO kablam! Checking softrender v0.1.0 (/source) Oct 27 15:31:03.467 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:31:03.467 INFO kablam! --> src/render/pipeline.rs:374:84 Oct 27 15:31:03.467 INFO kablam! | Oct 27 15:31:03.467 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 27 15:31:03.467 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 15:31:03.467 INFO kablam! | Oct 27 15:31:03.467 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:31:03.467 INFO kablam! Oct 27 15:31:03.467 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:31:03.467 INFO kablam! --> src/render/pipeline.rs:477:84 Oct 27 15:31:03.467 INFO kablam! | Oct 27 15:31:03.467 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 27 15:31:03.467 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 15:31:03.467 INFO kablam! Oct 27 15:31:04.415 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:31:04.415 INFO kablam! --> src/render/pipeline.rs:374:84 Oct 27 15:31:04.416 INFO kablam! | Oct 27 15:31:04.416 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 27 15:31:04.416 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 15:31:04.416 INFO kablam! | Oct 27 15:31:04.416 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:31:04.416 INFO kablam! Oct 27 15:31:04.416 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:31:04.416 INFO kablam! --> src/render/pipeline.rs:477:84 Oct 27 15:31:04.416 INFO kablam! | Oct 27 15:31:04.416 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms, Oct 27 15:31:04.416 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 15:31:04.416 INFO kablam! Oct 27 15:31:04.847 INFO kablam! warning: variable does not need to be mutable Oct 27 15:31:04.847 INFO kablam! --> src/render/framebuffer.rs:55:30 Oct 27 15:31:04.847 INFO kablam! | Oct 27 15:31:04.847 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer

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

, blend_func: &Box P + Send + Sync>) { Oct 27 15:31:06.098 INFO kablam! | ----^^^^^ Oct 27 15:31:06.098 INFO kablam! | | Oct 27 15:31:06.098 INFO kablam! | help: remove this `mut` Oct 27 15:31:06.098 INFO kablam! | Oct 27 15:31:06.099 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:31:06.099 INFO kablam! Oct 27 15:31:06.099 INFO kablam! warning: variable does not need to be mutable Oct 27 15:31:06.099 INFO kablam! --> src/render/framebuffer.rs:57:14 Oct 27 15:31:06.100 INFO kablam! | Oct 27 15:31:06.100 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Oct 27 15:31:06.100 INFO kablam! | ----^^^^^^ Oct 27 15:31:06.100 INFO kablam! | | Oct 27 15:31:06.101 INFO kablam! | help: remove this `mut` Oct 27 15:31:06.101 INFO kablam! Oct 27 15:31:06.101 INFO kablam! warning: variable does not need to be mutable Oct 27 15:31:06.101 INFO kablam! --> src/render/framebuffer.rs:57:26 Oct 27 15:31:06.102 INFO kablam! | Oct 27 15:31:06.102 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut(); Oct 27 15:31:06.102 INFO kablam! | ----^^^^^^ Oct 27 15:31:06.102 INFO kablam! | | Oct 27 15:31:06.103 INFO kablam! | help: remove this `mut` Oct 27 15:31:06.103 INFO kablam! Oct 27 15:31:06.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.39s Oct 27 15:31:06.411 INFO kablam! su: No module specific data is present Oct 27 15:31:07.307 INFO running `"docker" "rm" "-f" "bcc7b3057f58f47cdc91d8fe3a4b961158a12f87df38b4c843715e943baab42b"` Oct 27 15:31:07.523 INFO blam! bcc7b3057f58f47cdc91d8fe3a4b961158a12f87df38b4c843715e943baab42b