Oct 15 09:42:40.375 INFO testing Jvanrhijn/rustyrenderer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:42:40.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 09:42:40.953 INFO blam! 4ae60fef6e9b4f416aacbfdabd3b6e442caca688dfc7165cf2cf751f2f8e9d5b Oct 15 09:42:40.955 INFO running `"docker" "start" "-a" "4ae60fef6e9b4f416aacbfdabd3b6e442caca688dfc7165cf2cf751f2f8e9d5b"` Oct 15 09:42:42.543 INFO kablam! usermod: no changes Oct 15 09:42:42.779 INFO kablam! Compiling inflate v0.4.2 Oct 15 09:42:42.780 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 09:42:42.781 INFO kablam! Compiling num-derive v0.2.2 Oct 15 09:42:46.860 INFO kablam! Compiling png v0.12.0 Oct 15 09:42:48.768 INFO kablam! Compiling rayon v1.0.1 Oct 15 09:42:55.563 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 09:42:59.655 INFO kablam! Compiling image v0.19.0 Oct 15 09:43:11.408 INFO kablam! Compiling rustyrenderer v0.1.0 (/source) Oct 15 09:43:13.012 INFO kablam! warning: unused import: `std::vec` Oct 15 09:43:13.012 INFO kablam! --> src/geo.rs:3:5 Oct 15 09:43:13.012 INFO kablam! | Oct 15 09:43:13.013 INFO kablam! 3 | use std::vec; Oct 15 09:43:13.013 INFO kablam! | ^^^^^^^^ Oct 15 09:43:13.013 INFO kablam! | Oct 15 09:43:13.013 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:43:13.014 INFO kablam! Oct 15 09:43:13.019 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:13.019 INFO kablam! --> src/model.rs:7:5 Oct 15 09:43:13.020 INFO kablam! | Oct 15 09:43:13.020 INFO kablam! 7 | use geo::Vector; Oct 15 09:43:13.020 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:13.021 INFO kablam! Oct 15 09:43:13.021 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:13.021 INFO kablam! --> src/model.rs:113:18 Oct 15 09:43:13.022 INFO kablam! | Oct 15 09:43:13.022 INFO kablam! 113 | let dx = (x1 as i32 - x0 as i32); Oct 15 09:43:13.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:13.023 INFO kablam! | Oct 15 09:43:13.023 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:43:13.023 INFO kablam! Oct 15 09:43:13.023 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:13.024 INFO kablam! --> src/model.rs:114:18 Oct 15 09:43:13.024 INFO kablam! | Oct 15 09:43:13.024 INFO kablam! 114 | let dy = (y1 as i32 - y0 as i32); Oct 15 09:43:13.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:13.025 INFO kablam! Oct 15 09:43:13.025 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:13.025 INFO kablam! --> src/obj.rs:11:5 Oct 15 09:43:13.026 INFO kablam! | Oct 15 09:43:13.026 INFO kablam! 11 | use geo::Vector; Oct 15 09:43:13.026 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:13.027 INFO kablam! Oct 15 09:43:13.256 INFO kablam! warning: unreachable pattern Oct 15 09:43:13.256 INFO kablam! --> src/model.rs:217:13 Oct 15 09:43:13.256 INFO kablam! | Oct 15 09:43:13.256 INFO kablam! 217 | _ => unreachable!() Oct 15 09:43:13.256 INFO kablam! | ^ Oct 15 09:43:13.256 INFO kablam! | Oct 15 09:43:13.256 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 09:43:13.256 INFO kablam! Oct 15 09:43:13.257 INFO kablam! warning: unused variable: `zbuf` Oct 15 09:43:13.257 INFO kablam! --> src/model.rs:61:71 Oct 15 09:43:13.257 INFO kablam! | Oct 15 09:43:13.257 INFO kablam! 61 | fn draw_filled(&self, img: &mut image::RgbImage, color: &[u8; 3], zbuf: &mut Vec) { Oct 15 09:43:13.257 INFO kablam! | ^^^^ help: consider using `_zbuf` instead Oct 15 09:43:13.257 INFO kablam! | Oct 15 09:43:13.257 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:13.257 INFO kablam! Oct 15 09:43:13.314 INFO kablam! warning: type alias is never used: `Vec2f` Oct 15 09:43:13.314 INFO kablam! --> src/geo.rs:240:1 Oct 15 09:43:13.314 INFO kablam! | Oct 15 09:43:13.314 INFO kablam! 240 | pub type Vec2f = Vec2; Oct 15 09:43:13.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.314 INFO kablam! | Oct 15 09:43:13.314 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:13.314 INFO kablam! Oct 15 09:43:13.314 INFO kablam! warning: type alias is never used: `Vec2i` Oct 15 09:43:13.314 INFO kablam! --> src/geo.rs:241:1 Oct 15 09:43:13.314 INFO kablam! | Oct 15 09:43:13.314 INFO kablam! 241 | pub type Vec2i = Vec2; Oct 15 09:43:13.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.314 INFO kablam! Oct 15 09:43:13.314 INFO kablam! warning: method is never used: `rasterize` Oct 15 09:43:13.314 INFO kablam! --> src/model.rs:34:5 Oct 15 09:43:13.314 INFO kablam! | Oct 15 09:43:13.314 INFO kablam! 34 | fn rasterize(&self, xdim: u32, ydim: u32) -> Line { Oct 15 09:43:13.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.314 INFO kablam! Oct 15 09:43:13.314 INFO kablam! warning: method is never used: `vertices` Oct 15 09:43:13.314 INFO kablam! --> src/model.rs:43:5 Oct 15 09:43:13.314 INFO kablam! | Oct 15 09:43:13.314 INFO kablam! 43 | fn vertices(&self) -> [&geo::Vec3; 2] { Oct 15 09:43:13.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.314 INFO kablam! Oct 15 09:43:13.314 INFO kablam! warning: method is never used: `face` Oct 15 09:43:13.314 INFO kablam! --> src/obj.rs:52:5 Oct 15 09:43:13.314 INFO kablam! | Oct 15 09:43:13.314 INFO kablam! 52 | pub fn face(&self, i: usize) -> geo::Vec3i { Oct 15 09:43:13.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.314 INFO kablam! Oct 15 09:43:13.314 INFO kablam! warning: method is never used: `vert` Oct 15 09:43:13.314 INFO kablam! --> src/obj.rs:56:5 Oct 15 09:43:13.314 INFO kablam! | Oct 15 09:43:13.314 INFO kablam! 56 | pub fn vert(&self, i: usize) -> geo::Vec3f { Oct 15 09:43:13.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.314 INFO kablam! Oct 15 09:43:14.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.33s Oct 15 09:43:14.917 INFO kablam! su: No module specific data is present Oct 15 09:43:15.187 INFO running `"docker" "rm" "-f" "4ae60fef6e9b4f416aacbfdabd3b6e442caca688dfc7165cf2cf751f2f8e9d5b"` Oct 15 09:43:15.245 INFO blam! 4ae60fef6e9b4f416aacbfdabd3b6e442caca688dfc7165cf2cf751f2f8e9d5b Oct 15 09:43:15.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 09:43:15.434 INFO blam! a4a44b6eb902cd70b4b9bb155a4a9be7c02890b0272558a76e1bd4fec22da011 Oct 15 09:43:15.436 INFO running `"docker" "start" "-a" "a4a44b6eb902cd70b4b9bb155a4a9be7c02890b0272558a76e1bd4fec22da011"` Oct 15 09:43:16.471 INFO kablam! usermod: no changes Oct 15 09:43:16.567 INFO kablam! Compiling rustyrenderer v0.1.0 (/source) Oct 15 09:43:18.171 INFO kablam! warning: unused import: `std::vec` Oct 15 09:43:18.171 INFO kablam! --> src/geo.rs:3:5 Oct 15 09:43:18.171 INFO kablam! | Oct 15 09:43:18.171 INFO kablam! 3 | use std::vec; Oct 15 09:43:18.171 INFO kablam! | ^^^^^^^^ Oct 15 09:43:18.171 INFO kablam! | Oct 15 09:43:18.171 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:43:18.171 INFO kablam! Oct 15 09:43:18.171 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:18.171 INFO kablam! --> src/model.rs:7:5 Oct 15 09:43:18.171 INFO kablam! | Oct 15 09:43:18.171 INFO kablam! 7 | use geo::Vector; Oct 15 09:43:18.171 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:18.171 INFO kablam! Oct 15 09:43:18.171 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:18.171 INFO kablam! --> src/model.rs:113:18 Oct 15 09:43:18.171 INFO kablam! | Oct 15 09:43:18.171 INFO kablam! 113 | let dx = (x1 as i32 - x0 as i32); Oct 15 09:43:18.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:18.171 INFO kablam! | Oct 15 09:43:18.171 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 09:43:18.171 INFO kablam! Oct 15 09:43:18.171 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 09:43:18.171 INFO kablam! --> src/model.rs:114:18 Oct 15 09:43:18.171 INFO kablam! | Oct 15 09:43:18.171 INFO kablam! 114 | let dy = (y1 as i32 - y0 as i32); Oct 15 09:43:18.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 09:43:18.171 INFO kablam! Oct 15 09:43:18.171 INFO kablam! warning: unused import: `geo::Vector` Oct 15 09:43:18.171 INFO kablam! --> src/obj.rs:11:5 Oct 15 09:43:18.171 INFO kablam! | Oct 15 09:43:18.171 INFO kablam! 11 | use geo::Vector; Oct 15 09:43:18.171 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:43:18.171 INFO kablam! Oct 15 09:43:18.491 INFO kablam! warning: unreachable pattern Oct 15 09:43:18.491 INFO kablam! --> src/model.rs:217:13 Oct 15 09:43:18.491 INFO kablam! | Oct 15 09:43:18.491 INFO kablam! 217 | _ => unreachable!() Oct 15 09:43:18.491 INFO kablam! | ^ Oct 15 09:43:18.491 INFO kablam! | Oct 15 09:43:18.491 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 09:43:18.491 INFO kablam! Oct 15 09:43:18.491 INFO kablam! warning: unused variable: `triangle` Oct 15 09:43:18.491 INFO kablam! --> src/model.rs:279:13 Oct 15 09:43:18.491 INFO kablam! | Oct 15 09:43:18.491 INFO kablam! 279 | let triangle = Triangle::new(a, b, c); Oct 15 09:43:18.492 INFO kablam! | ^^^^^^^^ help: consider using `_triangle` instead Oct 15 09:43:18.492 INFO kablam! | Oct 15 09:43:18.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:18.499 INFO kablam! Oct 15 09:43:18.499 INFO kablam! warning: unused variable: `triangle` Oct 15 09:43:18.499 INFO kablam! --> src/model.rs:287:13 Oct 15 09:43:18.499 INFO kablam! | Oct 15 09:43:18.499 INFO kablam! 287 | let triangle = Triangle::new(a, b, c); Oct 15 09:43:18.499 INFO kablam! | ^^^^^^^^ help: consider using `_triangle` instead Oct 15 09:43:18.499 INFO kablam! Oct 15 09:43:18.499 INFO kablam! warning: unused variable: `image` Oct 15 09:43:18.499 INFO kablam! --> src/model.rs:315:13 Oct 15 09:43:18.499 INFO kablam! | Oct 15 09:43:18.499 INFO kablam! 315 | let image = image::RgbImage::new(10, 20); Oct 15 09:43:18.500 INFO kablam! | ^^^^^ help: consider using `_image` instead Oct 15 09:43:18.500 INFO kablam! Oct 15 09:43:18.500 INFO kablam! warning: unused variable: `line_iter` Oct 15 09:43:18.500 INFO kablam! --> src/model.rs:316:13 Oct 15 09:43:18.500 INFO kablam! | Oct 15 09:43:18.500 INFO kablam! 316 | let line_iter = LineIterator::new(&line); Oct 15 09:43:18.500 INFO kablam! | ^^^^^^^^^ help: consider using `_line_iter` instead Oct 15 09:43:18.500 INFO kablam! Oct 15 09:43:18.500 INFO kablam! warning: unused variable: `x` Oct 15 09:43:18.500 INFO kablam! --> src/model.rs:317:17 Oct 15 09:43:18.500 INFO kablam! | Oct 15 09:43:18.500 INFO kablam! 317 | let mut x = 0; Oct 15 09:43:18.500 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:43:18.500 INFO kablam! Oct 15 09:43:18.500 INFO kablam! warning: unused variable: `y` Oct 15 09:43:18.500 INFO kablam! --> src/model.rs:318:17 Oct 15 09:43:18.500 INFO kablam! | Oct 15 09:43:18.500 INFO kablam! 318 | let mut y = 0; Oct 15 09:43:18.500 INFO kablam! | ^ help: consider using `_y` instead Oct 15 09:43:18.500 INFO kablam! Oct 15 09:43:18.500 INFO kablam! warning: unused variable: `zbuf` Oct 15 09:43:18.500 INFO kablam! --> src/model.rs:61:71 Oct 15 09:43:18.501 INFO kablam! | Oct 15 09:43:18.501 INFO kablam! 61 | fn draw_filled(&self, img: &mut image::RgbImage, color: &[u8; 3], zbuf: &mut Vec) { Oct 15 09:43:18.501 INFO kablam! | ^^^^ help: consider using `_zbuf` instead Oct 15 09:43:18.501 INFO kablam! Oct 15 09:43:18.587 INFO kablam! warning: variable does not need to be mutable Oct 15 09:43:18.587 INFO kablam! --> src/model.rs:317:13 Oct 15 09:43:18.587 INFO kablam! | Oct 15 09:43:18.587 INFO kablam! 317 | let mut x = 0; Oct 15 09:43:18.587 INFO kablam! | ----^ Oct 15 09:43:18.587 INFO kablam! | | Oct 15 09:43:18.587 INFO kablam! | help: remove this `mut` Oct 15 09:43:18.587 INFO kablam! | Oct 15 09:43:18.587 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:43:18.587 INFO kablam! Oct 15 09:43:18.587 INFO kablam! warning: variable does not need to be mutable Oct 15 09:43:18.588 INFO kablam! --> src/model.rs:318:13 Oct 15 09:43:18.588 INFO kablam! | Oct 15 09:43:18.588 INFO kablam! 318 | let mut y = 0; Oct 15 09:43:18.588 INFO kablam! | ----^ Oct 15 09:43:18.588 INFO kablam! | | Oct 15 09:43:18.588 INFO kablam! | help: remove this `mut` Oct 15 09:43:18.588 INFO kablam! Oct 15 09:43:18.607 INFO kablam! warning: type alias is never used: `Vec2i` Oct 15 09:43:18.607 INFO kablam! --> src/geo.rs:241:1 Oct 15 09:43:18.607 INFO kablam! | Oct 15 09:43:18.607 INFO kablam! 241 | pub type Vec2i = Vec2; Oct 15 09:43:18.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:18.607 INFO kablam! | Oct 15 09:43:18.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:18.607 INFO kablam! Oct 15 09:43:18.607 INFO kablam! warning: method is never used: `rasterize` Oct 15 09:43:18.607 INFO kablam! --> src/model.rs:34:5 Oct 15 09:43:18.607 INFO kablam! | Oct 15 09:43:18.608 INFO kablam! 34 | fn rasterize(&self, xdim: u32, ydim: u32) -> Line { Oct 15 09:43:18.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:18.608 INFO kablam! Oct 15 09:43:20.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.25s Oct 15 09:43:20.761 INFO kablam! su: No module specific data is present Oct 15 09:43:21.827 INFO running `"docker" "rm" "-f" "a4a44b6eb902cd70b4b9bb155a4a9be7c02890b0272558a76e1bd4fec22da011"` Oct 15 09:43:22.107 INFO blam! a4a44b6eb902cd70b4b9bb155a4a9be7c02890b0272558a76e1bd4fec22da011 Oct 15 09:43:22.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 09:43:22.663 INFO blam! 7624dd5846a1e64a38b67cd2c9f329842f17f30774a62df1505dec245708d2d0 Oct 15 09:43:22.665 INFO running `"docker" "start" "-a" "7624dd5846a1e64a38b67cd2c9f329842f17f30774a62df1505dec245708d2d0"` Oct 15 09:43:23.871 INFO kablam! usermod: no changes Oct 15 09:43:24.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 09:43:24.043 INFO kablam! Running /target/debug/deps/rustyrenderer-0c4404ea37eb75c9 Oct 15 09:43:24.064 INFO blam! Oct 15 09:43:24.064 INFO blam! running 15 tests Oct 15 09:43:24.095 INFO blam! test geo::test::cross ... ok Oct 15 09:43:24.095 INFO blam! test geo::test::normalize ... ok Oct 15 09:43:24.095 INFO blam! test geo::test::dot ... ok Oct 15 09:43:24.095 INFO blam! test geo::test::into_array ... ok Oct 15 09:43:24.095 INFO blam! test geo::test::norm ... ok Oct 15 09:43:24.095 INFO blam! test model::tests::line_create ... ok Oct 15 09:43:24.095 INFO blam! test model::tests::line_iterate ... ok Oct 15 09:43:24.095 INFO blam! test model::tests::inside_triangle ... ok Oct 15 09:43:24.095 INFO blam! test model::tests::line_points ... ok Oct 15 09:43:24.095 INFO blam! test model::tests::triangle_create ... ok Oct 15 09:43:24.095 INFO blam! test geo::test::sub ... ok Oct 15 09:43:24.096 INFO blam! test geo::test::add ... ok Oct 15 09:43:24.096 INFO blam! test model::tests::triangle_vertices ... ok Oct 15 09:43:24.107 INFO blam! test geo::test::from_array ... ok Oct 15 09:43:24.262 INFO blam! test obj::tests::load_obj ... ok Oct 15 09:43:24.262 INFO kablam! su: No module specific data is present Oct 15 09:43:24.262 INFO blam! Oct 15 09:43:24.262 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:43:24.262 INFO blam! Oct 15 09:43:25.035 INFO running `"docker" "rm" "-f" "7624dd5846a1e64a38b67cd2c9f329842f17f30774a62df1505dec245708d2d0"` Oct 15 09:43:25.295 INFO blam! 7624dd5846a1e64a38b67cd2c9f329842f17f30774a62df1505dec245708d2d0