Oct 21 16:09:54.523 INFO checking lkschubert8/sloth against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:09:54.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21 16:09:54.910 INFO blam! 21ded79bc82a2e6f90c1e4823cc90493fb7b1991478e2e32fbc3f1509ffcb98c Oct 21 16:09:54.911 INFO running `"docker" "start" "-a" "21ded79bc82a2e6f90c1e4823cc90493fb7b1991478e2e32fbc3f1509ffcb98c"` Oct 21 16:09:56.531 INFO kablam! usermod: no changes Oct 21 16:09:56.723 INFO kablam! Compiling ordermap v0.3.5 Oct 21 16:09:56.733 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 21 16:09:56.734 INFO kablam! Compiling fixedbitset v0.1.9 Oct 21 16:09:56.736 INFO kablam! Compiling regex-syntax v0.4.2 Oct 21 16:09:56.750 INFO kablam! Compiling diff v0.1.11 Oct 21 16:09:56.751 INFO kablam! Compiling ena v0.5.0 Oct 21 16:09:56.754 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 21 16:09:56.760 INFO kablam! Compiling arrayref v0.3.4 Oct 21 16:09:57.245 INFO kablam! Compiling byte-tools v0.2.0 Oct 21 16:09:58.024 INFO kablam! Compiling fake-simd v0.1.2 Oct 21 16:09:58.844 INFO kablam! Compiling strsim v0.6.0 Oct 21 16:10:04.188 INFO kablam! Checking unicode-xid v0.1.0 Oct 21 16:10:04.196 INFO kablam! Compiling itertools v0.7.8 Oct 21 16:10:04.224 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 21 16:10:04.273 INFO kablam! Compiling block-buffer v0.3.3 Oct 21 16:10:04.412 INFO kablam! Checking phf_shared v0.7.22 Oct 21 16:10:05.081 INFO kablam! Checking petgraph v0.4.12 Oct 21 16:10:07.064 INFO kablam! Compiling new_debug_unreachable v1.0.1 Oct 21 16:10:07.192 INFO kablam! Compiling typenum v1.10.0 Oct 21 16:10:07.619 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 21 16:10:08.162 INFO kablam! Checking serde_yaml v0.8.2 Oct 21 16:10:10.802 INFO kablam! Checking regex v0.2.11 Oct 21 16:10:14.318 INFO kablam! Compiling atty v0.1.2 Oct 21 16:10:17.552 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:17.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 21 16:10:17.552 INFO kablam! | Oct 21 16:10:17.552 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 21 16:10:17.552 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:17.554 INFO kablam! | Oct 21 16:10:17.554 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:17.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:17.554 INFO kablam! | Oct 21 16:10:17.554 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:17.554 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:17.554 INFO kablam! 7 | | { Oct 21 16:10:17.554 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:17.554 INFO kablam! ... | Oct 21 16:10:17.554 INFO kablam! 13 | | None Oct 21 16:10:17.554 INFO kablam! 14 | | } Oct 21 16:10:17.554 INFO kablam! | |_____^ Oct 21 16:10:17.554 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:17.554 INFO kablam! Oct 21 16:10:17.740 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:17.740 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 21 16:10:17.740 INFO kablam! | Oct 21 16:10:17.740 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 21 16:10:17.740 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:17.760 INFO kablam! | Oct 21 16:10:17.768 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:17.769 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:17.769 INFO kablam! | Oct 21 16:10:17.769 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:17.769 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:17.769 INFO kablam! 7 | | { Oct 21 16:10:17.769 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:17.770 INFO kablam! ... | Oct 21 16:10:17.770 INFO kablam! 13 | | None Oct 21 16:10:17.770 INFO kablam! 14 | | } Oct 21 16:10:17.770 INFO kablam! | |_____^ Oct 21 16:10:17.771 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:17.772 INFO kablam! Oct 21 16:10:17.836 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:17.836 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 21 16:10:17.836 INFO kablam! | Oct 21 16:10:17.836 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 21 16:10:17.836 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:17.856 INFO kablam! | Oct 21 16:10:17.857 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:17.857 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:17.857 INFO kablam! | Oct 21 16:10:17.857 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:17.857 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:17.857 INFO kablam! 7 | | { Oct 21 16:10:17.857 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:17.857 INFO kablam! ... | Oct 21 16:10:17.857 INFO kablam! 13 | | None Oct 21 16:10:17.857 INFO kablam! 14 | | } Oct 21 16:10:17.857 INFO kablam! | |_____^ Oct 21 16:10:17.857 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:17.857 INFO kablam! Oct 21 16:10:17.885 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:17.885 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 21 16:10:17.885 INFO kablam! | Oct 21 16:10:17.885 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 21 16:10:17.885 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:17.885 INFO kablam! | Oct 21 16:10:17.886 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:17.886 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:17.886 INFO kablam! | Oct 21 16:10:17.886 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:17.886 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:17.886 INFO kablam! 7 | | { Oct 21 16:10:17.887 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:17.887 INFO kablam! ... | Oct 21 16:10:17.887 INFO kablam! 13 | | None Oct 21 16:10:17.887 INFO kablam! 14 | | } Oct 21 16:10:17.887 INFO kablam! | |_____^ Oct 21 16:10:17.888 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:17.888 INFO kablam! Oct 21 16:10:18.611 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:18.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 21 16:10:18.611 INFO kablam! | Oct 21 16:10:18.611 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 21 16:10:18.611 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:18.611 INFO kablam! | Oct 21 16:10:18.611 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:18.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:18.611 INFO kablam! | Oct 21 16:10:18.611 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:18.611 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:18.611 INFO kablam! 7 | | { Oct 21 16:10:18.611 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:18.611 INFO kablam! ... | Oct 21 16:10:18.611 INFO kablam! 13 | | None Oct 21 16:10:18.611 INFO kablam! 14 | | } Oct 21 16:10:18.611 INFO kablam! | |_____^ Oct 21 16:10:18.612 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:18.612 INFO kablam! Oct 21 16:10:18.629 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:18.629 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 21 16:10:18.629 INFO kablam! | Oct 21 16:10:18.629 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 21 16:10:18.629 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:18.629 INFO kablam! | Oct 21 16:10:18.629 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:18.629 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:18.629 INFO kablam! | Oct 21 16:10:18.629 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:18.629 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:18.629 INFO kablam! 7 | | { Oct 21 16:10:18.629 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:18.629 INFO kablam! ... | Oct 21 16:10:18.629 INFO kablam! 13 | | None Oct 21 16:10:18.629 INFO kablam! 14 | | } Oct 21 16:10:18.629 INFO kablam! | |_____^ Oct 21 16:10:18.629 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:18.629 INFO kablam! Oct 21 16:10:18.640 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:18.640 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 21 16:10:18.640 INFO kablam! | Oct 21 16:10:18.640 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 21 16:10:18.640 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:18.640 INFO kablam! | Oct 21 16:10:18.640 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:18.640 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:18.640 INFO kablam! | Oct 21 16:10:18.640 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:18.640 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:18.640 INFO kablam! 7 | | { Oct 21 16:10:18.640 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:18.640 INFO kablam! ... | Oct 21 16:10:18.640 INFO kablam! 13 | | None Oct 21 16:10:18.640 INFO kablam! 14 | | } Oct 21 16:10:18.640 INFO kablam! | |_____^ Oct 21 16:10:18.640 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:18.640 INFO kablam! Oct 21 16:10:18.648 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:10:18.648 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 21 16:10:18.648 INFO kablam! | Oct 21 16:10:18.648 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 21 16:10:18.648 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:10:18.648 INFO kablam! | Oct 21 16:10:18.648 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:10:18.648 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 16:10:18.648 INFO kablam! | Oct 21 16:10:18.648 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:10:18.648 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:10:18.648 INFO kablam! 7 | | { Oct 21 16:10:18.648 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:10:18.648 INFO kablam! ... | Oct 21 16:10:18.648 INFO kablam! 13 | | None Oct 21 16:10:18.648 INFO kablam! 14 | | } Oct 21 16:10:18.648 INFO kablam! | |_____^ Oct 21 16:10:18.648 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:10:18.648 INFO kablam! Oct 21 16:10:19.944 INFO kablam! error: aborting due to 4 previous errors Oct 21 16:10:19.945 INFO kablam! Oct 21 16:10:19.945 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 16:10:19.988 INFO kablam! error: Could not compile `petgraph`. Oct 21 16:10:19.988 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 16:10:20.384 INFO kablam! error: aborting due to 4 previous errors Oct 21 16:10:20.384 INFO kablam! Oct 21 16:10:20.384 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 16:10:20.412 INFO kablam! error: Could not compile `petgraph`. Oct 21 16:10:20.412 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 16:10:22.836 INFO kablam! error: build failed Oct 21 16:10:22.856 INFO kablam! su: No module specific data is present Oct 21 16:10:23.553 INFO running `"docker" "rm" "-f" "21ded79bc82a2e6f90c1e4823cc90493fb7b1991478e2e32fbc3f1509ffcb98c"` Oct 21 16:10:23.793 INFO blam! 21ded79bc82a2e6f90c1e4823cc90493fb7b1991478e2e32fbc3f1509ffcb98c