Oct 27 04:27:33.460 INFO checking garyemerson/tinyrenderer_rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:27:33.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 04:27:33.939 INFO blam! 54725d8b4ae873b2842e52be985e5b12216ea30a7679d8112df0e41b64dcef5c Oct 27 04:27:33.941 INFO running `"docker" "start" "-a" "54725d8b4ae873b2842e52be985e5b12216ea30a7679d8112df0e41b64dcef5c"` Oct 27 04:27:35.639 INFO kablam! usermod: no changes Oct 27 04:27:35.815 INFO kablam! Checking cgmath v0.16.0 Oct 27 04:27:35.815 INFO kablam! Checking nalgebra v0.14.0 Oct 27 04:27:35.827 INFO kablam! Checking image v0.18.0 Oct 27 04:28:16.355 INFO kablam! Checking tinyrenderer_rust v0.1.0 (/source) Oct 27 04:28:18.463 INFO kablam! warning: unused import: `Vector4` Oct 27 04:28:18.463 INFO kablam! --> src/our_gl.rs:1:40 Oct 27 04:28:18.463 INFO kablam! | Oct 27 04:28:18.463 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 27 04:28:18.463 INFO kablam! | ^^^^^^^ Oct 27 04:28:18.463 INFO kablam! | Oct 27 04:28:18.463 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:28:18.463 INFO kablam! Oct 27 04:28:18.463 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 27 04:28:18.463 INFO kablam! --> src/our_gl.rs:5:41 Oct 27 04:28:18.463 INFO kablam! | Oct 27 04:28:18.463 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 27 04:28:18.463 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 27 04:28:18.463 INFO kablam! Oct 27 04:28:18.463 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:28:18.463 INFO kablam! --> src/old.rs:346:9 Oct 27 04:28:18.463 INFO kablam! | Oct 27 04:28:18.463 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 27 04:28:18.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:28:18.463 INFO kablam! | Oct 27 04:28:18.463 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:28:18.463 INFO kablam! Oct 27 04:28:18.463 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:28:18.463 INFO kablam! --> src/old.rs:347:9 Oct 27 04:28:18.463 INFO kablam! | Oct 27 04:28:18.463 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 27 04:28:18.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:28:18.463 INFO kablam! Oct 27 04:28:18.463 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 27 04:28:18.463 INFO kablam! --> src/main.rs:25:40 Oct 27 04:28:18.463 INFO kablam! | Oct 27 04:28:18.463 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 27 04:28:18.463 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 27 04:28:18.463 INFO kablam! Oct 27 04:28:18.703 INFO kablam! warning: unused import: `Vector4` Oct 27 04:28:18.703 INFO kablam! --> src/our_gl.rs:1:40 Oct 27 04:28:18.703 INFO kablam! | Oct 27 04:28:18.703 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 27 04:28:18.703 INFO kablam! | ^^^^^^^ Oct 27 04:28:18.703 INFO kablam! | Oct 27 04:28:18.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:28:18.703 INFO kablam! Oct 27 04:28:18.703 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 27 04:28:18.703 INFO kablam! --> src/our_gl.rs:5:41 Oct 27 04:28:18.703 INFO kablam! | Oct 27 04:28:18.703 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 27 04:28:18.703 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 27 04:28:18.703 INFO kablam! Oct 27 04:28:18.703 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:28:18.703 INFO kablam! --> src/old.rs:346:9 Oct 27 04:28:18.703 INFO kablam! | Oct 27 04:28:18.703 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 27 04:28:18.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:28:18.703 INFO kablam! | Oct 27 04:28:18.703 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:28:18.703 INFO kablam! Oct 27 04:28:18.703 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:28:18.703 INFO kablam! --> src/old.rs:347:9 Oct 27 04:28:18.703 INFO kablam! | Oct 27 04:28:18.703 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 27 04:28:18.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:28:18.703 INFO kablam! Oct 27 04:28:18.703 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 27 04:28:18.703 INFO kablam! --> src/main.rs:25:40 Oct 27 04:28:18.703 INFO kablam! | Oct 27 04:28:18.703 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 27 04:28:18.703 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 27 04:28:18.703 INFO kablam! Oct 27 04:28:19.419 INFO kablam! warning: unused variable: `m_inv_trans` Oct 27 04:28:19.419 INFO kablam! --> src/main.rs:135:9 Oct 27 04:28:19.419 INFO kablam! | Oct 27 04:28:19.419 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 27 04:28:19.419 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 27 04:28:19.419 INFO kablam! | Oct 27 04:28:19.419 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:28:19.419 INFO kablam! Oct 27 04:28:19.552 INFO kablam! warning: unused variable: `m_inv_trans` Oct 27 04:28:19.552 INFO kablam! --> src/main.rs:135:9 Oct 27 04:28:19.552 INFO kablam! | Oct 27 04:28:19.552 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 27 04:28:19.552 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 27 04:28:19.552 INFO kablam! | Oct 27 04:28:19.552 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:28:19.552 INFO kablam! Oct 27 04:28:19.611 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 27 04:28:19.611 INFO kablam! --> src/main.rs:85:1 Oct 27 04:28:19.611 INFO kablam! | Oct 27 04:28:19.611 INFO kablam! 85 | struct GouraudShader6Color { Oct 27 04:28:19.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:28:19.611 INFO kablam! | Oct 27 04:28:19.611 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:28:19.611 INFO kablam! Oct 27 04:28:19.711 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 27 04:28:19.711 INFO kablam! --> src/main.rs:85:1 Oct 27 04:28:19.711 INFO kablam! | Oct 27 04:28:19.711 INFO kablam! 85 | struct GouraudShader6Color { Oct 27 04:28:19.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:28:19.711 INFO kablam! | Oct 27 04:28:19.711 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:28:19.711 INFO kablam! Oct 27 04:28:19.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.14s Oct 27 04:28:19.824 INFO kablam! su: No module specific data is present Oct 27 04:28:20.383 INFO running `"docker" "rm" "-f" "54725d8b4ae873b2842e52be985e5b12216ea30a7679d8112df0e41b64dcef5c"` Oct 27 04:28:20.721 INFO blam! 54725d8b4ae873b2842e52be985e5b12216ea30a7679d8112df0e41b64dcef5c