Sep 05 18:09:56.144 INFO checking mexus/pastebin against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 18:09:56.144 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 18:09:56.144 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 18:09:56.595 INFO blam! afd4a0e1e68592c42498ea1206e0f15c2f6ce6304cc8d1f5137c214e9f467cd3 Sep 05 18:09:56.595 INFO running `"docker" "start" "-a" "afd4a0e1e68592c42498ea1206e0f15c2f6ce6304cc8d1f5137c214e9f467cd3"` Sep 05 18:09:58.189 INFO kablam! usermod: no changes Sep 05 18:09:58.690 INFO kablam! Checking rustc-demangle v0.1.8 Sep 05 18:09:58.698 INFO kablam! Checking unidecode v0.3.0 Sep 05 18:09:58.698 INFO kablam! Checking nom v2.2.1 Sep 05 18:09:58.698 INFO kablam! Checking humansize v1.1.0 Sep 05 18:09:58.698 INFO kablam! Checking hex v0.2.0 Sep 05 18:09:58.698 INFO kablam! Checking hostname v0.1.5 Sep 05 18:09:58.698 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 05 18:09:58.698 INFO kablam! Checking net2 v0.2.32 Sep 05 18:09:59.426 INFO kablam! Checking encoding_rs v0.7.2 Sep 05 18:09:59.890 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 05 18:10:00.190 INFO kablam! Compiling openssl-sys v0.9.32 Sep 05 18:10:00.689 INFO kablam! Compiling backtrace-sys v0.1.23 Sep 05 18:10:02.194 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 05 18:10:03.414 INFO kablam! Compiling rust-crypto v0.2.36 Sep 05 18:10:06.911 INFO kablam! Checking textwrap v0.9.0 Sep 05 18:10:06.945 INFO kablam! Checking petgraph v0.4.12 Sep 05 18:10:07.454 INFO kablam! Checking rand v0.5.0 Sep 05 18:10:07.806 INFO kablam! Checking uuid v0.6.5 Sep 05 18:10:08.066 INFO kablam! Checking futures-cpupool v0.1.8 Sep 05 18:10:08.654 INFO kablam! Checking aho-corasick v0.6.4 Sep 05 18:10:08.962 INFO kablam! Checking want v0.0.4 Sep 05 18:10:09.054 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 05 18:10:09.897 INFO kablam! Checking mio v0.6.14 Sep 05 18:10:14.454 INFO kablam! Checking slug v0.1.3 Sep 05 18:10:14.630 INFO kablam! Checking tokio-io v0.1.6 Sep 05 18:10:14.833 INFO kablam! Checking clap v2.31.2 Sep 05 18:10:14.954 INFO kablam! Checking serde_json v1.0.19 Sep 05 18:10:14.973 INFO kablam! Compiling pest_derive v1.0.7 Sep 05 18:10:15.112 INFO kablam! Checking regex v0.2.11 Sep 05 18:10:15.401 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 18:10:15.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 05 18:10:15.402 INFO kablam! | Sep 05 18:10:15.402 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 05 18:10:15.402 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 18:10:15.402 INFO kablam! | Sep 05 18:10:15.402 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 18:10:15.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 18:10:15.402 INFO kablam! | Sep 05 18:10:15.402 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 18:10:15.402 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 18:10:15.402 INFO kablam! 7 | | { Sep 05 18:10:15.402 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 18:10:15.402 INFO kablam! ... | Sep 05 18:10:15.402 INFO kablam! 13 | | None Sep 05 18:10:15.402 INFO kablam! 14 | | } Sep 05 18:10:15.402 INFO kablam! | |_____^ Sep 05 18:10:15.402 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 18:10:15.402 INFO kablam! Sep 05 18:10:15.437 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 18:10:15.438 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 05 18:10:15.438 INFO kablam! | Sep 05 18:10:15.438 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 05 18:10:15.438 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 18:10:15.438 INFO kablam! | Sep 05 18:10:15.438 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 18:10:15.438 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 18:10:15.438 INFO kablam! | Sep 05 18:10:15.438 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 18:10:15.438 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 18:10:15.438 INFO kablam! 7 | | { Sep 05 18:10:15.438 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 18:10:15.438 INFO kablam! ... | Sep 05 18:10:15.438 INFO kablam! 13 | | None Sep 05 18:10:15.438 INFO kablam! 14 | | } Sep 05 18:10:15.438 INFO kablam! | |_____^ Sep 05 18:10:15.438 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 18:10:15.438 INFO kablam! Sep 05 18:10:15.470 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 18:10:15.470 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 05 18:10:15.470 INFO kablam! | Sep 05 18:10:15.470 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 05 18:10:15.470 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 18:10:15.470 INFO kablam! | Sep 05 18:10:15.470 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 18:10:15.470 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 18:10:15.470 INFO kablam! | Sep 05 18:10:15.470 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 18:10:15.470 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 18:10:15.470 INFO kablam! 7 | | { Sep 05 18:10:15.470 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 18:10:15.470 INFO kablam! ... | Sep 05 18:10:15.470 INFO kablam! 13 | | None Sep 05 18:10:15.470 INFO kablam! 14 | | } Sep 05 18:10:15.470 INFO kablam! | |_____^ Sep 05 18:10:15.470 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 18:10:15.470 INFO kablam! Sep 05 18:10:15.482 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 18:10:15.482 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 05 18:10:15.482 INFO kablam! | Sep 05 18:10:15.482 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 05 18:10:15.482 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 18:10:15.482 INFO kablam! | Sep 05 18:10:15.482 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 18:10:15.482 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 18:10:15.482 INFO kablam! | Sep 05 18:10:15.482 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 18:10:15.482 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 18:10:15.482 INFO kablam! 7 | | { Sep 05 18:10:15.482 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 18:10:15.482 INFO kablam! ... | Sep 05 18:10:15.482 INFO kablam! 13 | | None Sep 05 18:10:15.482 INFO kablam! 14 | | } Sep 05 18:10:15.482 INFO kablam! | |_____^ Sep 05 18:10:15.482 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 18:10:15.482 INFO kablam! Sep 05 18:10:17.073 INFO kablam! error: aborting due to 4 previous errors Sep 05 18:10:17.073 INFO kablam! Sep 05 18:10:17.077 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 05 18:10:17.086 INFO kablam! error: Could not compile `petgraph`. Sep 05 18:10:17.086 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 18:10:24.625 INFO kablam! error: build failed Sep 05 18:10:24.629 INFO kablam! su: No module specific data is present Sep 05 18:10:25.835 INFO running `"docker" "rm" "-f" "afd4a0e1e68592c42498ea1206e0f15c2f6ce6304cc8d1f5137c214e9f467cd3"` Sep 05 18:10:26.121 INFO blam! afd4a0e1e68592c42498ea1206e0f15c2f6ce6304cc8d1f5137c214e9f467cd3