Sep 10 03:24:01.181 INFO checking mexus/pastebin against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 03:24:01.181 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 03:24:01.181 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 03:24:01.417 INFO blam! 4423f7845c884cef13a7bea865fc9bcc609b0713bed054c72f5d5ddaeff1ffdb Sep 10 03:24:01.419 INFO running `"docker" "start" "-a" "4423f7845c884cef13a7bea865fc9bcc609b0713bed054c72f5d5ddaeff1ffdb"` Sep 10 03:24:02.466 INFO kablam! usermod: no changes Sep 10 03:24:02.990 INFO kablam! Compiling serde v1.0.65 Sep 10 03:24:03.022 INFO kablam! Checking unidecode v0.3.0 Sep 10 03:24:03.022 INFO kablam! Checking ordermap v0.3.5 Sep 10 03:24:03.022 INFO kablam! Checking linked-hash-map v0.5.1 Sep 10 03:24:03.022 INFO kablam! Checking fixedbitset v0.1.9 Sep 10 03:24:03.022 INFO kablam! Checking nom v2.2.1 Sep 10 03:24:03.022 INFO kablam! Checking rand_core v0.2.0 Sep 10 03:24:03.022 INFO kablam! Checking humansize v1.1.0 Sep 10 03:24:05.559 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 10 03:24:05.864 INFO kablam! Checking net2 v0.2.32 Sep 10 03:24:06.606 INFO kablam! Checking encoding_rs v0.7.2 Sep 10 03:24:06.752 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 10 03:24:07.412 INFO kablam! Compiling openssl-sys v0.9.32 Sep 10 03:24:08.862 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 10 03:24:08.881 INFO kablam! Compiling rust-crypto v0.2.36 Sep 10 03:24:12.602 INFO kablam! Checking uuid v0.6.5 Sep 10 03:24:12.614 INFO kablam! Checking rand v0.5.0 Sep 10 03:24:12.750 INFO kablam! Checking log v0.3.9 Sep 10 03:24:14.486 INFO kablam! Checking want v0.0.4 Sep 10 03:24:15.738 INFO kablam! Checking tokio-timer v0.2.3 Sep 10 03:24:15.758 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 10 03:24:19.162 INFO kablam! Compiling syn v0.11.11 Sep 10 03:24:19.278 INFO kablam! Checking mio v0.6.14 Sep 10 03:24:19.383 INFO kablam! Checking petgraph v0.4.12 Sep 10 03:24:19.719 INFO kablam! Checking clap v2.31.2 Sep 10 03:24:19.730 INFO kablam! Checking tokio-io v0.1.6 Sep 10 03:24:22.327 INFO kablam! Checking mime v0.2.6 Sep 10 03:24:23.402 INFO kablam! Checking slug v0.1.3 Sep 10 03:24:23.998 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 10 03:24:25.390 INFO kablam! Checking regex v0.2.11 Sep 10 03:24:26.598 INFO kablam! Compiling quote v0.6.3 Sep 10 03:24:27.539 INFO kablam! Checking mime v0.3.7 Sep 10 03:24:31.555 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:24:31.555 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 10 03:24:31.555 INFO kablam! | Sep 10 03:24:31.555 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 10 03:24:31.555 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:24:31.556 INFO kablam! | Sep 10 03:24:31.556 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:24:31.556 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 03:24:31.556 INFO kablam! | Sep 10 03:24:31.556 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:24:31.556 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:24:31.556 INFO kablam! 7 | | { Sep 10 03:24:31.556 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:24:31.556 INFO kablam! ... | Sep 10 03:24:31.556 INFO kablam! 13 | | None Sep 10 03:24:31.556 INFO kablam! 14 | | } Sep 10 03:24:31.556 INFO kablam! | |_____^ Sep 10 03:24:31.556 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:24:31.557 INFO kablam! Sep 10 03:24:31.618 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:24:31.619 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 10 03:24:31.619 INFO kablam! | Sep 10 03:24:31.619 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 10 03:24:31.619 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:24:31.619 INFO kablam! | Sep 10 03:24:31.619 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:24:31.619 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 03:24:31.619 INFO kablam! | Sep 10 03:24:31.619 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:24:31.619 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:24:31.620 INFO kablam! 7 | | { Sep 10 03:24:31.620 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:24:31.620 INFO kablam! ... | Sep 10 03:24:31.620 INFO kablam! 13 | | None Sep 10 03:24:31.620 INFO kablam! 14 | | } Sep 10 03:24:31.620 INFO kablam! | |_____^ Sep 10 03:24:31.620 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:24:31.620 INFO kablam! Sep 10 03:24:31.652 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:24:31.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 10 03:24:31.652 INFO kablam! | Sep 10 03:24:31.652 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 10 03:24:31.652 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:24:31.653 INFO kablam! | Sep 10 03:24:31.654 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:24:31.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 03:24:31.654 INFO kablam! | Sep 10 03:24:31.654 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:24:31.654 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:24:31.654 INFO kablam! 7 | | { Sep 10 03:24:31.654 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:24:31.654 INFO kablam! ... | Sep 10 03:24:31.654 INFO kablam! 13 | | None Sep 10 03:24:31.654 INFO kablam! 14 | | } Sep 10 03:24:31.654 INFO kablam! | |_____^ Sep 10 03:24:31.655 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:24:31.655 INFO kablam! Sep 10 03:24:31.677 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:24:31.677 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 10 03:24:31.677 INFO kablam! | Sep 10 03:24:31.677 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 10 03:24:31.677 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:24:31.679 INFO kablam! | Sep 10 03:24:31.679 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:24:31.679 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 03:24:31.679 INFO kablam! | Sep 10 03:24:31.679 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:24:31.679 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:24:31.679 INFO kablam! 7 | | { Sep 10 03:24:31.679 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:24:31.679 INFO kablam! ... | Sep 10 03:24:31.679 INFO kablam! 13 | | None Sep 10 03:24:31.679 INFO kablam! 14 | | } Sep 10 03:24:31.679 INFO kablam! | |_____^ Sep 10 03:24:31.679 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:24:31.679 INFO kablam! Sep 10 03:24:32.771 INFO kablam! error: aborting due to 4 previous errors Sep 10 03:24:32.771 INFO kablam! Sep 10 03:24:32.771 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 03:24:32.814 INFO kablam! error: Could not compile `petgraph`. Sep 10 03:24:32.814 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 03:25:00.285 INFO kablam! error: build failed Sep 10 03:25:00.287 INFO kablam! su: No module specific data is present Sep 10 03:25:01.333 INFO running `"docker" "rm" "-f" "4423f7845c884cef13a7bea865fc9bcc609b0713bed054c72f5d5ddaeff1ffdb"` Sep 10 03:25:01.455 INFO blam! 4423f7845c884cef13a7bea865fc9bcc609b0713bed054c72f5d5ddaeff1ffdb