Oct 14 20:05:44.840 INFO testing garyemerson/tinyrenderer_rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:05:44.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 20:05:45.251 INFO blam! d438ea2f31deabe9bada23fe5ab9d74a236858bc014940b4da7047a441ba7934 Oct 14 20:05:45.259 INFO running `"docker" "start" "-a" "d438ea2f31deabe9bada23fe5ab9d74a236858bc014940b4da7047a441ba7934"` Oct 14 20:05:46.882 INFO kablam! usermod: no changes Oct 14 20:05:47.063 INFO kablam! Compiling cgmath v0.16.0 Oct 14 20:05:47.089 INFO kablam! Compiling num-integer v0.1.35 Oct 14 20:05:47.089 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 20:05:47.095 INFO kablam! Compiling num-complex v0.1.41 Oct 14 20:05:47.099 INFO kablam! Compiling rayon-core v1.3.0 Oct 14 20:05:48.867 INFO kablam! Compiling num-iter v0.1.34 Oct 14 20:05:48.867 INFO kablam! Compiling num-rational v0.1.41 Oct 14 20:05:50.340 INFO kablam! Compiling png v0.11.0 Oct 14 20:05:51.963 INFO kablam! Compiling alga v0.5.2 Oct 14 20:05:54.515 INFO kablam! Compiling rayon v0.8.2 Oct 14 20:06:04.813 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 20:06:06.659 INFO kablam! Compiling nalgebra v0.14.0 Oct 14 20:06:10.477 INFO kablam! Compiling image v0.18.0 Oct 14 20:06:50.791 INFO kablam! Compiling tinyrenderer_rust v0.1.0 (/source) Oct 14 20:06:51.860 INFO kablam! warning: unused import: `Vector4` Oct 14 20:06:51.860 INFO kablam! --> src/our_gl.rs:1:40 Oct 14 20:06:51.860 INFO kablam! | Oct 14 20:06:51.860 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 14 20:06:51.860 INFO kablam! | ^^^^^^^ Oct 14 20:06:51.860 INFO kablam! | Oct 14 20:06:51.860 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:06:51.861 INFO kablam! Oct 14 20:06:51.861 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 14 20:06:51.861 INFO kablam! --> src/our_gl.rs:5:41 Oct 14 20:06:51.861 INFO kablam! | Oct 14 20:06:51.861 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 14 20:06:51.861 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 14 20:06:51.861 INFO kablam! Oct 14 20:06:51.861 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:51.861 INFO kablam! --> src/old.rs:346:9 Oct 14 20:06:51.861 INFO kablam! | Oct 14 20:06:51.861 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 14 20:06:51.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:51.861 INFO kablam! | Oct 14 20:06:51.861 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:06:51.861 INFO kablam! Oct 14 20:06:51.861 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:51.861 INFO kablam! --> src/old.rs:347:9 Oct 14 20:06:51.861 INFO kablam! | Oct 14 20:06:51.861 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 14 20:06:51.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:51.861 INFO kablam! Oct 14 20:06:51.861 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 14 20:06:51.861 INFO kablam! --> src/main.rs:25:40 Oct 14 20:06:51.861 INFO kablam! | Oct 14 20:06:51.861 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 14 20:06:51.861 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 14 20:06:51.861 INFO kablam! Oct 14 20:06:52.535 INFO kablam! warning: unused variable: `m_inv_trans` Oct 14 20:06:52.535 INFO kablam! --> src/main.rs:135:9 Oct 14 20:06:52.535 INFO kablam! | Oct 14 20:06:52.535 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 14 20:06:52.535 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 14 20:06:52.535 INFO kablam! | Oct 14 20:06:52.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:06:52.535 INFO kablam! Oct 14 20:06:52.633 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 14 20:06:52.633 INFO kablam! --> src/main.rs:85:1 Oct 14 20:06:52.633 INFO kablam! | Oct 14 20:06:52.634 INFO kablam! 85 | struct GouraudShader6Color { Oct 14 20:06:52.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:52.634 INFO kablam! | Oct 14 20:06:52.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:06:52.635 INFO kablam! Oct 14 20:06:55.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 14 20:06:56.010 INFO kablam! su: No module specific data is present Oct 14 20:06:56.572 INFO running `"docker" "rm" "-f" "d438ea2f31deabe9bada23fe5ab9d74a236858bc014940b4da7047a441ba7934"` Oct 14 20:06:56.762 INFO blam! d438ea2f31deabe9bada23fe5ab9d74a236858bc014940b4da7047a441ba7934 Oct 14 20:06:56.770 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 20:06:57.209 INFO blam! a10cb43e29cdf864c0e70f5077411598eb74b7693bf6c9f9b355b204432750b5 Oct 14 20:06:57.219 INFO running `"docker" "start" "-a" "a10cb43e29cdf864c0e70f5077411598eb74b7693bf6c9f9b355b204432750b5"` Oct 14 20:06:58.047 INFO kablam! usermod: no changes Oct 14 20:06:58.148 INFO kablam! Compiling tinyrenderer_rust v0.1.0 (/source) Oct 14 20:06:59.003 INFO kablam! warning: unused import: `Vector4` Oct 14 20:06:59.003 INFO kablam! --> src/our_gl.rs:1:40 Oct 14 20:06:59.003 INFO kablam! | Oct 14 20:06:59.003 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 14 20:06:59.003 INFO kablam! | ^^^^^^^ Oct 14 20:06:59.003 INFO kablam! | Oct 14 20:06:59.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:06:59.003 INFO kablam! Oct 14 20:06:59.003 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 14 20:06:59.003 INFO kablam! --> src/our_gl.rs:5:41 Oct 14 20:06:59.003 INFO kablam! | Oct 14 20:06:59.003 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 14 20:06:59.003 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 14 20:06:59.003 INFO kablam! Oct 14 20:06:59.003 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:59.003 INFO kablam! --> src/old.rs:346:9 Oct 14 20:06:59.003 INFO kablam! | Oct 14 20:06:59.003 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 14 20:06:59.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:59.003 INFO kablam! | Oct 14 20:06:59.003 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:06:59.003 INFO kablam! Oct 14 20:06:59.003 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:59.003 INFO kablam! --> src/old.rs:347:9 Oct 14 20:06:59.003 INFO kablam! | Oct 14 20:06:59.003 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 14 20:06:59.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:59.003 INFO kablam! Oct 14 20:06:59.003 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 14 20:06:59.003 INFO kablam! --> src/main.rs:25:40 Oct 14 20:06:59.003 INFO kablam! | Oct 14 20:06:59.003 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 14 20:06:59.003 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 14 20:06:59.003 INFO kablam! Oct 14 20:06:59.651 INFO kablam! warning: unused variable: `m_inv_trans` Oct 14 20:06:59.651 INFO kablam! --> src/main.rs:135:9 Oct 14 20:06:59.651 INFO kablam! | Oct 14 20:06:59.651 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 14 20:06:59.651 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 14 20:06:59.651 INFO kablam! | Oct 14 20:06:59.651 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:06:59.651 INFO kablam! Oct 14 20:06:59.755 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 14 20:06:59.755 INFO kablam! --> src/main.rs:85:1 Oct 14 20:06:59.755 INFO kablam! | Oct 14 20:06:59.755 INFO kablam! 85 | struct GouraudShader6Color { Oct 14 20:06:59.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:59.755 INFO kablam! | Oct 14 20:06:59.755 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:06:59.755 INFO kablam! Oct 14 20:07:00.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 14 20:07:00.307 INFO kablam! su: No module specific data is present Oct 14 20:07:01.165 INFO running `"docker" "rm" "-f" "a10cb43e29cdf864c0e70f5077411598eb74b7693bf6c9f9b355b204432750b5"` Oct 14 20:07:01.383 INFO blam! a10cb43e29cdf864c0e70f5077411598eb74b7693bf6c9f9b355b204432750b5 Oct 14 20:07:01.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 20:07:01.931 INFO blam! 484488c13569a5483b20254fea14eae1772c3c9fc7ff14f483b3f1c62d453aaf Oct 14 20:07:01.937 INFO running `"docker" "start" "-a" "484488c13569a5483b20254fea14eae1772c3c9fc7ff14f483b3f1c62d453aaf"` Oct 14 20:07:02.459 INFO kablam! usermod: no changes Oct 14 20:07:02.558 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 20:07:02.567 INFO kablam! Running /target/debug/deps/tinyrenderer_rust-b5b0beb80e2fe9b3 Oct 14 20:07:02.569 INFO blam! Oct 14 20:07:02.570 INFO blam! running 0 tests Oct 14 20:07:02.570 INFO blam! Oct 14 20:07:02.570 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:07:02.570 INFO blam! Oct 14 20:07:02.575 INFO kablam! su: No module specific data is present Oct 14 20:07:03.319 INFO running `"docker" "rm" "-f" "484488c13569a5483b20254fea14eae1772c3c9fc7ff14f483b3f1c62d453aaf"` Oct 14 20:07:03.555 INFO blam! 484488c13569a5483b20254fea14eae1772c3c9fc7ff14f483b3f1c62d453aaf