Oct 26 23:55:14.168 INFO checking natelust/reups against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:55:14.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 23:55:14.549 INFO blam! 9a7def4a30371faf87fc78b8827a45fbf2cfcfbcc786c747add9fc358c92443b Oct 26 23:55:14.551 INFO running `"docker" "start" "-a" "9a7def4a30371faf87fc78b8827a45fbf2cfcfbcc786c747add9fc358c92443b"` Oct 26 23:55:15.017 INFO kablam! usermod: no changes Oct 26 23:55:15.119 INFO kablam! Compiling serde v1.0.79 Oct 26 23:55:15.119 INFO kablam! Checking fixedbitset v0.1.9 Oct 26 23:55:15.123 INFO kablam! Checking ordermap v0.3.5 Oct 26 23:55:15.130 INFO kablam! Checking clap v2.32.0 Oct 26 23:55:16.823 INFO kablam! Checking petgraph v0.4.12 Oct 26 23:55:21.076 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 23:55:21.077 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 26 23:55:21.077 INFO kablam! | Oct 26 23:55:21.077 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 26 23:55:21.078 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 23:55:21.078 INFO kablam! | Oct 26 23:55:21.078 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 23:55:21.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 23:55:21.079 INFO kablam! | Oct 26 23:55:21.079 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 23:55:21.080 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 23:55:21.080 INFO kablam! 7 | | { Oct 26 23:55:21.080 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 23:55:21.080 INFO kablam! ... | Oct 26 23:55:21.081 INFO kablam! 13 | | None Oct 26 23:55:21.081 INFO kablam! 14 | | } Oct 26 23:55:21.081 INFO kablam! | |_____^ Oct 26 23:55:21.082 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 23:55:21.082 INFO kablam! Oct 26 23:55:21.115 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 23:55:21.116 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 26 23:55:21.116 INFO kablam! | Oct 26 23:55:21.117 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 26 23:55:21.117 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 23:55:21.117 INFO kablam! | Oct 26 23:55:21.117 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 23:55:21.118 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 23:55:21.118 INFO kablam! | Oct 26 23:55:21.118 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 23:55:21.119 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 23:55:21.119 INFO kablam! 7 | | { Oct 26 23:55:21.119 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 23:55:21.120 INFO kablam! ... | Oct 26 23:55:21.120 INFO kablam! 13 | | None Oct 26 23:55:21.120 INFO kablam! 14 | | } Oct 26 23:55:21.120 INFO kablam! | |_____^ Oct 26 23:55:21.121 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 23:55:21.121 INFO kablam! Oct 26 23:55:21.121 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 23:55:21.122 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 26 23:55:21.122 INFO kablam! | Oct 26 23:55:21.122 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 26 23:55:21.123 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 23:55:21.123 INFO kablam! | Oct 26 23:55:21.123 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 23:55:21.124 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 23:55:21.124 INFO kablam! | Oct 26 23:55:21.124 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 23:55:21.125 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 23:55:21.125 INFO kablam! 7 | | { Oct 26 23:55:21.125 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 23:55:21.126 INFO kablam! ... | Oct 26 23:55:21.126 INFO kablam! 13 | | None Oct 26 23:55:21.126 INFO kablam! 14 | | } Oct 26 23:55:21.126 INFO kablam! | |_____^ Oct 26 23:55:21.127 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 23:55:21.127 INFO kablam! Oct 26 23:55:21.127 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 23:55:21.127 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 26 23:55:21.128 INFO kablam! | Oct 26 23:55:21.128 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 26 23:55:21.128 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 23:55:21.129 INFO kablam! | Oct 26 23:55:21.129 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 23:55:21.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 23:55:21.129 INFO kablam! | Oct 26 23:55:21.130 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 23:55:21.130 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 23:55:21.130 INFO kablam! 7 | | { Oct 26 23:55:21.130 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 23:55:21.131 INFO kablam! ... | Oct 26 23:55:21.131 INFO kablam! 13 | | None Oct 26 23:55:21.131 INFO kablam! 14 | | } Oct 26 23:55:21.132 INFO kablam! | |_____^ Oct 26 23:55:21.132 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 23:55:21.132 INFO kablam! Oct 26 23:55:21.595 INFO kablam! error: aborting due to 4 previous errors Oct 26 23:55:21.596 INFO kablam! Oct 26 23:55:21.596 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 23:55:21.615 INFO kablam! error: Could not compile `petgraph`. Oct 26 23:55:21.615 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 23:55:27.734 INFO kablam! error: build failed Oct 26 23:55:27.739 INFO kablam! su: No module specific data is present Oct 26 23:55:28.349 INFO running `"docker" "rm" "-f" "9a7def4a30371faf87fc78b8827a45fbf2cfcfbcc786c747add9fc358c92443b"` Oct 26 23:55:28.615 INFO blam! 9a7def4a30371faf87fc78b8827a45fbf2cfcfbcc786c747add9fc358c92443b