Sep 20 21:58:02.386 INFO checking mexus/pastebin against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 21:58:02.386 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 21:58:02.386 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 21:58:02.647 INFO blam! 32fbc2c3d167a6454199167cecce2da11931a4f8c0fa47feea56e00ee561a800 Sep 20 21:58:02.649 INFO running `"docker" "start" "-a" "32fbc2c3d167a6454199167cecce2da11931a4f8c0fa47feea56e00ee561a800"` Sep 20 21:58:04.437 INFO kablam! usermod: no changes Sep 20 21:58:04.842 INFO kablam! Compiling serde v1.0.65 Sep 20 21:58:04.850 INFO kablam! Checking unidecode v0.3.0 Sep 20 21:58:04.850 INFO kablam! Compiling pest v1.0.6 Sep 20 21:58:04.850 INFO kablam! Checking rand_core v0.2.0 Sep 20 21:58:04.850 INFO kablam! Checking nom v2.2.1 Sep 20 21:58:04.850 INFO kablam! Checking hex v0.2.0 Sep 20 21:58:04.850 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 20 21:58:06.000 INFO kablam! Checking encoding_rs v0.7.2 Sep 20 21:58:07.799 INFO kablam! Checking net2 v0.2.32 Sep 20 21:58:07.802 INFO kablam! Compiling openssl-sys v0.9.32 Sep 20 21:58:07.802 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 20 21:58:07.922 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 20 21:58:08.431 INFO kablam! Checking petgraph v0.4.12 Sep 20 21:58:09.990 INFO kablam! Checking want v0.0.4 Sep 20 21:58:13.211 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 20 21:58:15.894 INFO kablam! Checking rand v0.5.0 Sep 20 21:58:16.390 INFO kablam! Checking uuid v0.6.5 Sep 20 21:58:16.628 INFO kablam! Checking futures-cpupool v0.1.8 Sep 20 21:58:16.722 INFO kablam! Checking tokio-timer v0.2.3 Sep 20 21:58:16.826 INFO kablam! Compiling backtrace-sys v0.1.23 Sep 20 21:58:17.595 INFO kablam! Checking idna v0.1.4 Sep 20 21:58:17.965 INFO kablam! Checking mio v0.6.14 Sep 20 21:58:18.758 INFO kablam! Checking mime v0.2.6 Sep 20 21:58:18.930 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:18.930 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 21:58:18.930 INFO kablam! | Sep 20 21:58:18.930 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 21:58:18.930 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:18.938 INFO kablam! | Sep 20 21:58:18.938 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:18.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:18.938 INFO kablam! | Sep 20 21:58:18.938 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:18.938 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:18.938 INFO kablam! 7 | | { Sep 20 21:58:18.938 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:18.938 INFO kablam! ... | Sep 20 21:58:18.938 INFO kablam! 13 | | None Sep 20 21:58:18.938 INFO kablam! 14 | | } Sep 20 21:58:18.938 INFO kablam! | |_____^ Sep 20 21:58:18.938 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:18.938 INFO kablam! Sep 20 21:58:19.134 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:19.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 21:58:19.134 INFO kablam! | Sep 20 21:58:19.134 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 21:58:19.134 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:19.139 INFO kablam! | Sep 20 21:58:19.139 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:19.139 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:19.139 INFO kablam! | Sep 20 21:58:19.139 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:19.139 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:19.139 INFO kablam! 7 | | { Sep 20 21:58:19.139 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:19.139 INFO kablam! ... | Sep 20 21:58:19.139 INFO kablam! 13 | | None Sep 20 21:58:19.139 INFO kablam! 14 | | } Sep 20 21:58:19.139 INFO kablam! | |_____^ Sep 20 21:58:19.139 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:19.139 INFO kablam! Sep 20 21:58:19.218 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:19.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 21:58:19.218 INFO kablam! | Sep 20 21:58:19.218 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 21:58:19.218 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:19.246 INFO kablam! | Sep 20 21:58:19.246 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:19.246 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:19.246 INFO kablam! | Sep 20 21:58:19.246 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:19.246 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:19.246 INFO kablam! 7 | | { Sep 20 21:58:19.246 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:19.246 INFO kablam! ... | Sep 20 21:58:19.246 INFO kablam! 13 | | None Sep 20 21:58:19.246 INFO kablam! 14 | | } Sep 20 21:58:19.246 INFO kablam! | |_____^ Sep 20 21:58:19.246 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:19.246 INFO kablam! Sep 20 21:58:19.274 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:19.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 21:58:19.274 INFO kablam! | Sep 20 21:58:19.274 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 21:58:19.274 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:19.294 INFO kablam! | Sep 20 21:58:19.294 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:19.294 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:19.294 INFO kablam! | Sep 20 21:58:19.294 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:19.294 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:19.294 INFO kablam! 7 | | { Sep 20 21:58:19.294 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:19.294 INFO kablam! ... | Sep 20 21:58:19.294 INFO kablam! 13 | | None Sep 20 21:58:19.294 INFO kablam! 14 | | } Sep 20 21:58:19.294 INFO kablam! | |_____^ Sep 20 21:58:19.294 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:19.294 INFO kablam! Sep 20 21:58:19.930 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 20 21:58:20.604 INFO kablam! Checking tokio-io v0.1.6 Sep 20 21:58:20.732 INFO kablam! Compiling quote v0.6.3 Sep 20 21:58:20.769 INFO kablam! Checking slug v0.1.3 Sep 20 21:58:20.928 INFO kablam! error: aborting due to 4 previous errors Sep 20 21:58:20.928 INFO kablam! Sep 20 21:58:20.928 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 21:58:20.930 INFO kablam! error: Could not compile `petgraph`. Sep 20 21:58:20.930 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 21:58:23.598 INFO kablam! error: build failed Sep 20 21:58:23.598 INFO kablam! su: No module specific data is present Sep 20 21:58:24.378 INFO running `"docker" "rm" "-f" "32fbc2c3d167a6454199167cecce2da11931a4f8c0fa47feea56e00ee561a800"` Sep 20 21:58:24.737 INFO blam! 32fbc2c3d167a6454199167cecce2da11931a4f8c0fa47feea56e00ee561a800