Oct 11 11:15:37.972 INFO testing softrender-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling
Oct 11 11:15:37.972 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen
Oct 11 11:15:37.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"`
Oct 11 11:15:38.188 INFO blam! 93be1698ae6198a770e2eaa29bd6fe9aa323cbb0155e9e6dab28a3442839f9d1
Oct 11 11:15:38.190 INFO running `"docker" "start" "-a" "93be1698ae6198a770e2eaa29bd6fe9aa323cbb0155e9e6dab28a3442839f9d1"`
Oct 11 11:15:38.609 INFO kablam! usermod: no changes
Oct 11 11:15:38.705 INFO kablam! Compiling nalgebra v0.12.3
Oct 11 11:15:38.705 INFO kablam! Compiling rayon v0.7.1
Oct 11 11:16:04.396 INFO kablam! Compiling softrender v0.1.0 (/source)
Oct 11 11:16:07.348 INFO kablam! warning: unnecessary parentheses around function argument
Oct 11 11:16:07.348 INFO kablam! --> src/render/pipeline.rs:374:84
Oct 11 11:16:07.348 INFO kablam! |
Oct 11 11:16:07.348 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 11 11:16:07.348 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 11 11:16:07.348 INFO kablam! |
Oct 11 11:16:07.348 INFO kablam! = note: #[warn(unused_parens)] on by default
Oct 11 11:16:07.348 INFO kablam!
Oct 11 11:16:07.348 INFO kablam! warning: unnecessary parentheses around function argument
Oct 11 11:16:07.348 INFO kablam! --> src/render/pipeline.rs:477:84
Oct 11 11:16:07.348 INFO kablam! |
Oct 11 11:16:07.348 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 11 11:16:07.348 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 11 11:16:07.348 INFO kablam!
Oct 11 11:16:08.380 INFO kablam! warning: variable does not need to be mutable
Oct 11 11:16:08.380 INFO kablam! --> src/render/framebuffer.rs:55:30
Oct 11 11:16:08.380 INFO kablam! |
Oct 11 11:16:08.380 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer
, blend_func: &Box P + Send + Sync>) {
Oct 11 11:16:08.380 INFO kablam! | ----^^^^^
Oct 11 11:16:08.380 INFO kablam! | |
Oct 11 11:16:08.380 INFO kablam! | help: remove this `mut`
Oct 11 11:16:08.380 INFO kablam! |
Oct 11 11:16:08.380 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 11 11:16:08.380 INFO kablam!
Oct 11 11:16:08.380 INFO kablam! warning: variable does not need to be mutable
Oct 11 11:16:08.380 INFO kablam! --> src/render/framebuffer.rs:57:14
Oct 11 11:16:08.380 INFO kablam! |
Oct 11 11:16:08.380 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 11 11:16:08.380 INFO kablam! | ----^^^^^^
Oct 11 11:16:08.380 INFO kablam! | |
Oct 11 11:16:08.380 INFO kablam! | help: remove this `mut`
Oct 11 11:16:08.380 INFO kablam!
Oct 11 11:16:08.380 INFO kablam! warning: variable does not need to be mutable
Oct 11 11:16:08.380 INFO kablam! --> src/render/framebuffer.rs:57:26
Oct 11 11:16:08.380 INFO kablam! |
Oct 11 11:16:08.380 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 11 11:16:08.380 INFO kablam! | ----^^^^^^
Oct 11 11:16:08.380 INFO kablam! | |
Oct 11 11:16:08.380 INFO kablam! | help: remove this `mut`
Oct 11 11:16:08.380 INFO kablam!
Oct 11 11:16:08.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.31s
Oct 11 11:16:08.945 INFO kablam! su: No module specific data is present
Oct 11 11:16:09.444 INFO running `"docker" "rm" "-f" "93be1698ae6198a770e2eaa29bd6fe9aa323cbb0155e9e6dab28a3442839f9d1"`
Oct 11 11:16:09.653 INFO blam! 93be1698ae6198a770e2eaa29bd6fe9aa323cbb0155e9e6dab28a3442839f9d1
Oct 11 11:16:09.662 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run
Oct 11 11:16:09.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"`
Oct 11 11:16:10.076 INFO blam! 32fdc06b48e6043d01f23fd66957f91dbcd30dd8d2ed8f75b593cd66fc437aa2
Oct 11 11:16:10.082 INFO running `"docker" "start" "-a" "32fdc06b48e6043d01f23fd66957f91dbcd30dd8d2ed8f75b593cd66fc437aa2"`
Oct 11 11:16:10.912 INFO kablam! usermod: no changes
Oct 11 11:16:11.069 INFO kablam! Compiling png v0.7.0
Oct 11 11:16:13.493 INFO kablam! Compiling image v0.13.0
Oct 11 11:16:24.946 INFO kablam! Compiling softrender v0.1.0 (/source)
Oct 11 11:16:27.692 INFO kablam! warning: unnecessary parentheses around function argument
Oct 11 11:16:27.692 INFO kablam! --> src/render/pipeline.rs:374:84
Oct 11 11:16:27.692 INFO kablam! |
Oct 11 11:16:27.692 INFO kablam! 374 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 11 11:16:27.692 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 11 11:16:27.692 INFO kablam! |
Oct 11 11:16:27.692 INFO kablam! = note: #[warn(unused_parens)] on by default
Oct 11 11:16:27.692 INFO kablam!
Oct 11 11:16:27.692 INFO kablam! warning: unnecessary parentheses around function argument
Oct 11 11:16:27.692 INFO kablam! --> src/render/pipeline.rs:477:84
Oct 11 11:16:27.692 INFO kablam! |
Oct 11 11:16:27.692 INFO kablam! 477 | uniforms: Barycentric::interpolate((1.0 - t), &a.uniforms,
Oct 11 11:16:27.692 INFO kablam! | ^^^^^^^^^ help: remove these parentheses
Oct 11 11:16:27.692 INFO kablam!
Oct 11 11:16:28.660 INFO kablam! warning: variable does not need to be mutable
Oct 11 11:16:28.660 INFO kablam! --> src/render/framebuffer.rs:55:30
Oct 11 11:16:28.660 INFO kablam! |
Oct 11 11:16:28.660 INFO kablam! 55 | pub fn merge_into(&self, mut other: &mut FrameBuffer, blend_func: &Box P + Send + Sync>) {
Oct 11 11:16:28.660 INFO kablam! | ----^^^^^
Oct 11 11:16:28.660 INFO kablam! | |
Oct 11 11:16:28.660 INFO kablam! | help: remove this `mut`
Oct 11 11:16:28.660 INFO kablam! |
Oct 11 11:16:28.660 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 11 11:16:28.660 INFO kablam!
Oct 11 11:16:28.660 INFO kablam! warning: variable does not need to be mutable
Oct 11 11:16:28.660 INFO kablam! --> src/render/framebuffer.rs:57:26
Oct 11 11:16:28.660 INFO kablam! |
Oct 11 11:16:28.660 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 11 11:16:28.660 INFO kablam! | ----^^^^^^
Oct 11 11:16:28.660 INFO kablam! | |
Oct 11 11:16:28.660 INFO kablam! | help: remove this `mut`
Oct 11 11:16:28.660 INFO kablam!
Oct 11 11:16:28.660 INFO kablam! warning: variable does not need to be mutable
Oct 11 11:16:28.660 INFO kablam! --> src/render/framebuffer.rs:57:14
Oct 11 11:16:28.660 INFO kablam! |
Oct 11 11:16:28.660 INFO kablam! 57 | let (mut fcolor, mut fdepth) = other.buffers_mut();
Oct 11 11:16:28.660 INFO kablam! | ----^^^^^^
Oct 11 11:16:28.660 INFO kablam! | |
Oct 11 11:16:28.660 INFO kablam! | help: remove this `mut`
Oct 11 11:16:28.660 INFO kablam!
Oct 11 11:16:29.370 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.42s
Oct 11 11:16:29.371 INFO kablam! su: No module specific data is present
Oct 11 11:16:29.956 INFO running `"docker" "rm" "-f" "32fdc06b48e6043d01f23fd66957f91dbcd30dd8d2ed8f75b593cd66fc437aa2"`
Oct 11 11:16:30.240 INFO blam! 32fdc06b48e6043d01f23fd66957f91dbcd30dd8d2ed8f75b593cd66fc437aa2
Oct 11 11:16:30.246 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen
Oct 11 11:16:30.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"`
Oct 11 11:16:30.601 INFO blam! 0c571dba222c952a0b3de23dd49d6ec6cb6ea78e6a649f3dc3e3faa23a3a302d
Oct 11 11:16:30.606 INFO running `"docker" "start" "-a" "0c571dba222c952a0b3de23dd49d6ec6cb6ea78e6a649f3dc3e3faa23a3a302d"`
Oct 11 11:16:31.727 INFO kablam! usermod: no changes
Oct 11 11:16:31.888 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Oct 11 11:16:31.897 INFO kablam! Running /target/debug/deps/softrender-f0fe816d36ea2de3
Oct 11 11:16:31.901 INFO kablam! Doc-tests softrender
Oct 11 11:16:31.901 INFO blam!
Oct 11 11:16:31.901 INFO blam! running 0 tests
Oct 11 11:16:31.901 INFO blam!
Oct 11 11:16:31.901 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 11 11:16:31.901 INFO blam!
Oct 11 11:16:36.563 INFO blam!
Oct 11 11:16:36.563 INFO blam! running 3 tests
Oct 11 11:16:36.564 INFO blam! test src/render/pipeline.rs - render::pipeline::VertexShader<'a, V, U, P>::run (line 128) ... ignored
Oct 11 11:16:36.564 INFO blam! test src/render/uniform.rs - declare_uniforms (line 41) ... ignored
Oct 11 11:16:36.564 INFO blam! test src/render/uniform.rs - declare_uniforms (line 54) ... ignored
Oct 11 11:16:36.564 INFO blam!
Oct 11 11:16:36.565 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out
Oct 11 11:16:36.565 INFO blam!
Oct 11 11:16:36.568 INFO kablam! su: No module specific data is present
Oct 11 11:16:36.866 INFO running `"docker" "rm" "-f" "0c571dba222c952a0b3de23dd49d6ec6cb6ea78e6a649f3dc3e3faa23a3a302d"`
Oct 11 11:16:36.984 INFO blam! 0c571dba222c952a0b3de23dd49d6ec6cb6ea78e6a649f3dc3e3faa23a3a302d