Oct 26 19:47:03.844 INFO checking tckastanek/graph-deps against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 19:47:03.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 26 19:47:04.390 INFO blam! c1f6373c4db81643f08f22282a5a9678131b410a8a2e830893fcac2e53ec7fdb Oct 26 19:47:04.393 INFO running `"docker" "start" "-a" "c1f6373c4db81643f08f22282a5a9678131b410a8a2e830893fcac2e53ec7fdb"` Oct 26 19:47:06.655 INFO kablam! usermod: no changes Oct 26 19:47:06.863 INFO kablam! Checking ordermap v0.3.5 Oct 26 19:47:06.863 INFO kablam! Checking fixedbitset v0.1.9 Oct 26 19:47:06.863 INFO kablam! Checking dot v0.1.3 Oct 26 19:47:06.863 INFO kablam! Checking serde_json v1.0.13 Oct 26 19:47:06.871 INFO kablam! Compiling serde_derive_internals v0.23.0 Oct 26 19:47:06.871 INFO kablam! Checking failure v0.1.1 Oct 26 19:47:11.039 INFO kablam! Checking petgraph v0.4.12 Oct 26 19:47:16.123 INFO kablam! Compiling serde_derive v1.0.37 Oct 26 19:47:17.189 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:47:17.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 26 19:47:17.190 INFO kablam! | Oct 26 19:47:17.190 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 26 19:47:17.190 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:47:17.190 INFO kablam! | Oct 26 19:47:17.190 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:47:17.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:47:17.190 INFO kablam! | Oct 26 19:47:17.190 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:47:17.190 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:47:17.190 INFO kablam! 7 | | { Oct 26 19:47:17.190 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:47:17.190 INFO kablam! ... | Oct 26 19:47:17.191 INFO kablam! 13 | | None Oct 26 19:47:17.191 INFO kablam! 14 | | } Oct 26 19:47:17.191 INFO kablam! | |_____^ Oct 26 19:47:17.191 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:47:17.191 INFO kablam! Oct 26 19:47:17.212 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:47:17.212 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 26 19:47:17.212 INFO kablam! | Oct 26 19:47:17.212 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 26 19:47:17.212 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:47:17.213 INFO kablam! | Oct 26 19:47:17.213 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:47:17.213 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:47:17.213 INFO kablam! | Oct 26 19:47:17.213 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:47:17.213 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:47:17.213 INFO kablam! 7 | | { Oct 26 19:47:17.213 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:47:17.213 INFO kablam! ... | Oct 26 19:47:17.213 INFO kablam! 13 | | None Oct 26 19:47:17.213 INFO kablam! 14 | | } Oct 26 19:47:17.213 INFO kablam! | |_____^ Oct 26 19:47:17.213 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:47:17.213 INFO kablam! Oct 26 19:47:17.231 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:47:17.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 26 19:47:17.231 INFO kablam! | Oct 26 19:47:17.232 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 26 19:47:17.232 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:47:17.232 INFO kablam! | Oct 26 19:47:17.232 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:47:17.232 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:47:17.232 INFO kablam! | Oct 26 19:47:17.232 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:47:17.232 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:47:17.232 INFO kablam! 7 | | { Oct 26 19:47:17.232 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:47:17.232 INFO kablam! ... | Oct 26 19:47:17.232 INFO kablam! 13 | | None Oct 26 19:47:17.232 INFO kablam! 14 | | } Oct 26 19:47:17.232 INFO kablam! | |_____^ Oct 26 19:47:17.232 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:47:17.232 INFO kablam! Oct 26 19:47:17.243 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:47:17.243 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 26 19:47:17.243 INFO kablam! | Oct 26 19:47:17.243 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 26 19:47:17.243 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:47:17.243 INFO kablam! | Oct 26 19:47:17.244 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:47:17.244 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:47:17.244 INFO kablam! | Oct 26 19:47:17.244 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:47:17.244 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:47:17.244 INFO kablam! 7 | | { Oct 26 19:47:17.244 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:47:17.244 INFO kablam! ... | Oct 26 19:47:17.244 INFO kablam! 13 | | None Oct 26 19:47:17.244 INFO kablam! 14 | | } Oct 26 19:47:17.244 INFO kablam! | |_____^ Oct 26 19:47:17.244 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:47:17.244 INFO kablam! Oct 26 19:47:17.711 INFO kablam! error: aborting due to 4 previous errors Oct 26 19:47:17.711 INFO kablam! Oct 26 19:47:17.711 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 19:47:17.711 INFO kablam! error: Could not compile `petgraph`. Oct 26 19:47:17.711 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 19:47:26.920 INFO kablam! error: build failed Oct 26 19:47:26.922 INFO kablam! su: No module specific data is present Oct 26 19:47:28.163 INFO running `"docker" "rm" "-f" "c1f6373c4db81643f08f22282a5a9678131b410a8a2e830893fcac2e53ec7fdb"` Oct 26 19:47:28.365 INFO blam! c1f6373c4db81643f08f22282a5a9678131b410a8a2e830893fcac2e53ec7fdb