Oct 22 00:52:43.804 INFO checking plexus-0.0.10 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:52:43.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 22 00:52:44.031 INFO blam! 9814fdb2b4803c4dea3e37d30df77ea85fcb8b349f9ec75d740117d78cda481f Oct 22 00:52:44.040 INFO running `"docker" "start" "-a" "9814fdb2b4803c4dea3e37d30df77ea85fcb8b349f9ec75d740117d78cda481f"` Oct 22 00:52:44.648 INFO kablam! usermod: no changes Oct 22 00:52:44.888 INFO kablam! Checking num-complex v0.2.1 Oct 22 00:52:44.889 INFO kablam! Compiling glutin v0.10.1 Oct 22 00:52:44.892 INFO kablam! Checking decorum v0.0.11 Oct 22 00:52:44.898 INFO kablam! Checking wayland-window v0.8.0 Oct 22 00:52:46.625 INFO kablam! Checking winit v0.8.3 Oct 22 00:52:47.236 INFO kablam! Checking alga v0.7.2 Oct 22 00:52:52.964 INFO kablam! Checking nalgebra v0.16.5 Oct 22 00:52:58.717 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 22 00:53:28.854 INFO kablam! Checking plexus v0.0.10 (/source) Oct 22 00:53:35.039 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 22 00:53:35.039 INFO kablam! --> src/graph/mesh.rs:705:14 Oct 22 00:53:35.039 INFO kablam! | Oct 22 00:53:35.039 INFO kablam! 705 | .root_cause() Oct 22 00:53:35.039 INFO kablam! | ^^^^^^^^^^ Oct 22 00:53:35.039 INFO kablam! | Oct 22 00:53:35.039 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 00:53:35.039 INFO kablam! Oct 22 00:53:35.040 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 22 00:53:35.040 INFO kablam! --> src/graph/mesh.rs:735:14 Oct 22 00:53:35.040 INFO kablam! | Oct 22 00:53:35.040 INFO kablam! 735 | .root_cause() Oct 22 00:53:35.040 INFO kablam! | ^^^^^^^^^^ Oct 22 00:53:35.040 INFO kablam! Oct 22 00:53:35.056 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 22 00:53:35.056 INFO kablam! --> src/graph/mesh.rs:776:14 Oct 22 00:53:35.056 INFO kablam! | Oct 22 00:53:35.056 INFO kablam! 776 | .root_cause() Oct 22 00:53:35.056 INFO kablam! | ^^^^^^^^^^ Oct 22 00:53:35.056 INFO kablam! Oct 22 00:53:36.482 INFO kablam! warning: method is never used: `vertices` Oct 22 00:53:36.482 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 22 00:53:36.482 INFO kablam! | Oct 22 00:53:36.482 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 22 00:53:36.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:53:36.482 INFO kablam! | Oct 22 00:53:36.482 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:53:36.482 INFO kablam! Oct 22 00:53:36.483 INFO kablam! warning: method is never used: `bind` Oct 22 00:53:36.483 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 22 00:53:36.483 INFO kablam! | Oct 22 00:53:36.483 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 22 00:53:36.483 INFO kablam! 45 | | where Oct 22 00:53:36.483 INFO kablam! 46 | | T: Topological, Oct 22 00:53:36.483 INFO kablam! 47 | | M: Bind, Oct 22 00:53:36.483 INFO kablam! ... | Oct 22 00:53:36.483 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 22 00:53:36.483 INFO kablam! 54 | | } Oct 22 00:53:36.483 INFO kablam! | |_____^ Oct 22 00:53:36.483 INFO kablam! Oct 22 00:53:36.483 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 22 00:53:36.483 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 22 00:53:36.483 INFO kablam! | Oct 22 00:53:36.483 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 22 00:53:36.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:53:36.483 INFO kablam! Oct 22 00:53:36.483 INFO kablam! warning: method is never used: `bind` Oct 22 00:53:36.483 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 22 00:53:36.483 INFO kablam! | Oct 22 00:53:36.483 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 22 00:53:36.484 INFO kablam! 45 | | where Oct 22 00:53:36.484 INFO kablam! 46 | | T: Topological, Oct 22 00:53:36.484 INFO kablam! 47 | | M: Bind, Oct 22 00:53:36.484 INFO kablam! ... | Oct 22 00:53:36.484 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 22 00:53:36.484 INFO kablam! 54 | | } Oct 22 00:53:36.484 INFO kablam! | |_____^ Oct 22 00:53:36.488 INFO kablam! Oct 22 00:53:36.488 INFO kablam! warning: method is never used: `bind` Oct 22 00:53:36.488 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 22 00:53:36.488 INFO kablam! | Oct 22 00:53:36.488 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 22 00:53:36.488 INFO kablam! 37 | | where Oct 22 00:53:36.489 INFO kablam! 38 | | T: Topological, Oct 22 00:53:36.489 INFO kablam! 39 | | M: Bind, Oct 22 00:53:36.489 INFO kablam! ... | Oct 22 00:53:36.489 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 22 00:53:36.489 INFO kablam! 46 | | } Oct 22 00:53:36.489 INFO kablam! | |_____^ Oct 22 00:53:36.489 INFO kablam! Oct 22 00:53:37.753 INFO kablam! warning: method is never used: `vertices` Oct 22 00:53:37.753 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 22 00:53:37.753 INFO kablam! | Oct 22 00:53:37.753 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 22 00:53:37.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:53:37.753 INFO kablam! | Oct 22 00:53:37.753 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:53:37.753 INFO kablam! Oct 22 00:53:37.753 INFO kablam! warning: method is never used: `bind` Oct 22 00:53:37.753 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 22 00:53:37.753 INFO kablam! | Oct 22 00:53:37.753 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 22 00:53:37.753 INFO kablam! 45 | | where Oct 22 00:53:37.753 INFO kablam! 46 | | T: Topological, Oct 22 00:53:37.753 INFO kablam! 47 | | M: Bind, Oct 22 00:53:37.753 INFO kablam! ... | Oct 22 00:53:37.753 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 22 00:53:37.753 INFO kablam! 54 | | } Oct 22 00:53:37.754 INFO kablam! | |_____^ Oct 22 00:53:37.754 INFO kablam! Oct 22 00:53:37.754 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 22 00:53:37.754 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 22 00:53:37.754 INFO kablam! | Oct 22 00:53:37.754 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 22 00:53:37.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:53:37.754 INFO kablam! Oct 22 00:53:37.754 INFO kablam! warning: method is never used: `bind` Oct 22 00:53:37.754 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 22 00:53:37.754 INFO kablam! | Oct 22 00:53:37.754 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 22 00:53:37.754 INFO kablam! 45 | | where Oct 22 00:53:37.754 INFO kablam! 46 | | T: Topological, Oct 22 00:53:37.754 INFO kablam! 47 | | M: Bind, Oct 22 00:53:37.754 INFO kablam! ... | Oct 22 00:53:37.754 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 22 00:53:37.754 INFO kablam! 54 | | } Oct 22 00:53:37.754 INFO kablam! | |_____^ Oct 22 00:53:37.755 INFO kablam! Oct 22 00:53:37.755 INFO kablam! warning: method is never used: `bind` Oct 22 00:53:37.755 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 22 00:53:37.755 INFO kablam! | Oct 22 00:53:37.755 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 22 00:53:37.755 INFO kablam! 37 | | where Oct 22 00:53:37.755 INFO kablam! 38 | | T: Topological, Oct 22 00:53:37.755 INFO kablam! 39 | | M: Bind, Oct 22 00:53:37.755 INFO kablam! ... | Oct 22 00:53:37.755 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 22 00:53:37.755 INFO kablam! 46 | | } Oct 22 00:53:37.755 INFO kablam! | |_____^ Oct 22 00:53:37.755 INFO kablam! Oct 22 00:53:43.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.94s Oct 22 00:53:43.641 INFO kablam! su: No module specific data is present Oct 22 00:53:44.571 INFO running `"docker" "rm" "-f" "9814fdb2b4803c4dea3e37d30df77ea85fcb8b349f9ec75d740117d78cda481f"` Oct 22 00:53:44.831 INFO blam! 9814fdb2b4803c4dea3e37d30df77ea85fcb8b349f9ec75d740117d78cda481f