Oct 14 20:05:38.800 INFO testing garyemerson/tinyrenderer_rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:05:38.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 20:05:39.217 INFO blam! f29b13ab84266c952891cd4c7323e00b5f355b0455db856b3785b43fdb772cb8 Oct 14 20:05:39.219 INFO running `"docker" "start" "-a" "f29b13ab84266c952891cd4c7323e00b5f355b0455db856b3785b43fdb772cb8"` Oct 14 20:05:40.865 INFO kablam! usermod: no changes Oct 14 20:05:41.106 INFO kablam! Compiling num-rational v0.1.41 Oct 14 20:05:41.106 INFO kablam! Compiling cgmath v0.16.0 Oct 14 20:05:43.659 INFO kablam! Compiling image v0.18.0 Oct 14 20:06:04.945 INFO kablam! Compiling tinyrenderer_rust v0.1.0 (/source) Oct 14 20:06:06.255 INFO kablam! warning: unused import: `Vector4` Oct 14 20:06:06.256 INFO kablam! --> src/our_gl.rs:1:40 Oct 14 20:06:06.257 INFO kablam! | Oct 14 20:06:06.258 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 14 20:06:06.258 INFO kablam! | ^^^^^^^ Oct 14 20:06:06.259 INFO kablam! | Oct 14 20:06:06.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:06:06.260 INFO kablam! Oct 14 20:06:06.261 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 14 20:06:06.261 INFO kablam! --> src/our_gl.rs:5:41 Oct 14 20:06:06.262 INFO kablam! | Oct 14 20:06:06.263 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 14 20:06:06.263 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 14 20:06:06.264 INFO kablam! Oct 14 20:06:06.264 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:06.265 INFO kablam! --> src/old.rs:346:9 Oct 14 20:06:06.265 INFO kablam! | Oct 14 20:06:06.265 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 14 20:06:06.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:06.265 INFO kablam! | Oct 14 20:06:06.265 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:06:06.265 INFO kablam! Oct 14 20:06:06.265 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:06.265 INFO kablam! --> src/old.rs:347:9 Oct 14 20:06:06.265 INFO kablam! | Oct 14 20:06:06.265 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 14 20:06:06.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:06.265 INFO kablam! Oct 14 20:06:06.265 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 14 20:06:06.265 INFO kablam! --> src/main.rs:25:40 Oct 14 20:06:06.265 INFO kablam! | Oct 14 20:06:06.265 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 14 20:06:06.265 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 14 20:06:06.265 INFO kablam! Oct 14 20:06:07.027 INFO kablam! warning: unused variable: `m_inv_trans` Oct 14 20:06:07.027 INFO kablam! --> src/main.rs:135:9 Oct 14 20:06:07.027 INFO kablam! | Oct 14 20:06:07.027 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 14 20:06:07.027 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 14 20:06:07.027 INFO kablam! | Oct 14 20:06:07.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:06:07.027 INFO kablam! Oct 14 20:06:07.147 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 14 20:06:07.147 INFO kablam! --> src/main.rs:85:1 Oct 14 20:06:07.147 INFO kablam! | Oct 14 20:06:07.147 INFO kablam! 85 | struct GouraudShader6Color { Oct 14 20:06:07.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:07.147 INFO kablam! | Oct 14 20:06:07.147 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:06:07.147 INFO kablam! Oct 14 20:06:11.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.36s Oct 14 20:06:11.261 INFO kablam! su: No module specific data is present Oct 14 20:06:11.867 INFO running `"docker" "rm" "-f" "f29b13ab84266c952891cd4c7323e00b5f355b0455db856b3785b43fdb772cb8"` Oct 14 20:06:12.107 INFO blam! f29b13ab84266c952891cd4c7323e00b5f355b0455db856b3785b43fdb772cb8 Oct 14 20:06:12.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 20:06:12.692 INFO blam! 9176a7e74bb7a63ac67d112dca8143cc76426b0ea1c730464011e7bbcd23477c Oct 14 20:06:12.695 INFO running `"docker" "start" "-a" "9176a7e74bb7a63ac67d112dca8143cc76426b0ea1c730464011e7bbcd23477c"` Oct 14 20:06:13.911 INFO kablam! usermod: no changes Oct 14 20:06:14.023 INFO kablam! Compiling tinyrenderer_rust v0.1.0 (/source) Oct 14 20:06:15.048 INFO kablam! warning: unused import: `Vector4` Oct 14 20:06:15.048 INFO kablam! --> src/our_gl.rs:1:40 Oct 14 20:06:15.048 INFO kablam! | Oct 14 20:06:15.048 INFO kablam! 1 | use nalgebra::core::{Vector2, Vector3, Vector4}; Oct 14 20:06:15.048 INFO kablam! | ^^^^^^^ Oct 14 20:06:15.048 INFO kablam! | Oct 14 20:06:15.048 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:06:15.048 INFO kablam! Oct 14 20:06:15.048 INFO kablam! warning: unused imports: `Occupied`, `Vacant` Oct 14 20:06:15.048 INFO kablam! --> src/our_gl.rs:5:41 Oct 14 20:06:15.048 INFO kablam! | Oct 14 20:06:15.048 INFO kablam! 5 | use std::collections::hash_map::Entry::{Occupied, Vacant}; Oct 14 20:06:15.048 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 14 20:06:15.048 INFO kablam! Oct 14 20:06:15.049 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:15.049 INFO kablam! --> src/old.rs:346:9 Oct 14 20:06:15.049 INFO kablam! | Oct 14 20:06:15.049 INFO kablam! 346 | ((p.x + 1.0) * width / 2.0 + 0.5), Oct 14 20:06:15.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:15.051 INFO kablam! | Oct 14 20:06:15.051 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:06:15.051 INFO kablam! Oct 14 20:06:15.051 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:06:15.051 INFO kablam! --> src/old.rs:347:9 Oct 14 20:06:15.051 INFO kablam! | Oct 14 20:06:15.051 INFO kablam! 347 | ((p.y + 1.0) * height / 2.0 + 0.5), Oct 14 20:06:15.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:06:15.051 INFO kablam! Oct 14 20:06:15.051 INFO kablam! warning: unused imports: `Matrix2x3`, `Vector4` Oct 14 20:06:15.051 INFO kablam! --> src/main.rs:25:40 Oct 14 20:06:15.051 INFO kablam! | Oct 14 20:06:15.051 INFO kablam! 25 | use nalgebra::core::{Vector2, Vector3, Vector4, Matrix4, Matrix2x3}; Oct 14 20:06:15.051 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 14 20:06:15.051 INFO kablam! Oct 14 20:06:15.695 INFO kablam! warning: unused variable: `m_inv_trans` Oct 14 20:06:15.695 INFO kablam! --> src/main.rs:135:9 Oct 14 20:06:15.695 INFO kablam! | Oct 14 20:06:15.695 INFO kablam! 135 | let m_inv_trans = m4_inverse((project * model_view).transpose()); Oct 14 20:06:15.695 INFO kablam! | ^^^^^^^^^^^ help: consider using `_m_inv_trans` instead Oct 14 20:06:15.695 INFO kablam! | Oct 14 20:06:15.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:06:15.695 INFO kablam! Oct 14 20:06:15.810 INFO kablam! warning: struct is never constructed: `GouraudShader6Color` Oct 14 20:06:15.810 INFO kablam! --> src/main.rs:85:1 Oct 14 20:06:15.810 INFO kablam! | Oct 14 20:06:15.810 INFO kablam! 85 | struct GouraudShader6Color { Oct 14 20:06:15.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:15.810 INFO kablam! | Oct 14 20:06:15.810 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:06:15.810 INFO kablam! Oct 14 20:06:16.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.42s Oct 14 20:06:16.364 INFO kablam! su: No module specific data is present Oct 14 20:06:16.925 INFO running `"docker" "rm" "-f" "9176a7e74bb7a63ac67d112dca8143cc76426b0ea1c730464011e7bbcd23477c"` Oct 14 20:06:17.286 INFO blam! 9176a7e74bb7a63ac67d112dca8143cc76426b0ea1c730464011e7bbcd23477c Oct 14 20:06:17.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 20:06:17.745 INFO blam! 20655b5599d5a23ea701d987f5eb73b941c188da08167fc5bf15970ae6fdab22 Oct 14 20:06:17.759 INFO running `"docker" "start" "-a" "20655b5599d5a23ea701d987f5eb73b941c188da08167fc5bf15970ae6fdab22"` Oct 14 20:06:18.858 INFO kablam! usermod: no changes Oct 14 20:06:19.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 20:06:19.091 INFO kablam! Running /target/debug/deps/tinyrenderer_rust-2941e1b91e171d5b Oct 14 20:06:19.091 INFO blam! Oct 14 20:06:19.091 INFO kablam! su: No module specific data is present Oct 14 20:06:19.091 INFO blam! running 0 tests Oct 14 20:06:19.091 INFO blam! Oct 14 20:06:19.091 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:06:19.091 INFO blam! Oct 14 20:06:19.675 INFO running `"docker" "rm" "-f" "20655b5599d5a23ea701d987f5eb73b941c188da08167fc5bf15970ae6fdab22"` Oct 14 20:06:19.937 INFO blam! 20655b5599d5a23ea701d987f5eb73b941c188da08167fc5bf15970ae6fdab22