Oct 27 17:59:54.726 INFO checking plexus-0.0.10 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 17:59:54.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:54.925 INFO blam! fd8b417a2fb6db447d73f4311679d4c4a4f5c77852fbee00ba07e661ca8dbec0 Oct 27 17:59:54.927 INFO running `"docker" "start" "-a" "fd8b417a2fb6db447d73f4311679d4c4a4f5c77852fbee00ba07e661ca8dbec0"` Oct 27 17:59:55.735 INFO kablam! usermod: no changes Oct 27 17:59:56.067 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 17:59:56.067 INFO kablam! Checking alga v0.7.2 Oct 27 17:59:56.071 INFO kablam! Checking gfx_core v0.7.2 Oct 27 17:59:56.071 INFO kablam! Checking decorum v0.0.11 Oct 27 18:00:03.219 INFO kablam! Compiling gfx_gl v0.4.0 Oct 27 18:00:06.603 INFO kablam! Checking nalgebra v0.16.5 Oct 27 18:00:44.891 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 27 18:00:44.892 INFO kablam! Checking gfx v0.16.3 Oct 27 18:00:48.881 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 27 18:00:59.495 INFO kablam! Checking plexus v0.0.10 (/source) Oct 27 18:01:07.259 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 27 18:01:07.259 INFO kablam! --> src/graph/mesh.rs:705:14 Oct 27 18:01:07.259 INFO kablam! | Oct 27 18:01:07.259 INFO kablam! 705 | .root_cause() Oct 27 18:01:07.259 INFO kablam! | ^^^^^^^^^^ Oct 27 18:01:07.259 INFO kablam! | Oct 27 18:01:07.259 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:01:07.259 INFO kablam! Oct 27 18:01:07.267 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 27 18:01:07.267 INFO kablam! --> src/graph/mesh.rs:735:14 Oct 27 18:01:07.267 INFO kablam! | Oct 27 18:01:07.267 INFO kablam! 735 | .root_cause() Oct 27 18:01:07.267 INFO kablam! | ^^^^^^^^^^ Oct 27 18:01:07.267 INFO kablam! Oct 27 18:01:07.291 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 27 18:01:07.291 INFO kablam! --> src/graph/mesh.rs:776:14 Oct 27 18:01:07.291 INFO kablam! | Oct 27 18:01:07.291 INFO kablam! 776 | .root_cause() Oct 27 18:01:07.291 INFO kablam! | ^^^^^^^^^^ Oct 27 18:01:07.291 INFO kablam! Oct 27 18:01:10.216 INFO kablam! warning: method is never used: `vertices` Oct 27 18:01:10.216 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 27 18:01:10.216 INFO kablam! | Oct 27 18:01:10.217 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 27 18:01:10.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:10.217 INFO kablam! | Oct 27 18:01:10.217 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:01:10.217 INFO kablam! Oct 27 18:01:10.217 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:10.217 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 27 18:01:10.217 INFO kablam! | Oct 27 18:01:10.217 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 27 18:01:10.217 INFO kablam! 45 | | where Oct 27 18:01:10.217 INFO kablam! 46 | | T: Topological, Oct 27 18:01:10.217 INFO kablam! 47 | | M: Bind, Oct 27 18:01:10.217 INFO kablam! ... | Oct 27 18:01:10.217 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:10.217 INFO kablam! 54 | | } Oct 27 18:01:10.217 INFO kablam! | |_____^ Oct 27 18:01:10.217 INFO kablam! Oct 27 18:01:10.217 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 27 18:01:10.217 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 27 18:01:10.217 INFO kablam! | Oct 27 18:01:10.217 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 27 18:01:10.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:10.217 INFO kablam! Oct 27 18:01:10.217 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:10.217 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 27 18:01:10.217 INFO kablam! | Oct 27 18:01:10.217 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 27 18:01:10.217 INFO kablam! 45 | | where Oct 27 18:01:10.217 INFO kablam! 46 | | T: Topological, Oct 27 18:01:10.217 INFO kablam! 47 | | M: Bind, Oct 27 18:01:10.217 INFO kablam! ... | Oct 27 18:01:10.217 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:10.217 INFO kablam! 54 | | } Oct 27 18:01:10.217 INFO kablam! | |_____^ Oct 27 18:01:10.217 INFO kablam! Oct 27 18:01:10.225 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:10.225 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 27 18:01:10.225 INFO kablam! | Oct 27 18:01:10.225 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 27 18:01:10.225 INFO kablam! 37 | | where Oct 27 18:01:10.225 INFO kablam! 38 | | T: Topological, Oct 27 18:01:10.225 INFO kablam! 39 | | M: Bind, Oct 27 18:01:10.225 INFO kablam! ... | Oct 27 18:01:10.225 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:10.225 INFO kablam! 46 | | } Oct 27 18:01:10.225 INFO kablam! | |_____^ Oct 27 18:01:10.225 INFO kablam! Oct 27 18:01:10.506 INFO kablam! warning: method is never used: `vertices` Oct 27 18:01:10.506 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 27 18:01:10.506 INFO kablam! | Oct 27 18:01:10.506 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 27 18:01:10.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:10.515 INFO kablam! | Oct 27 18:01:10.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:01:10.515 INFO kablam! Oct 27 18:01:10.515 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:10.515 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 27 18:01:10.515 INFO kablam! | Oct 27 18:01:10.515 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 27 18:01:10.515 INFO kablam! 45 | | where Oct 27 18:01:10.515 INFO kablam! 46 | | T: Topological, Oct 27 18:01:10.515 INFO kablam! 47 | | M: Bind, Oct 27 18:01:10.515 INFO kablam! ... | Oct 27 18:01:10.515 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:10.515 INFO kablam! 54 | | } Oct 27 18:01:10.515 INFO kablam! | |_____^ Oct 27 18:01:10.515 INFO kablam! Oct 27 18:01:10.515 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 27 18:01:10.515 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 27 18:01:10.515 INFO kablam! | Oct 27 18:01:10.515 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 27 18:01:10.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:10.515 INFO kablam! Oct 27 18:01:10.515 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:10.515 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 27 18:01:10.515 INFO kablam! | Oct 27 18:01:10.515 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 27 18:01:10.515 INFO kablam! 45 | | where Oct 27 18:01:10.515 INFO kablam! 46 | | T: Topological, Oct 27 18:01:10.515 INFO kablam! 47 | | M: Bind, Oct 27 18:01:10.515 INFO kablam! ... | Oct 27 18:01:10.515 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:10.515 INFO kablam! 54 | | } Oct 27 18:01:10.515 INFO kablam! | |_____^ Oct 27 18:01:10.515 INFO kablam! Oct 27 18:01:10.515 INFO kablam! warning: method is never used: `bind` Oct 27 18:01:10.515 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 27 18:01:10.515 INFO kablam! | Oct 27 18:01:10.515 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 27 18:01:10.515 INFO kablam! 37 | | where Oct 27 18:01:10.515 INFO kablam! 38 | | T: Topological, Oct 27 18:01:10.515 INFO kablam! 39 | | M: Bind, Oct 27 18:01:10.515 INFO kablam! ... | Oct 27 18:01:10.515 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 27 18:01:10.515 INFO kablam! 46 | | } Oct 27 18:01:10.515 INFO kablam! | |_____^ Oct 27 18:01:10.515 INFO kablam! Oct 27 18:01:17.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 27 18:01:17.899 INFO kablam! su: No module specific data is present Oct 27 18:01:18.899 INFO running `"docker" "rm" "-f" "fd8b417a2fb6db447d73f4311679d4c4a4f5c77852fbee00ba07e661ca8dbec0"` Oct 27 18:01:19.199 INFO blam! fd8b417a2fb6db447d73f4311679d4c4a4f5c77852fbee00ba07e661ca8dbec0