Oct 27 11:38:43.194 INFO checking Gregory-Meyer/secret-santa against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:38:43.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 11:38:43.545 INFO blam! 6e5fa5b08966059ec05d048e9170c8dbc411e053bd0ef846dfb617826dc7d9d2 Oct 27 11:38:43.547 INFO running `"docker" "start" "-a" "6e5fa5b08966059ec05d048e9170c8dbc411e053bd0ef846dfb617826dc7d9d2"` Oct 27 11:38:44.579 INFO kablam! usermod: no changes Oct 27 11:38:44.790 INFO kablam! Checking serde_json v1.0.7 Oct 27 11:38:44.791 INFO kablam! Checking base64 v0.7.0 Oct 27 11:38:44.795 INFO kablam! Checking petgraph v0.4.10 Oct 27 11:38:44.796 INFO kablam! Compiling email v0.0.18 Oct 27 11:38:44.836 INFO kablam! Checking uuid v0.5.1 Oct 27 11:38:48.699 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 11:38:48.700 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 27 11:38:48.700 INFO kablam! | Oct 27 11:38:48.700 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 27 11:38:48.701 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 11:38:48.701 INFO kablam! | Oct 27 11:38:48.701 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 11:38:48.701 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 11:38:48.701 INFO kablam! | Oct 27 11:38:48.701 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 11:38:48.701 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 11:38:48.701 INFO kablam! 7 | | { Oct 27 11:38:48.701 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 11:38:48.701 INFO kablam! ... | Oct 27 11:38:48.701 INFO kablam! 13 | | None Oct 27 11:38:48.701 INFO kablam! 14 | | } Oct 27 11:38:48.701 INFO kablam! | |_____^ Oct 27 11:38:48.701 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 11:38:48.701 INFO kablam! Oct 27 11:38:48.727 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 11:38:48.727 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 27 11:38:48.727 INFO kablam! | Oct 27 11:38:48.727 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 27 11:38:48.727 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 11:38:48.743 INFO kablam! | Oct 27 11:38:48.743 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 11:38:48.743 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 11:38:48.743 INFO kablam! | Oct 27 11:38:48.743 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 11:38:48.743 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 11:38:48.743 INFO kablam! 7 | | { Oct 27 11:38:48.743 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 11:38:48.743 INFO kablam! ... | Oct 27 11:38:48.743 INFO kablam! 13 | | None Oct 27 11:38:48.743 INFO kablam! 14 | | } Oct 27 11:38:48.743 INFO kablam! | |_____^ Oct 27 11:38:48.743 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 11:38:48.743 INFO kablam! Oct 27 11:38:48.751 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 11:38:48.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 27 11:38:48.751 INFO kablam! | Oct 27 11:38:48.751 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 27 11:38:48.751 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 11:38:48.751 INFO kablam! | Oct 27 11:38:48.751 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 11:38:48.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 11:38:48.751 INFO kablam! | Oct 27 11:38:48.751 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 11:38:48.751 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 11:38:48.751 INFO kablam! 7 | | { Oct 27 11:38:48.751 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 11:38:48.751 INFO kablam! ... | Oct 27 11:38:48.751 INFO kablam! 13 | | None Oct 27 11:38:48.751 INFO kablam! 14 | | } Oct 27 11:38:48.751 INFO kablam! | |_____^ Oct 27 11:38:48.751 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 11:38:48.751 INFO kablam! Oct 27 11:38:48.763 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 11:38:48.763 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 27 11:38:48.763 INFO kablam! | Oct 27 11:38:48.763 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 27 11:38:48.763 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 11:38:48.763 INFO kablam! | Oct 27 11:38:48.763 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 11:38:48.763 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 11:38:48.763 INFO kablam! | Oct 27 11:38:48.763 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 11:38:48.763 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 11:38:48.763 INFO kablam! 7 | | { Oct 27 11:38:48.763 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 11:38:48.763 INFO kablam! ... | Oct 27 11:38:48.763 INFO kablam! 13 | | None Oct 27 11:38:48.763 INFO kablam! 14 | | } Oct 27 11:38:48.763 INFO kablam! | |_____^ Oct 27 11:38:48.763 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 11:38:48.763 INFO kablam! Oct 27 11:38:49.428 INFO kablam! error: aborting due to 4 previous errors Oct 27 11:38:49.429 INFO kablam! Oct 27 11:38:49.430 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 27 11:38:49.464 INFO kablam! error: Could not compile `petgraph`. Oct 27 11:38:49.465 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 11:38:50.103 INFO kablam! error: build failed Oct 27 11:38:50.111 INFO kablam! su: No module specific data is present Oct 27 11:38:50.631 INFO running `"docker" "rm" "-f" "6e5fa5b08966059ec05d048e9170c8dbc411e053bd0ef846dfb617826dc7d9d2"` Oct 27 11:38:50.906 INFO blam! 6e5fa5b08966059ec05d048e9170c8dbc411e053bd0ef846dfb617826dc7d9d2