Oct 15 23:57:21.124 INFO testing plexus-0.0.10 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:57:21.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 23:57:21.355 INFO blam! 963d0b7b4de984c45b0987e0d4508da5c40b842cdc9ebf14140a5858e16ee68f Oct 15 23:57:21.357 INFO running `"docker" "start" "-a" "963d0b7b4de984c45b0987e0d4508da5c40b842cdc9ebf14140a5858e16ee68f"` Oct 15 23:57:22.082 INFO kablam! usermod: no changes Oct 15 23:57:22.431 INFO kablam! Compiling itertools v0.6.5 Oct 15 23:57:22.439 INFO kablam! Compiling nalgebra v0.16.5 Oct 15 23:57:22.448 INFO kablam! Compiling decorum v0.0.11 Oct 15 23:57:58.486 INFO kablam! Compiling plexus v0.0.10 (/source) Oct 15 23:58:05.907 INFO kablam! warning: method is never used: `vertices` Oct 15 23:58:05.907 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 15 23:58:05.907 INFO kablam! | Oct 15 23:58:05.907 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 15 23:58:05.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:58:05.907 INFO kablam! | Oct 15 23:58:05.907 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:58:05.907 INFO kablam! Oct 15 23:58:05.907 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:05.907 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 15 23:58:05.907 INFO kablam! | Oct 15 23:58:05.907 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 15 23:58:05.907 INFO kablam! 45 | | where Oct 15 23:58:05.907 INFO kablam! 46 | | T: Topological, Oct 15 23:58:05.907 INFO kablam! 47 | | M: Bind, Oct 15 23:58:05.907 INFO kablam! ... | Oct 15 23:58:05.907 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:05.907 INFO kablam! 54 | | } Oct 15 23:58:05.907 INFO kablam! | |_____^ Oct 15 23:58:05.907 INFO kablam! Oct 15 23:58:05.907 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 15 23:58:05.907 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 15 23:58:05.907 INFO kablam! | Oct 15 23:58:05.907 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 15 23:58:05.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:58:05.907 INFO kablam! Oct 15 23:58:05.907 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:05.907 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 15 23:58:05.907 INFO kablam! | Oct 15 23:58:05.907 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 15 23:58:05.907 INFO kablam! 45 | | where Oct 15 23:58:05.907 INFO kablam! 46 | | T: Topological, Oct 15 23:58:05.907 INFO kablam! 47 | | M: Bind, Oct 15 23:58:05.907 INFO kablam! ... | Oct 15 23:58:05.907 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:05.907 INFO kablam! 54 | | } Oct 15 23:58:05.907 INFO kablam! | |_____^ Oct 15 23:58:05.907 INFO kablam! Oct 15 23:58:05.907 INFO kablam! warning: method is never used: `bind` Oct 15 23:58:05.907 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 15 23:58:05.907 INFO kablam! | Oct 15 23:58:05.907 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 15 23:58:05.907 INFO kablam! 37 | | where Oct 15 23:58:05.907 INFO kablam! 38 | | T: Topological, Oct 15 23:58:05.907 INFO kablam! 39 | | M: Bind, Oct 15 23:58:05.907 INFO kablam! ... | Oct 15 23:58:05.907 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:58:05.907 INFO kablam! 46 | | } Oct 15 23:58:05.907 INFO kablam! | |_____^ Oct 15 23:58:05.907 INFO kablam! Oct 15 23:58:06.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.37s Oct 15 23:58:06.497 INFO kablam! su: No module specific data is present Oct 15 23:58:06.871 INFO running `"docker" "rm" "-f" "963d0b7b4de984c45b0987e0d4508da5c40b842cdc9ebf14140a5858e16ee68f"` Oct 15 23:58:07.064 INFO blam! 963d0b7b4de984c45b0987e0d4508da5c40b842cdc9ebf14140a5858e16ee68f Oct 15 23:58:07.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 23:58:07.398 INFO blam! 214f5fe7aaa02bd88af343395fe5a61846ef6a4d6d2fb28f261938567c8b46ca Oct 15 23:58:07.401 INFO running `"docker" "start" "-a" "214f5fe7aaa02bd88af343395fe5a61846ef6a4d6d2fb28f261938567c8b46ca"` Oct 15 23:58:08.073 INFO kablam! usermod: no changes Oct 15 23:58:08.408 INFO kablam! Compiling num-integer v0.1.39 Oct 15 23:58:08.408 INFO kablam! Compiling num-complex v0.2.1 Oct 15 23:58:08.410 INFO kablam! Compiling decorum v0.0.11 Oct 15 23:58:08.420 INFO kablam! Compiling gfx_window_glutin v0.18.0 Oct 15 23:58:12.179 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 23:58:12.179 INFO kablam! Compiling num-iter v0.1.37 Oct 15 23:58:12.514 INFO kablam! Compiling alga v0.7.2 Oct 15 23:58:16.290 INFO kablam! Compiling num-rational v0.1.42 Oct 15 23:58:18.655 INFO kablam! Compiling nalgebra v0.16.5 Oct 15 23:58:19.498 INFO kablam! Compiling num v0.1.42 Oct 15 23:58:57.630 INFO kablam! Compiling plexus v0.0.10 (/source) Oct 15 23:59:02.539 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 15 23:59:02.539 INFO kablam! --> src/graph/mesh.rs:705:14 Oct 15 23:59:02.539 INFO kablam! | Oct 15 23:59:02.539 INFO kablam! 705 | .root_cause() Oct 15 23:59:02.539 INFO kablam! | ^^^^^^^^^^ Oct 15 23:59:02.539 INFO kablam! | Oct 15 23:59:02.539 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 23:59:02.539 INFO kablam! Oct 15 23:59:02.554 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 15 23:59:02.555 INFO kablam! --> src/graph/mesh.rs:735:14 Oct 15 23:59:02.555 INFO kablam! | Oct 15 23:59:02.555 INFO kablam! 735 | .root_cause() Oct 15 23:59:02.555 INFO kablam! | ^^^^^^^^^^ Oct 15 23:59:02.555 INFO kablam! Oct 15 23:59:02.570 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 15 23:59:02.571 INFO kablam! --> src/graph/mesh.rs:776:14 Oct 15 23:59:02.571 INFO kablam! | Oct 15 23:59:02.571 INFO kablam! 776 | .root_cause() Oct 15 23:59:02.571 INFO kablam! | ^^^^^^^^^^ Oct 15 23:59:02.571 INFO kablam! Oct 15 23:59:04.930 INFO kablam! warning: method is never used: `vertices` Oct 15 23:59:04.931 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 15 23:59:04.931 INFO kablam! | Oct 15 23:59:04.931 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 15 23:59:04.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:59:04.931 INFO kablam! | Oct 15 23:59:04.931 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:59:04.931 INFO kablam! Oct 15 23:59:04.931 INFO kablam! warning: method is never used: `bind` Oct 15 23:59:04.931 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 15 23:59:04.931 INFO kablam! | Oct 15 23:59:04.931 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 15 23:59:04.931 INFO kablam! 45 | | where Oct 15 23:59:04.931 INFO kablam! 46 | | T: Topological, Oct 15 23:59:04.931 INFO kablam! 47 | | M: Bind, Oct 15 23:59:04.942 INFO kablam! ... | Oct 15 23:59:04.942 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:59:04.943 INFO kablam! 54 | | } Oct 15 23:59:04.943 INFO kablam! | |_____^ Oct 15 23:59:04.943 INFO kablam! Oct 15 23:59:04.943 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 15 23:59:04.943 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 15 23:59:04.943 INFO kablam! | Oct 15 23:59:04.943 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 15 23:59:04.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:59:04.943 INFO kablam! Oct 15 23:59:04.943 INFO kablam! warning: method is never used: `bind` Oct 15 23:59:04.943 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 15 23:59:04.943 INFO kablam! | Oct 15 23:59:04.943 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 15 23:59:04.943 INFO kablam! 45 | | where Oct 15 23:59:04.943 INFO kablam! 46 | | T: Topological, Oct 15 23:59:04.943 INFO kablam! 47 | | M: Bind, Oct 15 23:59:04.943 INFO kablam! ... | Oct 15 23:59:04.943 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:59:04.943 INFO kablam! 54 | | } Oct 15 23:59:04.943 INFO kablam! | |_____^ Oct 15 23:59:04.943 INFO kablam! Oct 15 23:59:04.943 INFO kablam! warning: method is never used: `bind` Oct 15 23:59:04.943 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 15 23:59:04.943 INFO kablam! | Oct 15 23:59:04.943 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 15 23:59:04.943 INFO kablam! 37 | | where Oct 15 23:59:04.943 INFO kablam! 38 | | T: Topological, Oct 15 23:59:04.943 INFO kablam! 39 | | M: Bind, Oct 15 23:59:04.943 INFO kablam! ... | Oct 15 23:59:04.943 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:59:04.943 INFO kablam! 46 | | } Oct 15 23:59:04.943 INFO kablam! | |_____^ Oct 15 23:59:04.943 INFO kablam! Oct 15 23:59:05.026 INFO kablam! warning: method is never used: `vertices` Oct 15 23:59:05.027 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 15 23:59:05.027 INFO kablam! | Oct 15 23:59:05.027 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 15 23:59:05.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:59:05.027 INFO kablam! | Oct 15 23:59:05.027 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:59:05.027 INFO kablam! Oct 15 23:59:05.027 INFO kablam! warning: method is never used: `bind` Oct 15 23:59:05.027 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 15 23:59:05.027 INFO kablam! | Oct 15 23:59:05.027 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 15 23:59:05.027 INFO kablam! 45 | | where Oct 15 23:59:05.027 INFO kablam! 46 | | T: Topological, Oct 15 23:59:05.027 INFO kablam! 47 | | M: Bind, Oct 15 23:59:05.030 INFO kablam! ... | Oct 15 23:59:05.030 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:59:05.031 INFO kablam! 54 | | } Oct 15 23:59:05.031 INFO kablam! | |_____^ Oct 15 23:59:05.031 INFO kablam! Oct 15 23:59:05.031 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 15 23:59:05.031 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 15 23:59:05.031 INFO kablam! | Oct 15 23:59:05.031 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 15 23:59:05.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:59:05.031 INFO kablam! Oct 15 23:59:05.031 INFO kablam! warning: method is never used: `bind` Oct 15 23:59:05.031 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 15 23:59:05.031 INFO kablam! | Oct 15 23:59:05.031 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 15 23:59:05.031 INFO kablam! 45 | | where Oct 15 23:59:05.031 INFO kablam! 46 | | T: Topological, Oct 15 23:59:05.034 INFO kablam! 47 | | M: Bind, Oct 15 23:59:05.038 INFO kablam! ... | Oct 15 23:59:05.038 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:59:05.039 INFO kablam! 54 | | } Oct 15 23:59:05.039 INFO kablam! | |_____^ Oct 15 23:59:05.039 INFO kablam! Oct 15 23:59:05.039 INFO kablam! warning: method is never used: `bind` Oct 15 23:59:05.039 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 15 23:59:05.039 INFO kablam! | Oct 15 23:59:05.039 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 15 23:59:05.039 INFO kablam! 37 | | where Oct 15 23:59:05.039 INFO kablam! 38 | | T: Topological, Oct 15 23:59:05.039 INFO kablam! 39 | | M: Bind, Oct 15 23:59:05.039 INFO kablam! ... | Oct 15 23:59:05.039 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 15 23:59:05.039 INFO kablam! 46 | | } Oct 15 23:59:05.039 INFO kablam! | |_____^ Oct 15 23:59:05.039 INFO kablam! Oct 15 23:59:21.702 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 15 23:59:21.716 INFO kablam! su: No module specific data is present Oct 15 23:59:22.039 INFO running `"docker" "rm" "-f" "214f5fe7aaa02bd88af343395fe5a61846ef6a4d6d2fb28f261938567c8b46ca"` Oct 15 23:59:22.266 INFO blam! 214f5fe7aaa02bd88af343395fe5a61846ef6a4d6d2fb28f261938567c8b46ca Oct 15 23:59:22.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 23:59:22.606 INFO blam! 59f3cbb73f218e0c65c94035633273c9d3f9f217a77a9e44d964c148be4e07e6 Oct 15 23:59:22.609 INFO running `"docker" "start" "-a" "59f3cbb73f218e0c65c94035633273c9d3f9f217a77a9e44d964c148be4e07e6"` Oct 15 23:59:23.294 INFO kablam! usermod: no changes Oct 15 23:59:23.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 15 23:59:23.573 INFO kablam! Running /target/debug/deps/plexus-a647041079189237 Oct 15 23:59:23.575 INFO blam! Oct 15 23:59:23.578 INFO blam! running 20 tests Oct 15 23:59:23.589 INFO blam! test graph::mesh::tests::error_on_singularity_mesh ... ok Oct 15 23:59:23.590 INFO blam! test graph::mesh::tests::error_on_non_manifold_mesh ... ok Oct 15 23:59:23.592 INFO blam! test graph::mesh::tests::iterate_mesh_topology ... ok Oct 15 23:59:23.611 INFO blam! test graph::mesh::tests::collect_topology_into_mesh ... ok Oct 15 23:59:23.611 INFO blam! test buffer::tests::collect_topology_into_buffer ... ok Oct 15 23:59:23.611 INFO blam! test buffer::tests::convert_mesh_to_buffer_by_face ... ok Oct 15 23:59:23.619 INFO blam! test graph::view::edge::tests::extrude_edge ... ok Oct 15 23:59:23.619 INFO blam! test buffer::tests::convert_mesh_to_buffer_by_vertex ... ok Oct 15 23:59:23.639 INFO blam! test graph::view::edge::tests::join_edges ... ok Oct 15 23:59:23.651 INFO blam! test graph::view::face::tests::circulate_over_faces ... ok Oct 15 23:59:23.651 INFO blam! test graph::mesh::tests::read_write_geometry_ref ... ok Oct 15 23:59:23.651 INFO blam! test graph::view::edge::tests::split_composite_edge ... ok Oct 15 23:59:23.651 INFO blam! test graph::view::face::tests::extrude_face ... ok Oct 15 23:59:23.655 INFO blam! test primitive::sphere::tests::index_to_vertex_mapping ... ok Oct 15 23:59:23.655 INFO blam! test primitive::sphere::tests::polygon_vertex_count ... ok Oct 15 23:59:23.655 INFO blam! test primitive::sphere::tests::vertex_count ... ok Oct 15 23:59:23.682 INFO blam! test graph::view::vertex::tests::circulate_over_edges ... ok Oct 15 23:59:23.709 INFO blam! test graph::view::face::tests::circulate_over_edges ... ok Oct 15 23:59:23.745 INFO blam! test graph::view::face::tests::triangulate_mesh ... ok Oct 15 23:59:24.915 INFO blam! test graph::mesh::tests::non_manifold_error_deferred ... ok Oct 15 23:59:24.915 INFO kablam! Doc-tests plexus Oct 15 23:59:24.915 INFO blam! Oct 15 23:59:24.915 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:59:24.915 INFO blam! Oct 15 23:59:29.816 INFO blam! Oct 15 23:59:29.816 INFO blam! running 27 tests Oct 16 00:00:06.187 INFO blam! test src/graph/mesh.rs - graph::mesh::Mesh::new (line 78) ... ok Oct 16 00:00:07.255 INFO blam! test src/buffer.rs - buffer (line 11) ... ok Oct 16 00:00:07.741 INFO blam! test src/buffer.rs - buffer::MeshBuffer::from_raw_buffers (line 107) ... ok Oct 16 00:00:09.730 INFO blam! test src/graph/mod.rs - graph (line 116) ... ok Oct 16 00:00:16.064 INFO blam! test src/buffer.rs - buffer::MeshBuffer::new (line 88) ... ok Oct 16 00:00:18.942 INFO blam! test src/graph/mesh.rs - graph::mesh::Mesh::from_raw_buffers (line 116) ... ok Oct 16 00:00:20.970 INFO blam! test src/buffer.rs - buffer (line 31) ... ok Oct 16 00:00:22.619 INFO blam! test src/geometry/mod.rs - geometry::Geometry (line 31) ... ok Oct 16 00:01:00.295 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:06.177 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:01:07.247 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:09.724 INFO blam! test src/graph/view/face.rs - graph::view::face::FaceView<&'a mut M, G>::into_ref (line 75) ... test src/graph/view/face.rs - graph::view::face::FaceView<&'a mut M, G>::into_ref (line 75) has been running for over 60 seconds Oct 16 00:01:10.959 INFO blam! test src/graph/mod.rs - graph (line 97) ... ok Oct 16 00:01:11.059 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:11.907 INFO blam! test src/graph/mod.rs - graph (line 80) ... ok Oct 16 00:01:12.587 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithIndex::polygons_with_index (line 228) ... ok Oct 16 00:01:16.063 INFO blam! test src/graph/view/vertex.rs - graph::view::vertex::VertexView<&'a mut M, G>::into_ref (line 67) ... test src/graph/view/vertex.rs - graph::view::vertex::VertexView<&'a mut M, G>::into_ref (line 67) has been running for over 60 seconds Oct 16 00:01:16.147 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithPosition::polygons_with_position (line 155) ... ok Oct 16 00:01:17.371 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithPosition::polygons_with_position_from (line 176) ... ok Oct 16 00:01:21.575 INFO blam! test src/graph/view/vertex.rs - graph::view::vertex::VertexView<&'a mut M, G>::into_ref (line 67) ... ok Oct 16 00:01:50.265 INFO blam! test src/primitive/generate.rs - primitive::generate::VerticesWithPosition::vertices_with_position_from (line 111) ... ok Oct 16 00:01:50.391 INFO blam! test src/primitive/generate.rs - primitive::generate::PolygonsWithTexture::polygons_with_texture (line 287) ... ok Oct 16 00:01:55.324 INFO blam! test src/primitive/index.rs - primitive::index::IndexVertices::index_vertices (line 243) ... ok Oct 16 00:01:57.087 INFO blam! test src/primitive/index.rs - primitive::index::HashIndexer (line 41) ... ok Oct 16 00:02:00.858 INFO blam! test src/primitive/generate.rs - primitive::generate::VerticesWithPosition::vertices_with_position (line 82) ... ok Oct 16 00:02:01.383 INFO blam! test src/primitive/index.rs - primitive::index::CollectWithIndexer::collect_with_indexer (line 407) ... ok Oct 16 00:02:02.207 INFO blam! test src/primitive/index.rs - primitive::index::FlatIndexVertices::flat_index_vertices (line 328) ... ok Oct 16 00:02:04.739 INFO blam! test src/primitive/index.rs - primitive::index::LruIndexer (line 121) ... ok Oct 16 00:02:15.338 INFO blam! test src/primitive/mod.rs - primitive (line 26) ... ok Oct 16 00:02:15.813 INFO blam! test src/primitive/mod.rs - primitive (line 49) ... ok Oct 16 00:02:16.482 INFO blam! test src/primitive/topology.rs - primitive::topology::zip_vertices (line 453) ... ok Oct 16 00:02:16.483 INFO blam! Oct 16 00:02:16.483 INFO blam! test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:02:16.483 INFO blam! Oct 16 00:02:16.538 INFO kablam! su: No module specific data is present Oct 16 00:02:16.989 INFO running `"docker" "rm" "-f" "59f3cbb73f218e0c65c94035633273c9d3f9f217a77a9e44d964c148be4e07e6"` Oct 16 00:02:17.235 INFO blam! 59f3cbb73f218e0c65c94035633273c9d3f9f217a77a9e44d964c148be4e07e6