Oct 15 18:21:14.212 INFO testing softrender-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1
Oct 15 18:21:14.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 18:21:14.696 INFO blam! a099fd2f33030c7d64ff2dfb67bfbe3e6fc027cd3bbd93719d633825d201f1ea
Oct 15 18:21:14.701 INFO running `"docker" "start" "-a" "a099fd2f33030c7d64ff2dfb67bfbe3e6fc027cd3bbd93719d633825d201f1ea"`
Oct 15 18:21:16.018 INFO kablam! usermod: no changes
Oct 15 18:21:16.280 INFO kablam! Compiling generic-array v0.2.1
Oct 15 18:21:16.287 INFO kablam! Compiling alga v0.5.4
Oct 15 18:21:16.351 INFO kablam! Compiling rayon v0.7.1
Oct 15 18:21:24.248 INFO kablam! Compiling nalgebra v0.12.3
Oct 15 18:21:50.791 INFO kablam! Compiling softrender v0.1.0 (/source)
Oct 15 18:21:52.281 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:21:52.281 INFO kablam! --> src/render/pipeline.rs:374:84
Oct 15 18:21:52.282 INFO kablam! |
Oct 15 18:21:52.282 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 15 18:21:52.282 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 15 18:21:52.283 INFO kablam! |
Oct 15 18:21:52.283 INFO kablam! = note: #[warn(unused_parens)] on by default
Oct 15 18:21:52.283 INFO kablam!
Oct 15 18:21:52.284 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:21:52.284 INFO kablam! --> src/render/pipeline.rs:477:84
Oct 15 18:21:52.284 INFO kablam! |
Oct 15 18:21:52.284 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 15 18:21:52.285 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 15 18:21:52.285 INFO kablam!
Oct 15 18:21:53.359 INFO kablam! warning: variable does not need to be mutable
Oct 15 18:21:53.359 INFO kablam! --> src/render/framebuffer.rs:55:30
Oct 15 18:21:53.359 INFO kablam! |
Oct 15 18:21:53.359 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer
, blend_func: &Box P + Send + Sync>) {
Oct 15 18:21:53.359 INFO kablam! | ----^^^^^
Oct 15 18:21:53.359 INFO kablam! | |
Oct 15 18:21:53.359 INFO kablam! | help: remove this `mut`
Oct 15 18:21:53.359 INFO kablam! |
Oct 15 18:21:53.359 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 15 18:21:53.359 INFO kablam!
Oct 15 18:21:53.359 INFO kablam! warning: variable does not need to be mutable
Oct 15 18:21:53.359 INFO kablam! --> src/render/framebuffer.rs:57:14
Oct 15 18:21:53.359 INFO kablam! |
Oct 15 18:21:53.359 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 15 18:21:53.359 INFO kablam! | ----^^^^^^
Oct 15 18:21:53.359 INFO kablam! | |
Oct 15 18:21:53.359 INFO kablam! | help: remove this `mut`
Oct 15 18:21:53.359 INFO kablam!
Oct 15 18:21:53.359 INFO kablam! warning: variable does not need to be mutable
Oct 15 18:21:53.359 INFO kablam! --> src/render/framebuffer.rs:57:26
Oct 15 18:21:53.359 INFO kablam! |
Oct 15 18:21:53.359 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 15 18:21:53.359 INFO kablam! | ----^^^^^^
Oct 15 18:21:53.359 INFO kablam! | |
Oct 15 18:21:53.359 INFO kablam! | help: remove this `mut`
Oct 15 18:21:53.359 INFO kablam!
Oct 15 18:21:53.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.83s
Oct 15 18:21:53.883 INFO kablam! su: No module specific data is present
Oct 15 18:21:54.791 INFO running `"docker" "rm" "-f" "a099fd2f33030c7d64ff2dfb67bfbe3e6fc027cd3bbd93719d633825d201f1ea"`
Oct 15 18:21:55.075 INFO blam! a099fd2f33030c7d64ff2dfb67bfbe3e6fc027cd3bbd93719d633825d201f1ea
Oct 15 18:21:55.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 18:21:55.410 INFO blam! a6953d8654ba2469ba2bfd09d8b056671295ee51bbcc9011670cc23215ca72d1
Oct 15 18:21:55.413 INFO running `"docker" "start" "-a" "a6953d8654ba2469ba2bfd09d8b056671295ee51bbcc9011670cc23215ca72d1"`
Oct 15 18:21:57.391 INFO kablam! usermod: no changes
Oct 15 18:21:57.559 INFO kablam! Compiling png v0.7.0
Oct 15 18:22:00.492 INFO kablam! Compiling image v0.13.0
Oct 15 18:22:15.647 INFO kablam! Compiling softrender v0.1.0 (/source)
Oct 15 18:22:17.184 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:22:17.184 INFO kablam! --> src/render/pipeline.rs:374:84
Oct 15 18:22:17.184 INFO kablam! |
Oct 15 18:22:17.184 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 15 18:22:17.184 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 15 18:22:17.184 INFO kablam! |
Oct 15 18:22:17.186 INFO kablam! = note: #[warn(unused_parens)] on by default
Oct 15 18:22:17.186 INFO kablam!
Oct 15 18:22:17.186 INFO kablam! warning: unnecessary parentheses around function argument
Oct 15 18:22:17.186 INFO kablam! --> src/render/pipeline.rs:477:84
Oct 15 18:22:17.186 INFO kablam! |
Oct 15 18:22:17.186 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 15 18:22:17.186 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 15 18:22:17.186 INFO kablam!
Oct 15 18:22:18.411 INFO kablam! warning: variable does not need to be mutable
Oct 15 18:22:18.411 INFO kablam! --> src/render/framebuffer.rs:55:30
Oct 15 18:22:18.411 INFO kablam! |
Oct 15 18:22:18.411 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer, blend_func: &Box P + Send + Sync>) {
Oct 15 18:22:18.411 INFO kablam! | ----^^^^^
Oct 15 18:22:18.411 INFO kablam! | |
Oct 15 18:22:18.411 INFO kablam! | help: remove this `mut`
Oct 15 18:22:18.411 INFO kablam! |
Oct 15 18:22:18.411 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 15 18:22:18.411 INFO kablam!
Oct 15 18:22:18.411 INFO kablam! warning: variable does not need to be mutable
Oct 15 18:22:18.411 INFO kablam! --> src/render/framebuffer.rs:57:26
Oct 15 18:22:18.411 INFO kablam! |
Oct 15 18:22:18.411 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 15 18:22:18.411 INFO kablam! | ----^^^^^^
Oct 15 18:22:18.411 INFO kablam! | |
Oct 15 18:22:18.411 INFO kablam! | help: remove this `mut`
Oct 15 18:22:18.411 INFO kablam!
Oct 15 18:22:18.411 INFO kablam! warning: variable does not need to be mutable
Oct 15 18:22:18.411 INFO kablam! --> src/render/framebuffer.rs:57:14
Oct 15 18:22:18.411 INFO kablam! |
Oct 15 18:22:18.411 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 15 18:22:18.411 INFO kablam! | ----^^^^^^
Oct 15 18:22:18.411 INFO kablam! | |
Oct 15 18:22:18.411 INFO kablam! | help: remove this `mut`
Oct 15 18:22:18.411 INFO kablam!
Oct 15 18:22:19.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.86s
Oct 15 18:22:19.275 INFO kablam! su: No module specific data is present
Oct 15 18:22:20.210 INFO running `"docker" "rm" "-f" "a6953d8654ba2469ba2bfd09d8b056671295ee51bbcc9011670cc23215ca72d1"`
Oct 15 18:22:20.534 INFO blam! a6953d8654ba2469ba2bfd09d8b056671295ee51bbcc9011670cc23215ca72d1
Oct 15 18:22:20.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 18:22:21.271 INFO blam! 17c3de7b94363df7f4f64298216e9c79152b853b9d99a80679e371aedff444a3
Oct 15 18:22:21.279 INFO running `"docker" "start" "-a" "17c3de7b94363df7f4f64298216e9c79152b853b9d99a80679e371aedff444a3"`
Oct 15 18:22:22.536 INFO kablam! usermod: no changes
Oct 15 18:22:22.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Oct 15 18:22:22.691 INFO blam!
Oct 15 18:22:22.691 INFO kablam! Running /target/debug/deps/softrender-dfd13f0a827c28b4
Oct 15 18:22:22.691 INFO blam! running 0 tests
Oct 15 18:22:22.694 INFO blam!
Oct 15 18:22:22.695 INFO kablam! Doc-tests softrender
Oct 15 18:22:22.695 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 15 18:22:22.695 INFO blam!
Oct 15 18:22:25.368 INFO blam!
Oct 15 18:22:25.369 INFO blam! running 3 tests
Oct 15 18:22:25.369 INFO blam! test src/render/pipeline.rs - render::pipeline::VertexShader<'a, V, U, P>::run (line 128) ... ignored
Oct 15 18:22:25.369 INFO blam! test src/render/uniform.rs - declare_uniforms (line 41) ... ignored
Oct 15 18:22:25.369 INFO blam! test src/render/uniform.rs - declare_uniforms (line 54) ... ignored
Oct 15 18:22:25.369 INFO blam!
Oct 15 18:22:25.369 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out
Oct 15 18:22:25.369 INFO blam!
Oct 15 18:22:25.378 INFO kablam! su: No module specific data is present
Oct 15 18:22:26.365 INFO running `"docker" "rm" "-f" "17c3de7b94363df7f4f64298216e9c79152b853b9d99a80679e371aedff444a3"`
Oct 15 18:22:26.587 INFO blam! 17c3de7b94363df7f4f64298216e9c79152b853b9d99a80679e371aedff444a3