Oct 12 18:20:47.104 INFO checking lkschubert8/sloth against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:20:47.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:20:47.567 INFO blam! 74790836e277e272082903fd9689976ee43ce8334343c92f31af65a3f4bcf77b Oct 12 18:20:47.580 INFO running `"docker" "start" "-a" "74790836e277e272082903fd9689976ee43ce8334343c92f31af65a3f4bcf77b"` Oct 12 18:20:50.024 INFO kablam! usermod: no changes Oct 12 18:20:50.332 INFO kablam! Compiling ordermap v0.3.5 Oct 12 18:20:50.332 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 12 18:20:50.336 INFO kablam! Compiling fixedbitset v0.1.9 Oct 12 18:20:50.337 INFO kablam! Compiling diff v0.1.11 Oct 12 18:20:50.337 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 12 18:20:50.338 INFO kablam! Compiling ena v0.5.0 Oct 12 18:20:50.338 INFO kablam! Compiling byte-tools v0.2.0 Oct 12 18:20:50.338 INFO kablam! Compiling arrayref v0.3.4 Oct 12 18:20:51.093 INFO kablam! Compiling fake-simd v0.1.2 Oct 12 18:20:52.523 INFO kablam! Checking unicode-xid v0.1.0 Oct 12 18:20:58.224 INFO kablam! Compiling itertools v0.7.8 Oct 12 18:20:58.226 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 12 18:20:58.321 INFO kablam! Compiling block-buffer v0.3.3 Oct 12 18:20:58.322 INFO kablam! Checking phf_shared v0.7.22 Oct 12 18:20:59.701 INFO kablam! Compiling phf_generator v0.7.22 Oct 12 18:20:59.937 INFO kablam! Compiling thread_local v0.3.5 Oct 12 18:21:00.699 INFO kablam! Compiling new_debug_unreachable v1.0.1 Oct 12 18:21:01.530 INFO kablam! Compiling petgraph v0.4.12 Oct 12 18:21:01.851 INFO kablam! Checking serde_yaml v0.8.2 Oct 12 18:21:02.766 INFO kablam! Compiling atty v0.1.2 Oct 12 18:21:05.122 INFO kablam! Compiling digest v0.7.4 Oct 12 18:21:06.480 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 12 18:21:06.565 INFO kablam! Compiling regex v0.2.11 Oct 12 18:21:08.558 INFO kablam! Compiling sha2 v0.7.1 Oct 12 18:21:15.892 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:15.892 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 18:21:15.892 INFO kablam! | Oct 12 18:21:15.892 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 18:21:15.892 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:15.912 INFO kablam! | Oct 12 18:21:15.913 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:15.913 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:15.913 INFO kablam! | Oct 12 18:21:15.913 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:15.913 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:15.913 INFO kablam! 7 | | { Oct 12 18:21:15.913 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:15.913 INFO kablam! ... | Oct 12 18:21:15.913 INFO kablam! 13 | | None Oct 12 18:21:15.913 INFO kablam! 14 | | } Oct 12 18:21:15.913 INFO kablam! | |_____^ Oct 12 18:21:15.913 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:15.913 INFO kablam! Oct 12 18:21:15.992 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:15.992 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 18:21:15.992 INFO kablam! | Oct 12 18:21:15.992 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 18:21:15.992 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:16.000 INFO kablam! | Oct 12 18:21:16.004 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:16.005 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:16.005 INFO kablam! | Oct 12 18:21:16.005 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:16.005 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:16.006 INFO kablam! 7 | | { Oct 12 18:21:16.006 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:16.007 INFO kablam! ... | Oct 12 18:21:16.007 INFO kablam! 13 | | None Oct 12 18:21:16.007 INFO kablam! 14 | | } Oct 12 18:21:16.007 INFO kablam! | |_____^ Oct 12 18:21:16.008 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:16.008 INFO kablam! Oct 12 18:21:16.048 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:16.049 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 18:21:16.049 INFO kablam! | Oct 12 18:21:16.049 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 18:21:16.049 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:16.050 INFO kablam! | Oct 12 18:21:16.050 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:16.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:16.051 INFO kablam! | Oct 12 18:21:16.051 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:16.052 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:16.052 INFO kablam! 7 | | { Oct 12 18:21:16.052 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:16.052 INFO kablam! ... | Oct 12 18:21:16.052 INFO kablam! 13 | | None Oct 12 18:21:16.052 INFO kablam! 14 | | } Oct 12 18:21:16.052 INFO kablam! | |_____^ Oct 12 18:21:16.053 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:16.053 INFO kablam! Oct 12 18:21:16.060 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:16.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 18:21:16.061 INFO kablam! | Oct 12 18:21:16.061 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 18:21:16.062 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:16.080 INFO kablam! | Oct 12 18:21:16.081 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:16.081 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:16.082 INFO kablam! | Oct 12 18:21:16.082 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:16.082 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:16.083 INFO kablam! 7 | | { Oct 12 18:21:16.083 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:16.083 INFO kablam! ... | Oct 12 18:21:16.084 INFO kablam! 13 | | None Oct 12 18:21:16.084 INFO kablam! 14 | | } Oct 12 18:21:16.084 INFO kablam! | |_____^ Oct 12 18:21:16.085 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:16.085 INFO kablam! Oct 12 18:21:16.540 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:16.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 18:21:16.542 INFO kablam! | Oct 12 18:21:16.543 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 18:21:16.544 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:16.544 INFO kablam! | Oct 12 18:21:16.545 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:16.546 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:16.546 INFO kablam! | Oct 12 18:21:16.546 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:16.547 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:16.547 INFO kablam! 7 | | { Oct 12 18:21:16.548 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:16.548 INFO kablam! ... | Oct 12 18:21:16.548 INFO kablam! 13 | | None Oct 12 18:21:16.549 INFO kablam! 14 | | } Oct 12 18:21:16.549 INFO kablam! | |_____^ Oct 12 18:21:16.550 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:16.550 INFO kablam! Oct 12 18:21:16.688 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:16.688 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 18:21:16.688 INFO kablam! | Oct 12 18:21:16.688 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 18:21:16.688 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:16.700 INFO kablam! | Oct 12 18:21:16.701 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:16.701 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:16.701 INFO kablam! | Oct 12 18:21:16.701 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:16.701 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:16.703 INFO kablam! 7 | | { Oct 12 18:21:16.703 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:16.703 INFO kablam! ... | Oct 12 18:21:16.703 INFO kablam! 13 | | None Oct 12 18:21:16.703 INFO kablam! 14 | | } Oct 12 18:21:16.703 INFO kablam! | |_____^ Oct 12 18:21:16.708 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:16.709 INFO kablam! Oct 12 18:21:16.756 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:16.756 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 18:21:16.756 INFO kablam! | Oct 12 18:21:16.756 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 18:21:16.756 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:16.756 INFO kablam! | Oct 12 18:21:16.768 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:16.768 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:16.768 INFO kablam! | Oct 12 18:21:16.768 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:16.768 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:16.768 INFO kablam! 7 | | { Oct 12 18:21:16.768 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:16.768 INFO kablam! ... | Oct 12 18:21:16.768 INFO kablam! 13 | | None Oct 12 18:21:16.768 INFO kablam! 14 | | } Oct 12 18:21:16.768 INFO kablam! | |_____^ Oct 12 18:21:16.768 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:16.768 INFO kablam! Oct 12 18:21:16.785 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:21:16.785 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 18:21:16.785 INFO kablam! | Oct 12 18:21:16.785 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 18:21:16.785 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:21:16.785 INFO kablam! | Oct 12 18:21:16.796 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:21:16.796 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:21:16.796 INFO kablam! | Oct 12 18:21:16.796 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:21:16.796 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:21:16.796 INFO kablam! 7 | | { Oct 12 18:21:16.796 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:21:16.796 INFO kablam! ... | Oct 12 18:21:16.796 INFO kablam! 13 | | None Oct 12 18:21:16.796 INFO kablam! 14 | | } Oct 12 18:21:16.796 INFO kablam! | |_____^ Oct 12 18:21:16.796 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:21:16.796 INFO kablam! Oct 12 18:21:17.588 INFO kablam! error: aborting due to 4 previous errors Oct 12 18:21:17.588 INFO kablam! Oct 12 18:21:17.588 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 18:21:17.622 INFO kablam! error: Could not compile `petgraph`. Oct 12 18:21:17.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 18:21:17.926 INFO kablam! error: aborting due to 4 previous errors Oct 12 18:21:17.927 INFO kablam! Oct 12 18:21:17.928 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 18:21:17.953 INFO kablam! error: Could not compile `petgraph`. Oct 12 18:21:17.954 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 18:21:28.166 INFO kablam! error: build failed Oct 12 18:21:28.168 INFO kablam! su: No module specific data is present Oct 12 18:21:28.904 INFO running `"docker" "rm" "-f" "74790836e277e272082903fd9689976ee43ce8334343c92f31af65a3f4bcf77b"` Oct 12 18:21:29.190 INFO blam! 74790836e277e272082903fd9689976ee43ce8334343c92f31af65a3f4bcf77b