Oct 11 14:55:26.477 INFO testing plexus-0.0.10 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:55:26.477 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:55:26.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:55:26.718 INFO blam! c1c0e69b4272a7d3e1d221139d3ec18b02cb0e5ec8d3e3300e1cdc173412b2b7 Oct 11 14:55:26.719 INFO running `"docker" "start" "-a" "c1c0e69b4272a7d3e1d221139d3ec18b02cb0e5ec8d3e3300e1cdc173412b2b7"` Oct 11 14:55:27.592 INFO kablam! usermod: no changes Oct 11 14:55:27.900 INFO kablam! Compiling itertools v0.6.5 Oct 11 14:55:27.904 INFO kablam! Compiling decorum v0.0.11 Oct 11 14:55:31.051 INFO kablam! Compiling plexus v0.0.10 (/source) Oct 11 14:55:40.612 INFO kablam! warning: method is never used: `vertices` Oct 11 14:55:40.612 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 11 14:55:40.612 INFO kablam! | Oct 11 14:55:40.612 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 11 14:55:40.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:55:40.612 INFO kablam! | Oct 11 14:55:40.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 14:55:40.612 INFO kablam! Oct 11 14:55:40.612 INFO kablam! warning: method is never used: `bind` Oct 11 14:55:40.613 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 11 14:55:40.613 INFO kablam! | Oct 11 14:55:40.613 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 11 14:55:40.613 INFO kablam! 45 | | where Oct 11 14:55:40.613 INFO kablam! 46 | | T: Topological, Oct 11 14:55:40.613 INFO kablam! 47 | | M: Bind, Oct 11 14:55:40.613 INFO kablam! ... | Oct 11 14:55:40.613 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:55:40.613 INFO kablam! 54 | | } Oct 11 14:55:40.613 INFO kablam! | |_____^ Oct 11 14:55:40.613 INFO kablam! Oct 11 14:55:40.613 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 11 14:55:40.613 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 11 14:55:40.613 INFO kablam! | Oct 11 14:55:40.613 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 11 14:55:40.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:55:40.613 INFO kablam! Oct 11 14:55:40.613 INFO kablam! warning: method is never used: `bind` Oct 11 14:55:40.613 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 11 14:55:40.613 INFO kablam! | Oct 11 14:55:40.613 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 11 14:55:40.613 INFO kablam! 45 | | where Oct 11 14:55:40.613 INFO kablam! 46 | | T: Topological, Oct 11 14:55:40.613 INFO kablam! 47 | | M: Bind, Oct 11 14:55:40.613 INFO kablam! ... | Oct 11 14:55:40.613 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:55:40.613 INFO kablam! 54 | | } Oct 11 14:55:40.613 INFO kablam! | |_____^ Oct 11 14:55:40.613 INFO kablam! Oct 11 14:55:40.613 INFO kablam! warning: method is never used: `bind` Oct 11 14:55:40.613 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 11 14:55:40.613 INFO kablam! | Oct 11 14:55:40.613 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 11 14:55:40.613 INFO kablam! 37 | | where Oct 11 14:55:40.613 INFO kablam! 38 | | T: Topological, Oct 11 14:55:40.613 INFO kablam! 39 | | M: Bind, Oct 11 14:55:40.613 INFO kablam! ... | Oct 11 14:55:40.613 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:55:40.613 INFO kablam! 46 | | } Oct 11 14:55:40.613 INFO kablam! | |_____^ Oct 11 14:55:40.613 INFO kablam! Oct 11 14:55:41.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.44s Oct 11 14:55:41.077 INFO kablam! su: No module specific data is present Oct 11 14:55:41.428 INFO running `"docker" "rm" "-f" "c1c0e69b4272a7d3e1d221139d3ec18b02cb0e5ec8d3e3300e1cdc173412b2b7"` Oct 11 14:55:41.664 INFO blam! c1c0e69b4272a7d3e1d221139d3ec18b02cb0e5ec8d3e3300e1cdc173412b2b7 Oct 11 14:55:41.668 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:55:41.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:55:41.996 INFO blam! 0c635245bc72d705c96aae8981dc852fb5c9cd87350f17817d91127e752189e9 Oct 11 14:55:42.004 INFO running `"docker" "start" "-a" "0c635245bc72d705c96aae8981dc852fb5c9cd87350f17817d91127e752189e9"` Oct 11 14:55:43.305 INFO kablam! usermod: no changes Oct 11 14:55:43.736 INFO kablam! Compiling approx v0.3.0 Oct 11 14:55:43.744 INFO kablam! Compiling num-complex v0.2.1 Oct 11 14:55:43.752 INFO kablam! Compiling gfx v0.16.3 Oct 11 14:55:43.752 INFO kablam! Compiling gfx_gl v0.4.0 Oct 11 14:55:43.777 INFO kablam! Compiling decorum v0.0.11 Oct 11 14:55:43.788 INFO kablam! Compiling wayland-window v0.8.0 Oct 11 14:55:47.531 INFO kablam! Compiling alga v0.7.2 Oct 11 14:55:48.457 INFO kablam! Compiling winit v0.8.3 Oct 11 14:55:54.296 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 11 14:55:55.320 INFO kablam! Compiling nalgebra v0.16.4 Oct 11 14:55:59.561 INFO kablam! Compiling glutin v0.10.1 Oct 11 14:56:05.204 INFO kablam! Compiling gfx_window_glutin v0.18.0 Oct 11 14:56:33.783 INFO kablam! Compiling plexus v0.0.10 (/source) Oct 11 14:56:40.512 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 11 14:56:40.512 INFO kablam! --> src/graph/mesh.rs:705:14 Oct 11 14:56:40.512 INFO kablam! | Oct 11 14:56:40.512 INFO kablam! 705 | .root_cause() Oct 11 14:56:40.512 INFO kablam! | ^^^^^^^^^^ Oct 11 14:56:40.512 INFO kablam! | Oct 11 14:56:40.512 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 14:56:40.512 INFO kablam! Oct 11 14:56:40.512 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 11 14:56:40.512 INFO kablam! --> src/graph/mesh.rs:735:14 Oct 11 14:56:40.512 INFO kablam! | Oct 11 14:56:40.512 INFO kablam! 735 | .root_cause() Oct 11 14:56:40.512 INFO kablam! | ^^^^^^^^^^ Oct 11 14:56:40.512 INFO kablam! Oct 11 14:56:40.528 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 11 14:56:40.528 INFO kablam! --> src/graph/mesh.rs:776:14 Oct 11 14:56:40.528 INFO kablam! | Oct 11 14:56:40.528 INFO kablam! 776 | .root_cause() Oct 11 14:56:40.528 INFO kablam! | ^^^^^^^^^^ Oct 11 14:56:40.528 INFO kablam! Oct 11 14:56:43.134 INFO kablam! warning: method is never used: `vertices` Oct 11 14:56:43.134 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 11 14:56:43.134 INFO kablam! | Oct 11 14:56:43.134 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 11 14:56:43.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:56:43.134 INFO kablam! | Oct 11 14:56:43.134 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 14:56:43.134 INFO kablam! Oct 11 14:56:43.134 INFO kablam! warning: method is never used: `bind` Oct 11 14:56:43.134 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 11 14:56:43.134 INFO kablam! | Oct 11 14:56:43.134 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 11 14:56:43.134 INFO kablam! 45 | | where Oct 11 14:56:43.134 INFO kablam! 46 | | T: Topological, Oct 11 14:56:43.134 INFO kablam! 47 | | M: Bind, Oct 11 14:56:43.134 INFO kablam! ... | Oct 11 14:56:43.135 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:56:43.135 INFO kablam! 54 | | } Oct 11 14:56:43.135 INFO kablam! | |_____^ Oct 11 14:56:43.135 INFO kablam! Oct 11 14:56:43.135 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 11 14:56:43.135 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 11 14:56:43.135 INFO kablam! | Oct 11 14:56:43.135 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 11 14:56:43.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:56:43.135 INFO kablam! Oct 11 14:56:43.135 INFO kablam! warning: method is never used: `bind` Oct 11 14:56:43.135 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 11 14:56:43.135 INFO kablam! | Oct 11 14:56:43.135 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 11 14:56:43.135 INFO kablam! 45 | | where Oct 11 14:56:43.135 INFO kablam! 46 | | T: Topological, Oct 11 14:56:43.135 INFO kablam! 47 | | M: Bind, Oct 11 14:56:43.135 INFO kablam! ... | Oct 11 14:56:43.135 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:56:43.135 INFO kablam! 54 | | } Oct 11 14:56:43.135 INFO kablam! | |_____^ Oct 11 14:56:43.135 INFO kablam! Oct 11 14:56:43.135 INFO kablam! warning: method is never used: `bind` Oct 11 14:56:43.135 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 11 14:56:43.135 INFO kablam! | Oct 11 14:56:43.135 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 11 14:56:43.135 INFO kablam! 37 | | where Oct 11 14:56:43.135 INFO kablam! 38 | | T: Topological, Oct 11 14:56:43.135 INFO kablam! 39 | | M: Bind, Oct 11 14:56:43.135 INFO kablam! ... | Oct 11 14:56:43.135 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:56:43.135 INFO kablam! 46 | | } Oct 11 14:56:43.135 INFO kablam! | |_____^ Oct 11 14:56:43.135 INFO kablam! Oct 11 14:56:43.232 INFO kablam! warning: method is never used: `vertices` Oct 11 14:56:43.232 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 11 14:56:43.232 INFO kablam! | Oct 11 14:56:43.232 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 11 14:56:43.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:56:43.232 INFO kablam! | Oct 11 14:56:43.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 14:56:43.232 INFO kablam! Oct 11 14:56:43.232 INFO kablam! warning: method is never used: `bind` Oct 11 14:56:43.232 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 11 14:56:43.232 INFO kablam! | Oct 11 14:56:43.232 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 11 14:56:43.232 INFO kablam! 45 | | where Oct 11 14:56:43.232 INFO kablam! 46 | | T: Topological, Oct 11 14:56:43.232 INFO kablam! 47 | | M: Bind, Oct 11 14:56:43.232 INFO kablam! ... | Oct 11 14:56:43.232 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:56:43.232 INFO kablam! 54 | | } Oct 11 14:56:43.232 INFO kablam! | |_____^ Oct 11 14:56:43.232 INFO kablam! Oct 11 14:56:43.232 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 11 14:56:43.232 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 11 14:56:43.232 INFO kablam! | Oct 11 14:56:43.232 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 11 14:56:43.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:56:43.232 INFO kablam! Oct 11 14:56:43.232 INFO kablam! warning: method is never used: `bind` Oct 11 14:56:43.232 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 11 14:56:43.232 INFO kablam! | Oct 11 14:56:43.232 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 11 14:56:43.232 INFO kablam! 45 | | where Oct 11 14:56:43.232 INFO kablam! 46 | | T: Topological, Oct 11 14:56:43.232 INFO kablam! 47 | | M: Bind, Oct 11 14:56:43.232 INFO kablam! ... | Oct 11 14:56:43.232 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:56:43.232 INFO kablam! 54 | | } Oct 11 14:56:43.232 INFO kablam! | |_____^ Oct 11 14:56:43.232 INFO kablam! Oct 11 14:56:43.232 INFO kablam! warning: method is never used: `bind` Oct 11 14:56:43.232 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 11 14:56:43.232 INFO kablam! | Oct 11 14:56:43.232 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 11 14:56:43.233 INFO kablam! 37 | | where Oct 11 14:56:43.233 INFO kablam! 38 | | T: Topological, Oct 11 14:56:43.233 INFO kablam! 39 | | M: Bind, Oct 11 14:56:43.233 INFO kablam! ... | Oct 11 14:56:43.233 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 11 14:56:43.233 INFO kablam! 46 | | } Oct 11 14:56:43.233 INFO kablam! | |_____^ Oct 11 14:56:43.233 INFO kablam! Oct 11 14:57:05.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 11 14:57:05.115 INFO kablam! su: No module specific data is present Oct 11 14:57:05.543 INFO running `"docker" "rm" "-f" "0c635245bc72d705c96aae8981dc852fb5c9cd87350f17817d91127e752189e9"` Oct 11 14:57:05.828 INFO blam! 0c635245bc72d705c96aae8981dc852fb5c9cd87350f17817d91127e752189e9 Oct 11 14:57:05.834 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:57:05.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:57:06.173 INFO blam! b814260bc4be7d6720afe546c60e689ce455ae24cee0e47213b68b1166f66d0a Oct 11 14:57:06.180 INFO running `"docker" "start" "-a" "b814260bc4be7d6720afe546c60e689ce455ae24cee0e47213b68b1166f66d0a"` Oct 11 14:57:07.156 INFO kablam! usermod: no changes Oct 11 14:57:07.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 11 14:57:07.420 INFO kablam! Running /target/debug/deps/plexus-fa9e9b16664e54f3 Oct 11 14:57:07.420 INFO blam! Oct 11 14:57:07.420 INFO blam! running 20 tests Oct 11 14:57:07.420 INFO blam! test buffer::tests::convert_mesh_to_buffer_by_vertex ... ok Oct 11 14:57:07.456 INFO blam! test graph::mesh::tests::error_on_singularity_mesh ... ok Oct 11 14:57:07.456 INFO blam! test graph::mesh::tests::error_on_non_manifold_mesh ... ok Oct 11 14:57:07.456 INFO blam! test graph::mesh::tests::collect_topology_into_mesh ... ok Oct 11 14:57:07.467 INFO blam! test graph::mesh::tests::iterate_mesh_topology ... ok Oct 11 14:57:07.467 INFO blam! test buffer::tests::convert_mesh_to_buffer_by_face ... ok Oct 11 14:57:07.467 INFO blam! test buffer::tests::collect_topology_into_buffer ... ok Oct 11 14:57:07.467 INFO blam! test graph::view::edge::tests::extrude_edge ... ok Oct 11 14:57:07.468 INFO blam! test graph::view::edge::tests::join_edges ... ok Oct 11 14:57:07.468 INFO blam! test graph::view::face::tests::circulate_over_faces ... ok Oct 11 14:57:07.468 INFO blam! test primitive::sphere::tests::index_to_vertex_mapping ... ok Oct 11 14:57:07.468 INFO blam! test graph::mesh::tests::read_write_geometry_ref ... ok Oct 11 14:57:07.470 INFO blam! test primitive::sphere::tests::polygon_vertex_count ... ok Oct 11 14:57:07.470 INFO blam! test graph::view::vertex::tests::circulate_over_edges ... ok Oct 11 14:57:07.488 INFO blam! test graph::view::face::tests::circulate_over_edges ... ok Oct 11 14:57:07.488 INFO blam! test primitive::sphere::tests::vertex_count ... ok Oct 11 14:57:07.488 INFO blam! test graph::view::face::tests::extrude_face ... ok Oct 11 14:57:07.488 INFO blam! test graph::view::edge::tests::split_composite_edge ... ok Oct 11 14:57:07.505 INFO blam! test graph::view::face::tests::triangulate_mesh ... ok Oct 11 14:57:08.730 INFO blam! test graph::mesh::tests::non_manifold_error_deferred ... ok Oct 11 14:57:08.731 INFO blam! Oct 11 14:57:08.731 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:57:08.731 INFO blam! Oct 11 14:57:08.740 INFO kablam! Doc-tests plexus Oct 11 14:57:16.436 INFO blam! Oct 11 14:57:16.436 INFO blam! running 27 tests Oct 11 14:58:00.828 INFO blam! test src/buffer.rs - buffer::MeshBuffer::new (line 88) ... ok Oct 11 14:58:01.272 INFO blam! test src/buffer.rs - buffer (line 11) ... ok Oct 11 14:58:03.712 INFO blam! test src/buffer.rs - buffer::MeshBuffer::from_raw_buffers (line 107) ... ok Oct 11 14:58:06.040 INFO blam! test src/graph/mesh.rs - graph::mesh::Mesh::new (line 78) ... ok Oct 11 14:58:06.452 INFO blam! test src/geometry/mod.rs - geometry::Geometry (line 31) ... ok Oct 11 14:58:08.652 INFO blam! test src/graph/mod.rs - graph (line 116) ... ok Oct 11 14:58:09.952 INFO blam! test src/graph/mesh.rs - graph::mesh::Mesh::from_raw_buffers (line 116) ... ok Oct 11 14:58:10.800 INFO blam! test src/buffer.rs - buffer (line 31) ... ok Oct 11 14:58:35.094 INFO blam! test src/graph/view/edge.rs - graph::view::edge::EdgeView<&'a mut M, G>::into_ref (line 75) ... ok Oct 11 14:58:42.799 INFO blam! test src/graph/mod.rs - graph (line 80) ... ok Oct 11 14:58:43.420 INFO blam! test src/graph/mod.rs - graph (line 97) ... ok Oct 11 14:58:43.616 INFO blam! test src/graph/view/vertex.rs - graph::view::vertex::VertexView<&'a mut M, G>::into_ref (line 67) ... ok Oct 11 14:58:43.871 INFO blam! test src/graph/view/face.rs - graph::view::face::FaceView<&'a mut M, G>::into_ref (line 75) ... ok Oct 11 14:58:44.497 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithIndex::polygons_with_index (line 228) ... ok Oct 11 14:58:44.704 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithPosition::polygons_with_position (line 155) ... ok Oct 11 14:58:44.988 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithPosition::polygons_with_position_from (line 176) ... ok Oct 11 14:59:16.292 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithTexture::polygons_with_texture (line 287) ... ok Oct 11 14:59:18.969 INFO blam! test src/primitive/generate.rs - primitive::generate::VerticesWithPosition::vertices_with_position (line 82) ... ok Oct 11 14:59:23.801 INFO blam! test src/primitive/generate.rs - primitive::generate::VerticesWithPosition::vertices_with_position_from (line 111) ... ok Oct 11 14:59:23.813 INFO blam! test src/primitive/index.rs - primitive::index::LruIndexer (line 121) ... ok Oct 11 14:59:24.028 INFO blam! test src/primitive/index.rs - primitive::index::IndexVertices::index_vertices (line 243) ... ok Oct 11 14:59:29.028 INFO blam! test src/primitive/index.rs - primitive::index::HashIndexer (line 41) ... ok Oct 11 14:59:29.384 INFO blam! test src/primitive/index.rs - primitive::index::CollectWithIndexer::collect_with_indexer (line 407) ... ok Oct 11 14:59:30.970 INFO blam! test src/primitive/index.rs - primitive::index::FlatIndexVertices::flat_index_vertices (line 328) ... ok Oct 11 14:59:46.632 INFO blam! test src/primitive/mod.rs - primitive (line 49) ... ok Oct 11 14:59:47.860 INFO blam! test src/primitive/mod.rs - primitive (line 26) ... ok Oct 11 14:59:47.932 INFO blam! test src/primitive/topology.rs - primitive::topology::zip_vertices (line 453) ... ok Oct 11 14:59:47.932 INFO blam! Oct 11 14:59:47.932 INFO blam! test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:59:47.932 INFO blam! Oct 11 14:59:47.962 INFO kablam! su: No module specific data is present Oct 11 14:59:48.534 INFO running `"docker" "rm" "-f" "b814260bc4be7d6720afe546c60e689ce455ae24cee0e47213b68b1166f66d0a"` Oct 11 14:59:48.780 INFO blam! b814260bc4be7d6720afe546c60e689ce455ae24cee0e47213b68b1166f66d0a