Oct 27 01:31:00.838 INFO checking lkschubert8/sloth against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:31:00.839 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 01:31:01.336 INFO blam! 425808981d114e907ec21ebd12082ed35340f50f87ec68d9b991a62656c967b9 Oct 27 01:31:01.339 INFO running `"docker" "start" "-a" "425808981d114e907ec21ebd12082ed35340f50f87ec68d9b991a62656c967b9"` Oct 27 01:31:03.999 INFO kablam! usermod: no changes Oct 27 01:31:04.262 INFO kablam! Compiling ordermap v0.3.5 Oct 27 01:31:04.267 INFO kablam! Compiling bit-vec v0.4.4 Oct 27 01:31:04.271 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 27 01:31:04.272 INFO kablam! Compiling term v0.4.6 Oct 27 01:31:04.272 INFO kablam! Compiling diff v0.1.11 Oct 27 01:31:04.272 INFO kablam! Compiling ena v0.5.0 Oct 27 01:31:04.272 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 27 01:31:04.307 INFO kablam! Compiling regex-syntax v0.4.2 Oct 27 01:31:06.504 INFO kablam! Compiling strsim v0.6.0 Oct 27 01:31:15.948 INFO kablam! Checking petgraph v0.4.12 Oct 27 01:31:15.956 INFO kablam! Checking ascii-canvas v1.0.0 Oct 27 01:31:16.025 INFO kablam! Compiling bit-set v0.4.0 Oct 27 01:31:16.399 INFO kablam! Compiling new_debug_unreachable v1.0.1 Oct 27 01:31:17.268 INFO kablam! Compiling typenum v1.10.0 Oct 27 01:31:17.368 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 27 01:31:19.655 INFO kablam! Checking serde_yaml v0.8.2 Oct 27 01:31:20.858 INFO kablam! Compiling atty v0.1.2 Oct 27 01:31:29.787 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:29.787 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 27 01:31:29.787 INFO kablam! | Oct 27 01:31:29.787 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 27 01:31:29.787 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:29.788 INFO kablam! | Oct 27 01:31:29.788 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:29.788 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:29.788 INFO kablam! | Oct 27 01:31:29.788 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:29.788 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:29.788 INFO kablam! 7 | | { Oct 27 01:31:29.788 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:29.788 INFO kablam! ... | Oct 27 01:31:29.788 INFO kablam! 13 | | None Oct 27 01:31:29.788 INFO kablam! 14 | | } Oct 27 01:31:29.788 INFO kablam! | |_____^ Oct 27 01:31:29.788 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:29.788 INFO kablam! Oct 27 01:31:29.903 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:29.903 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 27 01:31:29.903 INFO kablam! | Oct 27 01:31:29.903 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 27 01:31:29.904 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:29.904 INFO kablam! | Oct 27 01:31:29.904 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:29.904 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:29.904 INFO kablam! | Oct 27 01:31:29.904 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:29.904 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:29.904 INFO kablam! 7 | | { Oct 27 01:31:29.904 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:29.904 INFO kablam! ... | Oct 27 01:31:29.904 INFO kablam! 13 | | None Oct 27 01:31:29.904 INFO kablam! 14 | | } Oct 27 01:31:29.904 INFO kablam! | |_____^ Oct 27 01:31:29.904 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:29.904 INFO kablam! Oct 27 01:31:29.975 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:29.975 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 27 01:31:29.975 INFO kablam! | Oct 27 01:31:29.975 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 27 01:31:29.975 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:29.975 INFO kablam! | Oct 27 01:31:29.975 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:29.975 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:29.975 INFO kablam! | Oct 27 01:31:29.975 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:29.975 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:29.975 INFO kablam! 7 | | { Oct 27 01:31:29.977 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:29.977 INFO kablam! ... | Oct 27 01:31:29.977 INFO kablam! 13 | | None Oct 27 01:31:29.977 INFO kablam! 14 | | } Oct 27 01:31:29.977 INFO kablam! | |_____^ Oct 27 01:31:29.977 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:29.977 INFO kablam! Oct 27 01:31:30.035 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:30.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 27 01:31:30.035 INFO kablam! | Oct 27 01:31:30.035 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 27 01:31:30.035 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:30.035 INFO kablam! | Oct 27 01:31:30.035 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:30.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:30.035 INFO kablam! | Oct 27 01:31:30.035 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:30.036 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:30.036 INFO kablam! 7 | | { Oct 27 01:31:30.036 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:30.036 INFO kablam! ... | Oct 27 01:31:30.036 INFO kablam! 13 | | None Oct 27 01:31:30.036 INFO kablam! 14 | | } Oct 27 01:31:30.036 INFO kablam! | |_____^ Oct 27 01:31:30.036 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:30.036 INFO kablam! Oct 27 01:31:31.473 INFO kablam! Checking digest v0.7.4 Oct 27 01:31:31.631 INFO kablam! Compiling docopt v0.8.3 Oct 27 01:31:31.903 INFO kablam! Compiling generic-array v0.9.0 Oct 27 01:31:32.079 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:32.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 27 01:31:32.079 INFO kablam! | Oct 27 01:31:32.080 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 27 01:31:32.080 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:32.081 INFO kablam! | Oct 27 01:31:32.081 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:32.081 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:32.082 INFO kablam! | Oct 27 01:31:32.082 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:32.082 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:32.083 INFO kablam! 7 | | { Oct 27 01:31:32.083 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:32.083 INFO kablam! ... | Oct 27 01:31:32.083 INFO kablam! 13 | | None Oct 27 01:31:32.084 INFO kablam! 14 | | } Oct 27 01:31:32.084 INFO kablam! | |_____^ Oct 27 01:31:32.084 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:32.084 INFO kablam! Oct 27 01:31:32.207 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:32.208 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 27 01:31:32.208 INFO kablam! | Oct 27 01:31:32.209 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 27 01:31:32.209 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:32.209 INFO kablam! | Oct 27 01:31:32.210 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:32.210 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:32.210 INFO kablam! | Oct 27 01:31:32.211 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:32.211 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:32.211 INFO kablam! 7 | | { Oct 27 01:31:32.212 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:32.212 INFO kablam! ... | Oct 27 01:31:32.212 INFO kablam! 13 | | None Oct 27 01:31:32.212 INFO kablam! 14 | | } Oct 27 01:31:32.212 INFO kablam! | |_____^ Oct 27 01:31:32.212 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:32.213 INFO kablam! Oct 27 01:31:32.276 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:32.277 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 27 01:31:32.277 INFO kablam! | Oct 27 01:31:32.277 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 27 01:31:32.277 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:32.277 INFO kablam! | Oct 27 01:31:32.277 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:32.277 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:32.277 INFO kablam! | Oct 27 01:31:32.277 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:32.277 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:32.278 INFO kablam! 7 | | { Oct 27 01:31:32.278 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:32.278 INFO kablam! ... | Oct 27 01:31:32.278 INFO kablam! 13 | | None Oct 27 01:31:32.278 INFO kablam! 14 | | } Oct 27 01:31:32.278 INFO kablam! | |_____^ Oct 27 01:31:32.278 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:32.278 INFO kablam! Oct 27 01:31:32.307 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:31:32.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 27 01:31:32.307 INFO kablam! | Oct 27 01:31:32.307 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 27 01:31:32.307 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:31:32.307 INFO kablam! | Oct 27 01:31:32.308 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:31:32.308 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:31:32.308 INFO kablam! | Oct 27 01:31:32.308 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:31:32.308 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:31:32.308 INFO kablam! 7 | | { Oct 27 01:31:32.308 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:31:32.308 INFO kablam! ... | Oct 27 01:31:32.308 INFO kablam! 13 | | None Oct 27 01:31:32.308 INFO kablam! 14 | | } Oct 27 01:31:32.308 INFO kablam! | |_____^ Oct 27 01:31:32.308 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:31:32.315 INFO kablam! Oct 27 01:31:32.509 INFO kablam! error: aborting due to 4 previous errors Oct 27 01:31:32.509 INFO kablam! Oct 27 01:31:32.509 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 27 01:31:32.591 INFO kablam! error: Could not compile `petgraph`. Oct 27 01:31:32.591 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 01:31:34.539 INFO kablam! error: aborting due to 4 previous errors Oct 27 01:31:34.539 INFO kablam! Oct 27 01:31:34.539 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 27 01:31:34.631 INFO kablam! error: Could not compile `petgraph`. Oct 27 01:31:34.632 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 01:31:43.163 INFO kablam! error: build failed Oct 27 01:31:43.165 INFO kablam! su: No module specific data is present Oct 27 01:31:44.168 INFO running `"docker" "rm" "-f" "425808981d114e907ec21ebd12082ed35340f50f87ec68d9b991a62656c967b9"` Oct 27 01:31:44.551 INFO blam! 425808981d114e907ec21ebd12082ed35340f50f87ec68d9b991a62656c967b9