Sep 14 03:40:58.726 INFO checking mexus/pastebin against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 03:40:58.726 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 03:40:58.727 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:40:59.156 INFO blam! 6faa075c9b3585386765132f60eec78fd98a174f4ad2874a879bdc8b67529111 Sep 14 03:40:59.158 INFO running `"docker" "start" "-a" "6faa075c9b3585386765132f60eec78fd98a174f4ad2874a879bdc8b67529111"` Sep 14 03:41:00.623 INFO kablam! usermod: no changes Sep 14 03:41:01.066 INFO kablam! Compiling cc v1.0.17 Sep 14 03:41:01.072 INFO kablam! Compiling pkg-config v0.3.11 Sep 14 03:41:01.083 INFO kablam! Compiling serde v1.0.65 Sep 14 03:41:01.083 INFO kablam! Checking fixedbitset v0.1.9 Sep 14 03:41:01.098 INFO kablam! Checking ordermap v0.3.5 Sep 14 03:41:01.126 INFO kablam! Checking nom v2.2.1 Sep 14 03:41:01.127 INFO kablam! Checking hex v0.2.0 Sep 14 03:41:01.127 INFO kablam! Checking modifier v0.1.0 Sep 14 03:41:01.607 INFO kablam! Checking hostname v0.1.5 Sep 14 03:41:02.535 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 14 03:41:02.535 INFO kablam! Checking net2 v0.2.32 Sep 14 03:41:02.583 INFO kablam! Checking encoding_rs v0.7.2 Sep 14 03:41:04.827 INFO kablam! Checking tokio-service v0.1.0 Sep 14 03:41:05.755 INFO kablam! Checking relay v0.1.1 Sep 14 03:41:07.395 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 14 03:41:07.399 INFO kablam! Checking unsafe-any v0.4.2 Sep 14 03:41:07.428 INFO kablam! Checking base64 v0.6.0 Sep 14 03:41:07.428 INFO kablam! Checking rand v0.5.0 Sep 14 03:41:07.444 INFO kablam! Checking futures-cpupool v0.1.8 Sep 14 03:41:08.344 INFO kablam! Checking uuid v0.6.5 Sep 14 03:41:12.716 INFO kablam! Checking want v0.0.4 Sep 14 03:41:12.823 INFO kablam! Checking petgraph v0.4.12 Sep 14 03:41:12.865 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 14 03:41:13.515 INFO kablam! Checking mio v0.6.14 Sep 14 03:41:13.578 INFO kablam! Checking idna v0.1.4 Sep 14 03:41:13.831 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 14 03:41:17.010 INFO kablam! Checking tokio-io v0.1.6 Sep 14 03:41:17.011 INFO kablam! Checking typemap v0.3.3 Sep 14 03:41:17.011 INFO kablam! Checking mime v0.2.6 Sep 14 03:41:17.107 INFO kablam! Compiling openssl-sys v0.9.32 Sep 14 03:41:17.855 INFO kablam! Compiling backtrace-sys v0.1.23 Sep 14 03:41:19.611 INFO kablam! Compiling pest_derive v1.0.7 Sep 14 03:41:19.631 INFO kablam! Checking regex v0.2.11 Sep 14 03:41:19.679 INFO kablam! Checking rust-crypto v0.2.36 Sep 14 03:41:20.555 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 14 03:41:20.623 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:20.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 14 03:41:20.623 INFO kablam! | Sep 14 03:41:20.623 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 14 03:41:20.623 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:20.623 INFO kablam! | Sep 14 03:41:20.623 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:20.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:20.623 INFO kablam! | Sep 14 03:41:20.623 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:20.623 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:20.623 INFO kablam! 7 | | { Sep 14 03:41:20.623 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:20.623 INFO kablam! ... | Sep 14 03:41:20.623 INFO kablam! 13 | | None Sep 14 03:41:20.623 INFO kablam! 14 | | } Sep 14 03:41:20.623 INFO kablam! | |_____^ Sep 14 03:41:20.623 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:20.623 INFO kablam! Sep 14 03:41:20.639 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:20.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 14 03:41:20.639 INFO kablam! | Sep 14 03:41:20.639 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 14 03:41:20.639 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:20.639 INFO kablam! | Sep 14 03:41:20.639 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:20.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:20.639 INFO kablam! | Sep 14 03:41:20.639 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:20.639 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:20.639 INFO kablam! 7 | | { Sep 14 03:41:20.639 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:20.639 INFO kablam! ... | Sep 14 03:41:20.639 INFO kablam! 13 | | None Sep 14 03:41:20.639 INFO kablam! 14 | | } Sep 14 03:41:20.639 INFO kablam! | |_____^ Sep 14 03:41:20.639 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:20.639 INFO kablam! Sep 14 03:41:20.647 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:20.647 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 14 03:41:20.648 INFO kablam! | Sep 14 03:41:20.648 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 14 03:41:20.648 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:20.648 INFO kablam! | Sep 14 03:41:20.648 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:20.648 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:20.648 INFO kablam! | Sep 14 03:41:20.648 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:20.648 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:20.648 INFO kablam! 7 | | { Sep 14 03:41:20.648 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:20.648 INFO kablam! ... | Sep 14 03:41:20.648 INFO kablam! 13 | | None Sep 14 03:41:20.648 INFO kablam! 14 | | } Sep 14 03:41:20.648 INFO kablam! | |_____^ Sep 14 03:41:20.648 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:20.648 INFO kablam! Sep 14 03:41:20.651 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:20.651 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 14 03:41:20.651 INFO kablam! | Sep 14 03:41:20.651 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 14 03:41:20.651 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:20.659 INFO kablam! | Sep 14 03:41:20.659 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:20.659 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:20.659 INFO kablam! | Sep 14 03:41:20.659 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:20.659 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:20.659 INFO kablam! 7 | | { Sep 14 03:41:20.659 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:20.659 INFO kablam! ... | Sep 14 03:41:20.659 INFO kablam! 13 | | None Sep 14 03:41:20.659 INFO kablam! 14 | | } Sep 14 03:41:20.659 INFO kablam! | |_____^ Sep 14 03:41:20.659 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:20.659 INFO kablam! Sep 14 03:41:20.773 INFO kablam! Compiling phf_shared v0.7.22 Sep 14 03:41:20.975 INFO kablam! error: aborting due to 4 previous errors Sep 14 03:41:20.975 INFO kablam! Sep 14 03:41:20.975 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 03:41:20.987 INFO kablam! error: Could not compile `petgraph`. Sep 14 03:41:20.987 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 03:41:40.631 INFO kablam! error: build failed Sep 14 03:41:40.635 INFO kablam! su: No module specific data is present Sep 14 03:41:42.190 INFO running `"docker" "rm" "-f" "6faa075c9b3585386765132f60eec78fd98a174f4ad2874a879bdc8b67529111"` Sep 14 03:41:42.491 INFO blam! 6faa075c9b3585386765132f60eec78fd98a174f4ad2874a879bdc8b67529111