Oct 15 23:57:17.110 INFO testing plexus-0.0.10 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 23:57:17.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:57:17.327 INFO blam! 8799bf6f8fcf9e5c5d7168ba4b91f3ddc546c8ef042d5c0be24c534c10e8df2a Oct 15 23:57:17.327 INFO running `"docker" "start" "-a" "8799bf6f8fcf9e5c5d7168ba4b91f3ddc546c8ef042d5c0be24c534c10e8df2a"` Oct 15 23:57:17.742 INFO kablam! usermod: no changes Oct 15 23:57:17.918 INFO kablam! Compiling itertools v0.6.5 Oct 15 23:57:17.921 INFO kablam! Compiling nalgebra v0.16.5 Oct 15 23:57:17.921 INFO kablam! Compiling decorum v0.0.11 Oct 15 23:57:52.077 INFO kablam! Compiling plexus v0.0.10 (/source) Oct 15 23:57:59.395 INFO kablam! warning: method is never used: `vertices` Oct 15 23:57:59.395 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 15 23:57:59.395 INFO kablam! | Oct 15 23:57:59.395 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 15 23:57:59.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:57:59.395 INFO kablam! | Oct 15 23:57:59.395 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:57:59.395 INFO kablam! Oct 15 23:57:59.395 INFO kablam! warning: method is never used: `bind` Oct 15 23:57:59.395 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 15 23:57:59.395 INFO kablam! | Oct 15 23:57:59.395 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 15 23:57:59.395 INFO kablam! 45 | | where Oct 15 23:57:59.395 INFO kablam! 46 | | T: Topological, Oct 15 23:57:59.395 INFO kablam! 47 | | M: Bind, Oct 15 23:57:59.395 INFO kablam! ... | Oct 15 23:57:59.395 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:57:59.395 INFO kablam! 54 | | } Oct 15 23:57:59.395 INFO kablam! | |_____^ Oct 15 23:57:59.395 INFO kablam! Oct 15 23:57:59.395 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 15 23:57:59.395 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 15 23:57:59.395 INFO kablam! | Oct 15 23:57:59.395 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 15 23:57:59.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:57:59.395 INFO kablam! Oct 15 23:57:59.395 INFO kablam! warning: method is never used: `bind` Oct 15 23:57:59.395 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 15 23:57:59.395 INFO kablam! | Oct 15 23:57:59.395 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 15 23:57:59.395 INFO kablam! 45 | | where Oct 15 23:57:59.395 INFO kablam! 46 | | T: Topological, Oct 15 23:57:59.395 INFO kablam! 47 | | M: Bind, Oct 15 23:57:59.395 INFO kablam! ... | Oct 15 23:57:59.395 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:57:59.395 INFO kablam! 54 | | } Oct 15 23:57:59.395 INFO kablam! | |_____^ Oct 15 23:57:59.395 INFO kablam! Oct 15 23:57:59.395 INFO kablam! warning: method is never used: `bind` Oct 15 23:57:59.395 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 15 23:57:59.395 INFO kablam! | Oct 15 23:57:59.395 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 15 23:57:59.395 INFO kablam! 37 | | where Oct 15 23:57:59.395 INFO kablam! 38 | | T: Topological, Oct 15 23:57:59.395 INFO kablam! 39 | | M: Bind, Oct 15 23:57:59.395 INFO kablam! ... | Oct 15 23:57:59.395 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:57:59.395 INFO kablam! 46 | | } Oct 15 23:57:59.395 INFO kablam! | |_____^ Oct 15 23:57:59.395 INFO kablam! Oct 15 23:57:59.913 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.15s Oct 15 23:57:59.932 INFO kablam! su: No module specific data is present Oct 15 23:58:00.831 INFO running `"docker" "rm" "-f" "8799bf6f8fcf9e5c5d7168ba4b91f3ddc546c8ef042d5c0be24c534c10e8df2a"` Oct 15 23:58:01.003 INFO blam! 8799bf6f8fcf9e5c5d7168ba4b91f3ddc546c8ef042d5c0be24c534c10e8df2a Oct 15 23:58:01.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:58:01.306 INFO blam! ac726f7df736b0f0da5a2a466ec0c8486e46eda31468d7bcdf1a3c4606794282 Oct 15 23:58:01.308 INFO running `"docker" "start" "-a" "ac726f7df736b0f0da5a2a466ec0c8486e46eda31468d7bcdf1a3c4606794282"` Oct 15 23:58:01.808 INFO kablam! usermod: no changes Oct 15 23:58:02.130 INFO kablam! Compiling num-complex v0.2.1 Oct 15 23:58:02.131 INFO kablam! Compiling num-complex v0.1.43 Oct 15 23:58:02.131 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 23:58:02.138 INFO kablam! Compiling decorum v0.0.11 Oct 15 23:58:02.139 INFO kablam! Compiling gfx_window_glutin v0.18.0 Oct 15 23:58:05.952 INFO kablam! Compiling alga v0.7.2 Oct 15 23:58:07.636 INFO kablam! Compiling num-rational v0.1.42 Oct 15 23:58:10.839 INFO kablam! Compiling num v0.1.42 Oct 15 23:58:12.676 INFO kablam! Compiling nalgebra v0.16.5 Oct 15 23:58:50.059 INFO kablam! Compiling plexus v0.0.10 (/source) Oct 15 23:58:55.371 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 15 23:58:55.371 INFO kablam! --> src/graph/mesh.rs:705:14 Oct 15 23:58:55.371 INFO kablam! | Oct 15 23:58:55.371 INFO kablam! 705 | .root_cause() Oct 15 23:58:55.371 INFO kablam! | ^^^^^^^^^^ Oct 15 23:58:55.371 INFO kablam! | Oct 15 23:58:55.371 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 23:58:55.371 INFO kablam! Oct 15 23:58:55.371 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 15 23:58:55.371 INFO kablam! --> src/graph/mesh.rs:735:14 Oct 15 23:58:55.371 INFO kablam! | Oct 15 23:58:55.371 INFO kablam! 735 | .root_cause() Oct 15 23:58:55.371 INFO kablam! | ^^^^^^^^^^ Oct 15 23:58:55.371 INFO kablam! Oct 15 23:58:55.391 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 15 23:58:55.391 INFO kablam! --> src/graph/mesh.rs:776:14 Oct 15 23:58:55.391 INFO kablam! | Oct 15 23:58:55.391 INFO kablam! 776 | .root_cause() Oct 15 23:58:55.391 INFO kablam! | ^^^^^^^^^^ Oct 15 23:58:55.391 INFO kablam! Oct 15 23:58:57.779 INFO kablam! warning: method is never used: `vertices` Oct 15 23:58:57.779 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 15 23:58:57.779 INFO kablam! | Oct 15 23:58:57.779 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 15 23:58:57.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:58:57.779 INFO kablam! | Oct 15 23:58:57.779 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:58:57.779 INFO kablam! Oct 15 23:58:57.779 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:57.779 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 15 23:58:57.779 INFO kablam! | Oct 15 23:58:57.779 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 15 23:58:57.779 INFO kablam! 45 | | where Oct 15 23:58:57.779 INFO kablam! 46 | | T: Topological, Oct 15 23:58:57.779 INFO kablam! 47 | | M: Bind, Oct 15 23:58:57.779 INFO kablam! ... | Oct 15 23:58:57.779 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:57.779 INFO kablam! 54 | | } Oct 15 23:58:57.779 INFO kablam! | |_____^ Oct 15 23:58:57.779 INFO kablam! Oct 15 23:58:57.779 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 15 23:58:57.779 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 15 23:58:57.779 INFO kablam! | Oct 15 23:58:57.779 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 15 23:58:57.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:58:57.779 INFO kablam! Oct 15 23:58:57.779 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:57.779 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 15 23:58:57.779 INFO kablam! | Oct 15 23:58:57.779 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 15 23:58:57.779 INFO kablam! 45 | | where Oct 15 23:58:57.779 INFO kablam! 46 | | T: Topological, Oct 15 23:58:57.779 INFO kablam! 47 | | M: Bind, Oct 15 23:58:57.779 INFO kablam! ... | Oct 15 23:58:57.779 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:57.779 INFO kablam! 54 | | } Oct 15 23:58:57.779 INFO kablam! | |_____^ Oct 15 23:58:57.779 INFO kablam! Oct 15 23:58:57.779 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:57.779 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 15 23:58:57.779 INFO kablam! | Oct 15 23:58:57.779 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 15 23:58:57.779 INFO kablam! 37 | | where Oct 15 23:58:57.779 INFO kablam! 38 | | T: Topological, Oct 15 23:58:57.779 INFO kablam! 39 | | M: Bind, Oct 15 23:58:57.779 INFO kablam! ... | Oct 15 23:58:57.779 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:57.779 INFO kablam! 46 | | } Oct 15 23:58:57.779 INFO kablam! | |_____^ Oct 15 23:58:57.779 INFO kablam! Oct 15 23:58:58.132 INFO kablam! warning: method is never used: `vertices` Oct 15 23:58:58.132 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 15 23:58:58.132 INFO kablam! | Oct 15 23:58:58.132 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 15 23:58:58.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:58:58.132 INFO kablam! | Oct 15 23:58:58.132 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:58:58.132 INFO kablam! Oct 15 23:58:58.132 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:58.132 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 15 23:58:58.132 INFO kablam! | Oct 15 23:58:58.132 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 15 23:58:58.132 INFO kablam! 45 | | where Oct 15 23:58:58.132 INFO kablam! 46 | | T: Topological, Oct 15 23:58:58.132 INFO kablam! 47 | | M: Bind, Oct 15 23:58:58.132 INFO kablam! ... | Oct 15 23:58:58.132 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:58.132 INFO kablam! 54 | | } Oct 15 23:58:58.133 INFO kablam! | |_____^ Oct 15 23:58:58.133 INFO kablam! Oct 15 23:58:58.133 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 15 23:58:58.133 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 15 23:58:58.133 INFO kablam! | Oct 15 23:58:58.133 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 15 23:58:58.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:58:58.135 INFO kablam! Oct 15 23:58:58.135 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:58.135 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 15 23:58:58.135 INFO kablam! | Oct 15 23:58:58.135 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 15 23:58:58.135 INFO kablam! 45 | | where Oct 15 23:58:58.135 INFO kablam! 46 | | T: Topological, Oct 15 23:58:58.135 INFO kablam! 47 | | M: Bind, Oct 15 23:58:58.135 INFO kablam! ... | Oct 15 23:58:58.135 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:58.135 INFO kablam! 54 | | } Oct 15 23:58:58.135 INFO kablam! | |_____^ Oct 15 23:58:58.135 INFO kablam! Oct 15 23:58:58.135 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:58.135 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 15 23:58:58.135 INFO kablam! | Oct 15 23:58:58.135 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 15 23:58:58.135 INFO kablam! 37 | | where Oct 15 23:58:58.135 INFO kablam! 38 | | T: Topological, Oct 15 23:58:58.135 INFO kablam! 39 | | M: Bind, Oct 15 23:58:58.135 INFO kablam! ... | Oct 15 23:58:58.135 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:58.135 INFO kablam! 46 | | } Oct 15 23:58:58.135 INFO kablam! | |_____^ Oct 15 23:58:58.135 INFO kablam! Oct 15 23:59:16.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 15 23:59:16.994 INFO kablam! su: No module specific data is present Oct 15 23:59:17.278 INFO running `"docker" "rm" "-f" "ac726f7df736b0f0da5a2a466ec0c8486e46eda31468d7bcdf1a3c4606794282"` Oct 15 23:59:17.456 INFO blam! ac726f7df736b0f0da5a2a466ec0c8486e46eda31468d7bcdf1a3c4606794282 Oct 15 23:59:17.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:59:17.759 INFO blam! b0623c8538421e30ccf723cafd79ed1b26a7c92b025a0d332429f8e58e2926ab Oct 15 23:59:17.767 INFO running `"docker" "start" "-a" "b0623c8538421e30ccf723cafd79ed1b26a7c92b025a0d332429f8e58e2926ab"` Oct 15 23:59:18.730 INFO kablam! usermod: no changes Oct 15 23:59:18.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 23:59:18.969 INFO kablam! Running /target/debug/deps/plexus-fcb7fee30108dec7 Oct 15 23:59:18.975 INFO blam! Oct 15 23:59:18.976 INFO blam! running 20 tests Oct 15 23:59:18.995 INFO blam! test buffer::tests::collect_topology_into_buffer ... ok Oct 15 23:59:19.007 INFO blam! test buffer::tests::convert_mesh_to_buffer_by_vertex ... ok Oct 15 23:59:19.007 INFO blam! test buffer::tests::convert_mesh_to_buffer_by_face ... ok Oct 15 23:59:19.007 INFO blam! test graph::mesh::tests::error_on_non_manifold_mesh ... ok Oct 15 23:59:19.008 INFO blam! test graph::mesh::tests::error_on_singularity_mesh ... ok Oct 15 23:59:19.008 INFO blam! test graph::mesh::tests::collect_topology_into_mesh ... ok Oct 15 23:59:19.013 INFO blam! test graph::mesh::tests::iterate_mesh_topology ... ok Oct 15 23:59:19.015 INFO blam! test graph::view::edge::tests::extrude_edge ... ok Oct 15 23:59:19.026 INFO blam! test graph::view::edge::tests::join_edges ... ok Oct 15 23:59:19.026 INFO blam! test graph::view::face::tests::circulate_over_edges ... ok Oct 15 23:59:19.035 INFO blam! test graph::view::edge::tests::split_composite_edge ... ok Oct 15 23:59:19.035 INFO blam! test graph::view::face::tests::circulate_over_faces ... ok Oct 15 23:59:19.044 INFO blam! test primitive::sphere::tests::polygon_vertex_count ... ok Oct 15 23:59:19.044 INFO blam! test primitive::sphere::tests::vertex_count ... ok Oct 15 23:59:19.045 INFO blam! test graph::view::vertex::tests::circulate_over_edges ... ok Oct 15 23:59:19.045 INFO blam! test graph::mesh::tests::read_write_geometry_ref ... ok Oct 15 23:59:19.055 INFO blam! test graph::view::face::tests::extrude_face ... ok Oct 15 23:59:19.059 INFO blam! test primitive::sphere::tests::index_to_vertex_mapping ... ok Oct 15 23:59:19.087 INFO blam! test graph::view::face::tests::triangulate_mesh ... ok Oct 15 23:59:20.295 INFO blam! test graph::mesh::tests::non_manifold_error_deferred ... ok Oct 15 23:59:20.295 INFO blam! Oct 15 23:59:20.295 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:59:20.295 INFO blam! Oct 15 23:59:20.298 INFO kablam! Doc-tests plexus Oct 15 23:59:25.419 INFO blam! Oct 15 23:59:25.419 INFO blam! running 27 tests Oct 15 23:59:56.391 INFO blam! test src/graph/mesh.rs - graph::mesh::Mesh::new (line 78) ... ok Oct 16 00:00:03.751 INFO blam! test src/buffer.rs - buffer::MeshBuffer::new (line 88) ... ok Oct 16 00:00:08.630 INFO blam! test src/buffer.rs - buffer::MeshBuffer::from_raw_buffers (line 107) ... ok Oct 16 00:00:09.547 INFO blam! test src/buffer.rs - buffer (line 11) ... ok Oct 16 00:00:10.818 INFO blam! test src/geometry/mod.rs - geometry::Geometry (line 31) ... ok Oct 16 00:00:11.780 INFO blam! test src/buffer.rs - buffer (line 31) ... ok Oct 16 00:00:12.332 INFO blam! test src/graph/mod.rs - graph (line 116) ... ok Oct 16 00:00:17.475 INFO blam! test src/graph/mesh.rs - graph::mesh::Mesh::from_raw_buffers (line 116) ... ok Oct 16 00:00:56.051 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithIndex::polygons_with_index (line 228) ... ok Oct 16 00:00:56.386 INFO blam! test src/graph/mod.rs - graph (line 80) ... test src/graph/mod.rs - graph (line 80) has been running for over 60 seconds Oct 16 00:00:57.647 INFO blam! test src/graph/view/vertex.rs - graph::view::vertex::VertexView<&'a mut M, G>::into_ref (line 67) ... ok Oct 16 00:00:58.047 INFO blam! test src/graph/mod.rs - graph (line 80) ... ok Oct 16 00:01:01.099 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithPosition::polygons_with_position (line 155) ... ok Oct 16 00:01:03.751 INFO blam! test src/graph/mod.rs - graph (line 97) ... test src/graph/mod.rs - graph (line 97) has been running for over 60 seconds Oct 16 00:01:05.448 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithPosition::polygons_with_position_from (line 176) ... ok Oct 16 00:01:07.751 INFO blam! test src/graph/view/edge.rs - graph::view::edge::EdgeView<&'a mut M, G>::into_ref (line 75) ... ok Oct 16 00:01:08.645 INFO blam! test src/graph/mod.rs - graph (line 97) ... ok Oct 16 00:01:08.858 INFO blam! test src/graph/view/face.rs - graph::view::face::FaceView<&'a mut M, G>::into_ref (line 75) ... ok Oct 16 00:01:45.425 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithTexture::polygons_with_texture (line 287) ... ok Oct 16 00:01:50.288 INFO blam! test src/primitive/generate.rs - primitive::generate::VerticesWithPosition::vertices_with_position_from (line 111) ... ok Oct 16 00:01:50.299 INFO blam! test src/primitive/generate.rs - primitive::generate::VerticesWithPosition::vertices_with_position (line 82) ... ok Oct 16 00:01:53.551 INFO blam! test src/primitive/index.rs - primitive::index::CollectWithIndexer::collect_with_indexer (line 407) ... ok Oct 16 00:01:56.811 INFO blam! test src/primitive/index.rs - primitive::index::HashIndexer (line 41) ... ok Oct 16 00:01:59.827 INFO blam! test src/primitive/index.rs - primitive::index::LruIndexer (line 121) ... ok Oct 16 00:02:00.631 INFO blam! test src/primitive/index.rs - primitive::index::IndexVertices::index_vertices (line 243) ... ok Oct 16 00:02:02.291 INFO blam! test src/primitive/index.rs - primitive::index::FlatIndexVertices::flat_index_vertices (line 328) ... ok Oct 16 00:02:10.905 INFO blam! test src/primitive/mod.rs - primitive (line 26) ... ok Oct 16 00:02:13.779 INFO blam! test src/primitive/topology.rs - primitive::topology::zip_vertices (line 453) ... ok Oct 16 00:02:14.603 INFO blam! test src/primitive/mod.rs - primitive (line 49) ... ok Oct 16 00:02:14.603 INFO blam! Oct 16 00:02:14.603 INFO blam! test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:02:14.603 INFO blam! Oct 16 00:02:14.623 INFO kablam! su: No module specific data is present Oct 16 00:02:15.327 INFO running `"docker" "rm" "-f" "b0623c8538421e30ccf723cafd79ed1b26a7c92b025a0d332429f8e58e2926ab"` Oct 16 00:02:15.555 INFO blam! b0623c8538421e30ccf723cafd79ed1b26a7c92b025a0d332429f8e58e2926ab