Oct 10 22:43:56.766 INFO testing garyemerson/tinyrenderer_rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:43:56.766 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:43:56.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 22:43:57.191 INFO blam! b89acc705927de81620b8f050098b87e7699992b3ace2690296226b2c117fba7 Oct 10 22:43:57.191 INFO running `"docker" "start" "-a" "b89acc705927de81620b8f050098b87e7699992b3ace2690296226b2c117fba7"` Oct 10 22:43:58.372 INFO kablam! usermod: no changes Oct 10 22:43:58.644 INFO kablam! Compiling num-rational v0.1.41 Oct 10 22:43:58.652 INFO kablam! Compiling png v0.11.0 Oct 10 22:43:58.652 INFO kablam! Compiling nalgebra v0.14.0 Oct 10 22:44:04.003 INFO kablam! Compiling image v0.18.0 Oct 10 22:44:49.344 INFO kablam! Compiling tinyrenderer_rust v0.1.0 (/source) Oct 10 22:44:52.564 INFO kablam! warning: unused import: `Vector4` Oct 10 22:44:52.564 INFO kablam! --> src/our_gl.rs:1:40 Oct 10 22:44:52.564 INFO kablam! | Oct 10 22:44:52.564 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 10 22:44:52.564 INFO kablam! | ^^^^^^^ Oct 10 22:44:52.564 INFO kablam! | Oct 10 22:44:52.564 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:44:52.564 INFO kablam! Oct 10 22:44:52.564 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 10 22:44:52.564 INFO kablam! --> src/our_gl.rs:5:41 Oct 10 22:44:52.564 INFO kablam! | Oct 10 22:44:52.565 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 10 22:44:52.565 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 10 22:44:52.565 INFO kablam! Oct 10 22:44:52.565 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 22:44:52.565 INFO kablam! --> src/old.rs:346:9 Oct 10 22:44:52.565 INFO kablam! | Oct 10 22:44:52.565 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 10 22:44:52.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:44:52.565 INFO kablam! | Oct 10 22:44:52.565 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:44:52.565 INFO kablam! Oct 10 22:44:52.565 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 22:44:52.565 INFO kablam! --> src/old.rs:347:9 Oct 10 22:44:52.565 INFO kablam! | Oct 10 22:44:52.565 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 10 22:44:52.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:44:52.565 INFO kablam! Oct 10 22:44:52.565 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 10 22:44:52.565 INFO kablam! --> src/main.rs:25:40 Oct 10 22:44:52.565 INFO kablam! | Oct 10 22:44:52.565 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 10 22:44:52.565 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 10 22:44:52.565 INFO kablam! Oct 10 22:44:53.196 INFO kablam! warning: unused variable: `m_inv_trans` Oct 10 22:44:53.196 INFO kablam! --> src/main.rs:135:9 Oct 10 22:44:53.196 INFO kablam! | Oct 10 22:44:53.196 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 10 22:44:53.196 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 10 22:44:53.196 INFO kablam! | Oct 10 22:44:53.196 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:44:53.196 INFO kablam! Oct 10 22:44:53.292 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 10 22:44:53.292 INFO kablam! --> src/main.rs:85:1 Oct 10 22:44:53.292 INFO kablam! | Oct 10 22:44:53.292 INFO kablam! 85 | struct GouraudShader6Color { Oct 10 22:44:53.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:53.292 INFO kablam! | Oct 10 22:44:53.292 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:44:53.292 INFO kablam! Oct 10 22:44:57.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.03s Oct 10 22:44:57.431 INFO kablam! su: No module specific data is present Oct 10 22:44:58.519 INFO running `"docker" "rm" "-f" "b89acc705927de81620b8f050098b87e7699992b3ace2690296226b2c117fba7"` Oct 10 22:44:58.812 INFO blam! b89acc705927de81620b8f050098b87e7699992b3ace2690296226b2c117fba7 Oct 10 22:44:58.815 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:44:58.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 22:44:59.147 INFO blam! 5cd3a6e9adb2694f02e3612b9fa1c76940863f9d885d077acd3ea291dffe75e4 Oct 10 22:44:59.149 INFO running `"docker" "start" "-a" "5cd3a6e9adb2694f02e3612b9fa1c76940863f9d885d077acd3ea291dffe75e4"` Oct 10 22:45:00.404 INFO kablam! usermod: no changes Oct 10 22:45:00.515 INFO kablam! Compiling tinyrenderer_rust v0.1.0 (/source) Oct 10 22:45:04.016 INFO kablam! warning: unused import: `Vector4` Oct 10 22:45:04.016 INFO kablam! --> src/our_gl.rs:1:40 Oct 10 22:45:04.016 INFO kablam! | Oct 10 22:45:04.016 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 10 22:45:04.016 INFO kablam! | ^^^^^^^ Oct 10 22:45:04.016 INFO kablam! | Oct 10 22:45:04.016 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:45:04.016 INFO kablam! Oct 10 22:45:04.016 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 10 22:45:04.016 INFO kablam! --> src/our_gl.rs:5:41 Oct 10 22:45:04.016 INFO kablam! | Oct 10 22:45:04.016 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 10 22:45:04.016 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 10 22:45:04.016 INFO kablam! Oct 10 22:45:04.016 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 22:45:04.016 INFO kablam! --> src/old.rs:346:9 Oct 10 22:45:04.016 INFO kablam! | Oct 10 22:45:04.016 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 10 22:45:04.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:45:04.016 INFO kablam! | Oct 10 22:45:04.016 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:45:04.016 INFO kablam! Oct 10 22:45:04.016 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 22:45:04.016 INFO kablam! --> src/old.rs:347:9 Oct 10 22:45:04.016 INFO kablam! | Oct 10 22:45:04.016 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 10 22:45:04.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:45:04.016 INFO kablam! Oct 10 22:45:04.016 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 10 22:45:04.016 INFO kablam! --> src/main.rs:25:40 Oct 10 22:45:04.016 INFO kablam! | Oct 10 22:45:04.016 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 10 22:45:04.016 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 10 22:45:04.016 INFO kablam! Oct 10 22:45:04.644 INFO kablam! warning: unused variable: `m_inv_trans` Oct 10 22:45:04.644 INFO kablam! --> src/main.rs:135:9 Oct 10 22:45:04.644 INFO kablam! | Oct 10 22:45:04.644 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 10 22:45:04.644 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 10 22:45:04.644 INFO kablam! | Oct 10 22:45:04.644 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:45:04.644 INFO kablam! Oct 10 22:45:04.757 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 10 22:45:04.758 INFO kablam! --> src/main.rs:85:1 Oct 10 22:45:04.758 INFO kablam! | Oct 10 22:45:04.758 INFO kablam! 85 | struct GouraudShader6Color { Oct 10 22:45:04.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:45:04.758 INFO kablam! | Oct 10 22:45:04.758 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:45:04.758 INFO kablam! Oct 10 22:45:05.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.90s Oct 10 22:45:05.336 INFO kablam! su: No module specific data is present Oct 10 22:45:05.964 INFO running `"docker" "rm" "-f" "5cd3a6e9adb2694f02e3612b9fa1c76940863f9d885d077acd3ea291dffe75e4"` Oct 10 22:45:06.380 INFO blam! 5cd3a6e9adb2694f02e3612b9fa1c76940863f9d885d077acd3ea291dffe75e4 Oct 10 22:45:06.384 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:45:06.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 22:45:06.891 INFO blam! 0a83fe084f5c5e7ed971de119f3981dab15b3a874d17fe0a45d5ba45fea3b242 Oct 10 22:45:06.898 INFO running `"docker" "start" "-a" "0a83fe084f5c5e7ed971de119f3981dab15b3a874d17fe0a45d5ba45fea3b242"` Oct 10 22:45:08.016 INFO kablam! usermod: no changes Oct 10 22:45:08.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 22:45:08.225 INFO kablam! Running /target/debug/deps/tinyrenderer_rust-b5b0beb80e2fe9b3 Oct 10 22:45:08.241 INFO kablam! su: No module specific data is present Oct 10 22:45:08.241 INFO blam! Oct 10 22:45:08.241 INFO blam! running 0 tests Oct 10 22:45:08.241 INFO blam! Oct 10 22:45:08.242 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:45:08.242 INFO blam! Oct 10 22:45:09.193 INFO running `"docker" "rm" "-f" "0a83fe084f5c5e7ed971de119f3981dab15b3a874d17fe0a45d5ba45fea3b242"` Oct 10 22:45:09.479 INFO blam! 0a83fe084f5c5e7ed971de119f3981dab15b3a874d17fe0a45d5ba45fea3b242