Oct 27 17:59:55.181 INFO checking plexus-0.0.10 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:59:55.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 17:59:55.416 INFO blam! 0c239ac025fb55e1ab3095734cd7feaeb12315b1bb7219f417c5af83baec8b72 Oct 27 17:59:55.419 INFO running `"docker" "start" "-a" "0c239ac025fb55e1ab3095734cd7feaeb12315b1bb7219f417c5af83baec8b72"` Oct 27 17:59:56.095 INFO kablam! usermod: no changes Oct 27 17:59:56.415 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 17:59:56.419 INFO kablam! Compiling gl_generator v0.6.1 Oct 27 17:59:56.427 INFO kablam! Checking gfx_core v0.7.2 Oct 27 17:59:56.427 INFO kablam! Checking decorum v0.0.11 Oct 27 17:59:56.427 INFO kablam! Checking failure v0.1.3 Oct 27 17:59:56.427 INFO kablam! Checking wayland-window v0.8.0 Oct 27 18:00:00.531 INFO kablam! Checking winit v0.8.3 Oct 27 18:00:03.259 INFO kablam! Checking plexus v0.0.10 (/source) Oct 27 18:00:08.379 INFO kablam! Compiling glutin v0.10.1 Oct 27 18:00:08.884 INFO kablam! Compiling gfx_gl v0.4.0 Oct 27 18:00:24.840 INFO kablam! warning: method is never used: `vertices` Oct 27 18:00:24.841 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 27 18:00:24.847 INFO kablam! | Oct 27 18:00:24.848 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 27 18:00:24.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:00:24.849 INFO kablam! | Oct 27 18:00:24.850 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:00:24.850 INFO kablam! Oct 27 18:00:24.852 INFO kablam! warning: method is never used: `bind` Oct 27 18:00:24.852 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 27 18:00:24.853 INFO kablam! | Oct 27 18:00:24.854 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 27 18:00:24.854 INFO kablam! 45 | | where Oct 27 18:00:24.855 INFO kablam! 46 | | T: Topological, Oct 27 18:00:24.855 INFO kablam! 47 | | M: Bind, Oct 27 18:00:24.855 INFO kablam! ... | Oct 27 18:00:24.855 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:00:24.856 INFO kablam! 54 | | } Oct 27 18:00:24.856 INFO kablam! | |_____^ Oct 27 18:00:24.857 INFO kablam! Oct 27 18:00:24.858 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 27 18:00:24.858 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 27 18:00:24.858 INFO kablam! | Oct 27 18:00:24.859 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 27 18:00:24.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:00:24.859 INFO kablam! Oct 27 18:00:24.860 INFO kablam! warning: method is never used: `bind` Oct 27 18:00:24.860 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 27 18:00:24.861 INFO kablam! | Oct 27 18:00:24.861 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 27 18:00:24.861 INFO kablam! 45 | | where Oct 27 18:00:24.862 INFO kablam! 46 | | T: Topological, Oct 27 18:00:24.862 INFO kablam! 47 | | M: Bind, Oct 27 18:00:24.862 INFO kablam! ... | Oct 27 18:00:24.862 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:00:24.863 INFO kablam! 54 | | } Oct 27 18:00:24.863 INFO kablam! | |_____^ Oct 27 18:00:24.863 INFO kablam! Oct 27 18:00:24.871 INFO kablam! warning: method is never used: `bind` Oct 27 18:00:24.871 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 27 18:00:24.871 INFO kablam! | Oct 27 18:00:24.871 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 27 18:00:24.871 INFO kablam! 37 | | where Oct 27 18:00:24.871 INFO kablam! 38 | | T: Topological, Oct 27 18:00:24.871 INFO kablam! 39 | | M: Bind, Oct 27 18:00:24.871 INFO kablam! ... | Oct 27 18:00:24.871 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:00:24.871 INFO kablam! 46 | | } Oct 27 18:00:24.871 INFO kablam! | |_____^ Oct 27 18:00:24.871 INFO kablam! Oct 27 18:00:47.115 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 27 18:00:47.115 INFO kablam! Checking gfx v0.16.3 Oct 27 18:00:50.012 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 27 18:01:04.620 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 27 18:01:04.620 INFO kablam! --> src/graph/mesh.rs:705:14 Oct 27 18:01:04.620 INFO kablam! | Oct 27 18:01:04.620 INFO kablam! 705 | .root_cause() Oct 27 18:01:04.620 INFO kablam! | ^^^^^^^^^^ Oct 27 18:01:04.620 INFO kablam! | Oct 27 18:01:04.620 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:01:04.620 INFO kablam! Oct 27 18:01:04.623 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 27 18:01:04.623 INFO kablam! --> src/graph/mesh.rs:735:14 Oct 27 18:01:04.623 INFO kablam! | Oct 27 18:01:04.623 INFO kablam! 735 | .root_cause() Oct 27 18:01:04.623 INFO kablam! | ^^^^^^^^^^ Oct 27 18:01:04.623 INFO kablam! Oct 27 18:01:04.649 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 27 18:01:04.649 INFO kablam! --> src/graph/mesh.rs:776:14 Oct 27 18:01:04.649 INFO kablam! | Oct 27 18:01:04.649 INFO kablam! 776 | .root_cause() Oct 27 18:01:04.649 INFO kablam! | ^^^^^^^^^^ Oct 27 18:01:04.649 INFO kablam! Oct 27 18:01:07.451 INFO kablam! warning: method is never used: `vertices` Oct 27 18:01:07.451 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 27 18:01:07.451 INFO kablam! | Oct 27 18:01:07.451 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 27 18:01:07.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:07.451 INFO kablam! | Oct 27 18:01:07.451 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:01:07.451 INFO kablam! Oct 27 18:01:07.451 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:07.451 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 27 18:01:07.451 INFO kablam! | Oct 27 18:01:07.451 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 27 18:01:07.451 INFO kablam! 45 | | where Oct 27 18:01:07.451 INFO kablam! 46 | | T: Topological, Oct 27 18:01:07.451 INFO kablam! 47 | | M: Bind, Oct 27 18:01:07.451 INFO kablam! ... | Oct 27 18:01:07.451 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:07.451 INFO kablam! 54 | | } Oct 27 18:01:07.451 INFO kablam! | |_____^ Oct 27 18:01:07.451 INFO kablam! Oct 27 18:01:07.451 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 27 18:01:07.451 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 27 18:01:07.451 INFO kablam! | Oct 27 18:01:07.451 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 27 18:01:07.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:07.451 INFO kablam! Oct 27 18:01:07.451 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:07.451 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 27 18:01:07.451 INFO kablam! | Oct 27 18:01:07.451 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 27 18:01:07.451 INFO kablam! 45 | | where Oct 27 18:01:07.451 INFO kablam! 46 | | T: Topological, Oct 27 18:01:07.451 INFO kablam! 47 | | M: Bind, Oct 27 18:01:07.451 INFO kablam! ... | Oct 27 18:01:07.451 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:07.451 INFO kablam! 54 | | } Oct 27 18:01:07.451 INFO kablam! | |_____^ Oct 27 18:01:07.451 INFO kablam! Oct 27 18:01:07.451 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:07.451 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 27 18:01:07.451 INFO kablam! | Oct 27 18:01:07.451 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 27 18:01:07.451 INFO kablam! 37 | | where Oct 27 18:01:07.451 INFO kablam! 38 | | T: Topological, Oct 27 18:01:07.451 INFO kablam! 39 | | M: Bind, Oct 27 18:01:07.451 INFO kablam! ... | Oct 27 18:01:07.451 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:07.451 INFO kablam! 46 | | } Oct 27 18:01:07.451 INFO kablam! | |_____^ Oct 27 18:01:07.451 INFO kablam! Oct 27 18:01:07.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 27 18:01:07.623 INFO kablam! su: No module specific data is present Oct 27 18:01:08.424 INFO running `"docker" "rm" "-f" "0c239ac025fb55e1ab3095734cd7feaeb12315b1bb7219f417c5af83baec8b72"` Oct 27 18:01:08.620 INFO blam! 0c239ac025fb55e1ab3095734cd7feaeb12315b1bb7219f417c5af83baec8b72