Sep 19 15:08:09.971 INFO checking mexus/pastebin against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 15:08:09.971 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 15:08:09.971 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:08:10.200 INFO blam! ba2514620657c21c987c0777be8a3e5b85403d1f05e67ba7b8742e8b424fabf8 Sep 19 15:08:10.202 INFO running `"docker" "start" "-a" "ba2514620657c21c987c0777be8a3e5b85403d1f05e67ba7b8742e8b424fabf8"` Sep 19 15:08:11.042 INFO kablam! usermod: no changes Sep 19 15:08:11.610 INFO kablam! Compiling num-traits v0.2.4 Sep 19 15:08:11.622 INFO kablam! Compiling serde v1.0.65 Sep 19 15:08:11.622 INFO kablam! Compiling num-integer v0.1.38 Sep 19 15:08:11.622 INFO kablam! Compiling gcc v0.3.54 Sep 19 15:08:11.622 INFO kablam! Checking unidecode v0.3.0 Sep 19 15:08:11.622 INFO kablam! Checking ordermap v0.3.5 Sep 19 15:08:11.626 INFO kablam! Checking hex v0.2.0 Sep 19 15:08:11.626 INFO kablam! Checking rand_core v0.2.0 Sep 19 15:08:14.614 INFO kablam! Checking nom v2.2.1 Sep 19 15:08:14.618 INFO kablam! Checking humansize v1.1.0 Sep 19 15:08:15.778 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 19 15:08:15.778 INFO kablam! Checking log v0.4.1 Sep 19 15:08:15.782 INFO kablam! Checking encoding_rs v0.7.2 Sep 19 15:08:16.566 INFO kablam! Checking net2 v0.2.32 Sep 19 15:08:17.007 INFO kablam! Checking hostname v0.1.5 Sep 19 15:08:17.891 INFO kablam! Checking term v0.5.1 Sep 19 15:08:21.390 INFO kablam! Compiling openssl-sys v0.9.32 Sep 19 15:08:21.678 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 19 15:08:21.732 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 19 15:08:21.834 INFO kablam! Checking textwrap v0.9.0 Sep 19 15:08:21.878 INFO kablam! Checking rand v0.5.0 Sep 19 15:08:25.718 INFO kablam! Checking log v0.3.9 Sep 19 15:08:25.718 INFO kablam! Checking want v0.0.4 Sep 19 15:08:25.772 INFO kablam! Checking uuid v0.6.5 Sep 19 15:08:26.586 INFO kablam! Checking aho-corasick v0.6.4 Sep 19 15:08:26.990 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 19 15:08:27.222 INFO kablam! Checking tokio-timer v0.2.3 Sep 19 15:08:27.646 INFO kablam! Checking petgraph v0.4.12 Sep 19 15:08:30.088 INFO kablam! Checking mio v0.6.14 Sep 19 15:08:30.106 INFO kablam! Checking idna v0.1.4 Sep 19 15:08:30.326 INFO kablam! Compiling rust-crypto v0.2.36 Sep 19 15:08:30.338 INFO kablam! Checking slug v0.1.3 Sep 19 15:08:30.422 INFO kablam! Checking clap v2.31.2 Sep 19 15:08:33.988 INFO kablam! Checking tokio-io v0.1.6 Sep 19 15:08:35.143 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:35.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 15:08:35.144 INFO kablam! | Sep 19 15:08:35.144 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 15:08:35.144 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:35.158 INFO kablam! | Sep 19 15:08:35.159 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:35.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:35.160 INFO kablam! | Sep 19 15:08:35.160 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:35.160 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:35.161 INFO kablam! 7 | | { Sep 19 15:08:35.161 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:35.162 INFO kablam! ... | Sep 19 15:08:35.162 INFO kablam! 13 | | None Sep 19 15:08:35.162 INFO kablam! 14 | | } Sep 19 15:08:35.163 INFO kablam! | |_____^ Sep 19 15:08:35.163 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:08:35.163 INFO kablam! Sep 19 15:08:35.278 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:35.278 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 15:08:35.279 INFO kablam! | Sep 19 15:08:35.279 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 15:08:35.280 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:35.302 INFO kablam! | Sep 19 15:08:35.303 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:35.303 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:35.304 INFO kablam! | Sep 19 15:08:35.304 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:35.304 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:35.305 INFO kablam! 7 | | { Sep 19 15:08:35.305 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:35.305 INFO kablam! ... | Sep 19 15:08:35.306 INFO kablam! 13 | | None Sep 19 15:08:35.306 INFO kablam! 14 | | } Sep 19 15:08:35.306 INFO kablam! | |_____^ Sep 19 15:08:35.307 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:08:35.307 INFO kablam! Sep 19 15:08:35.358 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:35.358 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 15:08:35.359 INFO kablam! | Sep 19 15:08:35.359 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 15:08:35.360 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:35.386 INFO kablam! | Sep 19 15:08:35.387 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:35.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:35.387 INFO kablam! | Sep 19 15:08:35.388 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:35.388 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:35.389 INFO kablam! 7 | | { Sep 19 15:08:35.389 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:35.389 INFO kablam! ... | Sep 19 15:08:35.390 INFO kablam! 13 | | None Sep 19 15:08:35.390 INFO kablam! 14 | | } Sep 19 15:08:35.390 INFO kablam! | |_____^ Sep 19 15:08:35.391 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:08:35.391 INFO kablam! Sep 19 15:08:35.396 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:35.396 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 15:08:35.397 INFO kablam! | Sep 19 15:08:35.397 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 15:08:35.397 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:35.410 INFO kablam! | Sep 19 15:08:35.411 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:35.411 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:35.411 INFO kablam! | Sep 19 15:08:35.412 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:35.412 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:35.412 INFO kablam! 7 | | { Sep 19 15:08:35.413 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:35.413 INFO kablam! ... | Sep 19 15:08:35.413 INFO kablam! 13 | | None Sep 19 15:08:35.413 INFO kablam! 14 | | } Sep 19 15:08:35.414 INFO kablam! | |_____^ Sep 19 15:08:35.414 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:08:35.414 INFO kablam! Sep 19 15:08:35.441 INFO kablam! Checking mime v0.2.6 Sep 19 15:08:37.282 INFO kablam! error: aborting due to 4 previous errors Sep 19 15:08:37.282 INFO kablam! Sep 19 15:08:37.282 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 15:08:37.282 INFO kablam! error: Could not compile `petgraph`. Sep 19 15:08:37.282 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:08:48.466 INFO kablam! error: build failed Sep 19 15:08:48.478 INFO kablam! su: No module specific data is present Sep 19 15:08:49.825 INFO running `"docker" "rm" "-f" "ba2514620657c21c987c0777be8a3e5b85403d1f05e67ba7b8742e8b424fabf8"` Sep 19 15:08:49.970 INFO blam! ba2514620657c21c987c0777be8a3e5b85403d1f05e67ba7b8742e8b424fabf8