Oct 13 10:50:50.336 INFO checking plexus-0.0.10 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 10:50:50.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 10:50:50.596 INFO blam! ae55749212507d5ce521212b3f928676ce133143652cb2c3ba8daca6facf7153 Oct 13 10:50:50.597 INFO running `"docker" "start" "-a" "ae55749212507d5ce521212b3f928676ce133143652cb2c3ba8daca6facf7153"` Oct 13 10:50:51.214 INFO kablam! usermod: no changes Oct 13 10:50:51.478 INFO kablam! Compiling gl_generator v0.6.1 Oct 13 10:50:51.517 INFO kablam! Checking decorum v0.0.11 Oct 13 10:50:51.522 INFO kablam! Checking wayland-window v0.8.0 Oct 13 10:50:54.700 INFO kablam! Checking winit v0.8.3 Oct 13 10:50:55.226 INFO kablam! Checking plexus v0.0.10 (/source) Oct 13 10:50:58.638 INFO kablam! Compiling glutin v0.10.1 Oct 13 10:51:08.974 INFO kablam! warning: method is never used: `vertices` Oct 13 10:51:08.974 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 13 10:51:08.974 INFO kablam! | Oct 13 10:51:08.974 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 13 10:51:08.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:51:08.974 INFO kablam! | Oct 13 10:51:08.976 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 10:51:08.976 INFO kablam! Oct 13 10:51:08.976 INFO kablam! warning: method is never used: `bind` Oct 13 10:51:08.976 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 13 10:51:08.976 INFO kablam! | Oct 13 10:51:08.976 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 13 10:51:08.976 INFO kablam! 45 | | where Oct 13 10:51:08.976 INFO kablam! 46 | | T: Topological, Oct 13 10:51:08.976 INFO kablam! 47 | | M: Bind, Oct 13 10:51:08.976 INFO kablam! ... | Oct 13 10:51:08.976 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 13 10:51:08.976 INFO kablam! 54 | | } Oct 13 10:51:08.976 INFO kablam! | |_____^ Oct 13 10:51:08.976 INFO kablam! Oct 13 10:51:08.976 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 13 10:51:08.976 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 13 10:51:08.976 INFO kablam! | Oct 13 10:51:08.976 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 13 10:51:08.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:51:08.976 INFO kablam! Oct 13 10:51:08.976 INFO kablam! warning: method is never used: `bind` Oct 13 10:51:08.976 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 13 10:51:08.976 INFO kablam! | Oct 13 10:51:08.976 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 13 10:51:08.976 INFO kablam! 45 | | where Oct 13 10:51:08.976 INFO kablam! 46 | | T: Topological, Oct 13 10:51:08.976 INFO kablam! 47 | | M: Bind, Oct 13 10:51:08.976 INFO kablam! ... | Oct 13 10:51:08.976 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 13 10:51:08.976 INFO kablam! 54 | | } Oct 13 10:51:08.976 INFO kablam! | |_____^ Oct 13 10:51:08.976 INFO kablam! Oct 13 10:51:08.976 INFO kablam! warning: method is never used: `bind` Oct 13 10:51:08.976 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 13 10:51:08.976 INFO kablam! | Oct 13 10:51:08.976 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 13 10:51:08.976 INFO kablam! 37 | | where Oct 13 10:51:08.976 INFO kablam! 38 | | T: Topological, Oct 13 10:51:08.976 INFO kablam! 39 | | M: Bind, Oct 13 10:51:08.976 INFO kablam! ... | Oct 13 10:51:08.976 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 13 10:51:08.976 INFO kablam! 46 | | } Oct 13 10:51:08.976 INFO kablam! | |_____^ Oct 13 10:51:08.976 INFO kablam! Oct 13 10:51:13.821 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 13 10:51:24.666 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 13 10:51:24.667 INFO kablam! --> src/graph/mesh.rs:705:14 Oct 13 10:51:24.667 INFO kablam! | Oct 13 10:51:24.668 INFO kablam! 705 | .root_cause() Oct 13 10:51:24.668 INFO kablam! | ^^^^^^^^^^ Oct 13 10:51:24.669 INFO kablam! | Oct 13 10:51:24.670 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:51:24.670 INFO kablam! Oct 13 10:51:24.680 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 13 10:51:24.681 INFO kablam! --> src/graph/mesh.rs:735:14 Oct 13 10:51:24.682 INFO kablam! | Oct 13 10:51:24.682 INFO kablam! 735 | .root_cause() Oct 13 10:51:24.683 INFO kablam! | ^^^^^^^^^^ Oct 13 10:51:24.683 INFO kablam! Oct 13 10:51:24.720 INFO kablam! warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead Oct 13 10:51:24.721 INFO kablam! --> src/graph/mesh.rs:776:14 Oct 13 10:51:24.721 INFO kablam! | Oct 13 10:51:24.721 INFO kablam! 776 | .root_cause() Oct 13 10:51:24.721 INFO kablam! | ^^^^^^^^^^ Oct 13 10:51:24.721 INFO kablam! Oct 13 10:51:27.496 INFO kablam! warning: method is never used: `vertices` Oct 13 10:51:27.496 INFO kablam! --> src/graph/mutation/region.rs:90:5 Oct 13 10:51:27.496 INFO kablam! | Oct 13 10:51:27.496 INFO kablam! 90 | pub fn vertices(&self) -> &[VertexKey] { Oct 13 10:51:27.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:51:27.496 INFO kablam! | Oct 13 10:51:27.496 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 10:51:27.496 INFO kablam! Oct 13 10:51:27.496 INFO kablam! warning: method is never used: `bind` Oct 13 10:51:27.496 INFO kablam! --> src/graph/view/edge.rs:44:5 Oct 13 10:51:27.497 INFO kablam! | Oct 13 10:51:27.497 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> EdgeView<>::Output, G> Oct 13 10:51:27.497 INFO kablam! 45 | | where Oct 13 10:51:27.497 INFO kablam! 46 | | T: Topological, Oct 13 10:51:27.497 INFO kablam! 47 | | M: Bind, Oct 13 10:51:27.497 INFO kablam! ... | Oct 13 10:51:27.497 INFO kablam! 53 | | EdgeView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 13 10:51:27.497 INFO kablam! 54 | | } Oct 13 10:51:27.497 INFO kablam! | |_____^ Oct 13 10:51:27.497 INFO kablam! Oct 13 10:51:27.497 INFO kablam! warning: method is never used: `interior_reborrow_mut` Oct 13 10:51:27.497 INFO kablam! --> src/graph/view/edge.rs:155:5 Oct 13 10:51:27.497 INFO kablam! | Oct 13 10:51:27.497 INFO kablam! 155 | fn interior_reborrow_mut(&mut self) -> EdgeView<&mut M::Target, G> { Oct 13 10:51:27.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:51:27.497 INFO kablam! Oct 13 10:51:27.497 INFO kablam! warning: method is never used: `bind` Oct 13 10:51:27.497 INFO kablam! --> src/graph/view/face.rs:44:5 Oct 13 10:51:27.497 INFO kablam! | Oct 13 10:51:27.497 INFO kablam! 44 | / pub(in graph) fn bind(self, storage: N) -> FaceView<>::Output, G> Oct 13 10:51:27.497 INFO kablam! 45 | | where Oct 13 10:51:27.497 INFO kablam! 46 | | T: Topological, Oct 13 10:51:27.497 INFO kablam! 47 | | M: Bind, Oct 13 10:51:27.497 INFO kablam! ... | Oct 13 10:51:27.497 INFO kablam! 53 | | FaceView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 13 10:51:27.497 INFO kablam! 54 | | } Oct 13 10:51:27.497 INFO kablam! | |_____^ Oct 13 10:51:27.497 INFO kablam! Oct 13 10:51:27.497 INFO kablam! warning: method is never used: `bind` Oct 13 10:51:27.497 INFO kablam! --> src/graph/view/vertex.rs:36:5 Oct 13 10:51:27.497 INFO kablam! | Oct 13 10:51:27.497 INFO kablam! 36 | / pub(in graph) fn bind(self, storage: N) -> VertexView<>::Output, G> Oct 13 10:51:27.497 INFO kablam! 37 | | where Oct 13 10:51:27.497 INFO kablam! 38 | | T: Topological, Oct 13 10:51:27.497 INFO kablam! 39 | | M: Bind, Oct 13 10:51:27.497 INFO kablam! ... | Oct 13 10:51:27.497 INFO kablam! 45 | | VertexView::from_keyed_storage_unchecked(key, origin.bind(storage)) Oct 13 10:51:27.497 INFO kablam! 46 | | } Oct 13 10:51:27.497 INFO kablam! | |_____^ Oct 13 10:51:27.497 INFO kablam! Oct 13 10:51:27.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.39s Oct 13 10:51:27.643 INFO kablam! su: No module specific data is present Oct 13 10:51:28.040 INFO running `"docker" "rm" "-f" "ae55749212507d5ce521212b3f928676ce133143652cb2c3ba8daca6facf7153"` Oct 13 10:51:28.183 INFO blam! ae55749212507d5ce521212b3f928676ce133143652cb2c3ba8daca6facf7153