Sep 17 12:10:58.874 INFO checking mexus/pastebin against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 12:10:58.874 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 12:10:58.874 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 12:10:59.324 INFO blam! 16723b8f84d4584a955a5f3b25a865496b35f298e21a125f5b3e94a5733943b2 Sep 17 12:10:59.326 INFO running `"docker" "start" "-a" "16723b8f84d4584a955a5f3b25a865496b35f298e21a125f5b3e94a5733943b2"` Sep 17 12:11:00.971 INFO kablam! usermod: no changes Sep 17 12:11:01.475 INFO kablam! Compiling serde v1.0.65 Sep 17 12:11:01.477 INFO kablam! Checking unidecode v0.3.0 Sep 17 12:11:01.478 INFO kablam! Checking nom v2.2.1 Sep 17 12:11:01.511 INFO kablam! Checking modifier v0.1.0 Sep 17 12:11:01.527 INFO kablam! Checking humansize v1.1.0 Sep 17 12:11:01.531 INFO kablam! Checking rand_core v0.2.0 Sep 17 12:11:01.531 INFO kablam! Checking hex v0.2.0 Sep 17 12:11:01.532 INFO kablam! Checking net2 v0.2.32 Sep 17 12:11:02.472 INFO kablam! Checking hostname v0.1.5 Sep 17 12:11:02.879 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 17 12:11:03.027 INFO kablam! Compiling openssl-sys v0.9.32 Sep 17 12:11:04.128 INFO kablam! Checking unsafe-any v0.4.2 Sep 17 12:11:04.399 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 17 12:11:04.805 INFO kablam! Checking textwrap v0.9.0 Sep 17 12:11:04.820 INFO kablam! Checking petgraph v0.4.12 Sep 17 12:11:07.999 INFO kablam! Checking uuid v0.6.5 Sep 17 12:11:08.031 INFO kablam! Checking aho-corasick v0.6.4 Sep 17 12:11:08.039 INFO kablam! Checking rand v0.5.0 Sep 17 12:11:08.843 INFO kablam! Checking typemap v0.3.3 Sep 17 12:11:09.867 INFO kablam! Checking mio v0.6.14 Sep 17 12:11:10.019 INFO kablam! Checking clap v2.31.2 Sep 17 12:11:10.202 INFO kablam! Checking mime v0.2.6 Sep 17 12:11:12.829 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 12:11:12.830 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 17 12:11:12.830 INFO kablam! | Sep 17 12:11:12.830 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 17 12:11:12.831 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 12:11:12.831 INFO kablam! | Sep 17 12:11:12.831 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 12:11:12.831 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 12:11:12.831 INFO kablam! | Sep 17 12:11:12.831 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 12:11:12.831 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 12:11:12.831 INFO kablam! 7 | | { Sep 17 12:11:12.831 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 12:11:12.831 INFO kablam! ... | Sep 17 12:11:12.831 INFO kablam! 13 | | None Sep 17 12:11:12.831 INFO kablam! 14 | | } Sep 17 12:11:12.831 INFO kablam! | |_____^ Sep 17 12:11:12.831 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 12:11:12.831 INFO kablam! Sep 17 12:11:12.851 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 12:11:12.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 17 12:11:12.851 INFO kablam! | Sep 17 12:11:12.851 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 17 12:11:12.851 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 12:11:12.851 INFO kablam! | Sep 17 12:11:12.851 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 12:11:12.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 12:11:12.851 INFO kablam! | Sep 17 12:11:12.851 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 12:11:12.851 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 12:11:12.851 INFO kablam! 7 | | { Sep 17 12:11:12.851 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 12:11:12.851 INFO kablam! ... | Sep 17 12:11:12.851 INFO kablam! 13 | | None Sep 17 12:11:12.851 INFO kablam! 14 | | } Sep 17 12:11:12.851 INFO kablam! | |_____^ Sep 17 12:11:12.851 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 12:11:12.851 INFO kablam! Sep 17 12:11:12.860 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 12:11:12.860 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 17 12:11:12.860 INFO kablam! | Sep 17 12:11:12.860 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 17 12:11:12.860 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 12:11:12.860 INFO kablam! | Sep 17 12:11:12.860 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 12:11:12.860 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 12:11:12.860 INFO kablam! | Sep 17 12:11:12.860 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 12:11:12.860 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 12:11:12.860 INFO kablam! 7 | | { Sep 17 12:11:12.860 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 12:11:12.860 INFO kablam! ... | Sep 17 12:11:12.860 INFO kablam! 13 | | None Sep 17 12:11:12.860 INFO kablam! 14 | | } Sep 17 12:11:12.860 INFO kablam! | |_____^ Sep 17 12:11:12.860 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 12:11:12.860 INFO kablam! Sep 17 12:11:12.870 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 12:11:12.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 17 12:11:12.870 INFO kablam! | Sep 17 12:11:12.870 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 17 12:11:12.870 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 12:11:12.870 INFO kablam! | Sep 17 12:11:12.870 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 12:11:12.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 12:11:12.870 INFO kablam! | Sep 17 12:11:12.870 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 12:11:12.870 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 12:11:12.870 INFO kablam! 7 | | { Sep 17 12:11:12.871 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 12:11:12.871 INFO kablam! ... | Sep 17 12:11:12.871 INFO kablam! 13 | | None Sep 17 12:11:12.871 INFO kablam! 14 | | } Sep 17 12:11:12.871 INFO kablam! | |_____^ Sep 17 12:11:12.871 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 12:11:12.871 INFO kablam! Sep 17 12:11:13.632 INFO kablam! error: aborting due to 4 previous errors Sep 17 12:11:13.632 INFO kablam! Sep 17 12:11:13.632 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 12:11:13.658 INFO kablam! error: Could not compile `petgraph`. Sep 17 12:11:13.659 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:11:18.504 INFO kablam! error: build failed Sep 17 12:11:18.504 INFO kablam! su: No module specific data is present Sep 17 12:11:19.065 INFO running `"docker" "rm" "-f" "16723b8f84d4584a955a5f3b25a865496b35f298e21a125f5b3e94a5733943b2"` Sep 17 12:11:19.339 INFO blam! 16723b8f84d4584a955a5f3b25a865496b35f298e21a125f5b3e94a5733943b2