Sep 19 12:57:09.899 INFO checking mexus/pastebin against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 12:57:09.899 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 12:57:09.899 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 12:57:10.279 INFO blam! b3c0d38d2b0d41d57b53afe8815eb2edc4812dfaa0edc633221fd5ed17c2ee82 Sep 19 12:57:10.287 INFO running `"docker" "start" "-a" "b3c0d38d2b0d41d57b53afe8815eb2edc4812dfaa0edc633221fd5ed17c2ee82"` Sep 19 12:57:11.555 INFO kablam! usermod: no changes Sep 19 12:57:11.971 INFO kablam! Compiling serde v1.0.65 Sep 19 12:57:11.991 INFO kablam! Compiling pest v1.0.6 Sep 19 12:57:12.000 INFO kablam! Checking unidecode v0.3.0 Sep 19 12:57:12.000 INFO kablam! Checking nom v2.2.1 Sep 19 12:57:12.000 INFO kablam! Checking humansize v1.1.0 Sep 19 12:57:12.003 INFO kablam! Checking hostname v0.1.5 Sep 19 12:57:12.003 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 19 12:57:13.044 INFO kablam! Checking net2 v0.2.32 Sep 19 12:57:13.738 INFO kablam! Checking encoding_rs v0.7.2 Sep 19 12:57:15.034 INFO kablam! Checking tokio-executor v0.1.2 Sep 19 12:57:16.301 INFO kablam! Checking tokio-service v0.1.0 Sep 19 12:57:16.515 INFO kablam! Checking relay v0.1.1 Sep 19 12:57:16.689 INFO kablam! Compiling backtrace-sys v0.1.23 Sep 19 12:57:17.380 INFO kablam! Compiling openssl-sys v0.9.32 Sep 19 12:57:17.408 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 19 12:57:17.465 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 19 12:57:17.719 INFO kablam! Checking base64 v0.6.0 Sep 19 12:57:20.414 INFO kablam! Checking regex-syntax v0.5.6 Sep 19 12:57:22.951 INFO kablam! Checking petgraph v0.4.12 Sep 19 12:57:22.951 INFO kablam! Checking rand v0.5.0 Sep 19 12:57:23.771 INFO kablam! Checking futures-cpupool v0.1.8 Sep 19 12:57:25.043 INFO kablam! Checking uuid v0.6.5 Sep 19 12:57:25.111 INFO kablam! Checking aho-corasick v0.6.4 Sep 19 12:57:28.391 INFO kablam! Checking want v0.0.4 Sep 19 12:57:28.599 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 19 12:57:28.834 INFO kablam! Checking tokio-timer v0.2.3 Sep 19 12:57:29.091 INFO kablam! Checking mio v0.6.14 Sep 19 12:57:31.459 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:57:31.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 12:57:31.459 INFO kablam! | Sep 19 12:57:31.459 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 12:57:31.459 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:57:31.463 INFO kablam! | Sep 19 12:57:31.463 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:57:31.463 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:57:31.463 INFO kablam! | Sep 19 12:57:31.463 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:57:31.463 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:57:31.463 INFO kablam! 7 | | { Sep 19 12:57:31.463 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:57:31.463 INFO kablam! ... | Sep 19 12:57:31.463 INFO kablam! 13 | | None Sep 19 12:57:31.463 INFO kablam! 14 | | } Sep 19 12:57:31.463 INFO kablam! | |_____^ Sep 19 12:57:31.463 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:57:31.463 INFO kablam! Sep 19 12:57:31.495 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:57:31.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 12:57:31.495 INFO kablam! | Sep 19 12:57:31.495 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 12:57:31.495 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:57:31.515 INFO kablam! | Sep 19 12:57:31.515 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:57:31.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:57:31.515 INFO kablam! | Sep 19 12:57:31.515 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:57:31.515 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:57:31.515 INFO kablam! 7 | | { Sep 19 12:57:31.515 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:57:31.515 INFO kablam! ... | Sep 19 12:57:31.515 INFO kablam! 13 | | None Sep 19 12:57:31.515 INFO kablam! 14 | | } Sep 19 12:57:31.515 INFO kablam! | |_____^ Sep 19 12:57:31.526 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:57:31.526 INFO kablam! Sep 19 12:57:31.539 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:57:31.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 12:57:31.539 INFO kablam! | Sep 19 12:57:31.539 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 12:57:31.539 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:57:31.568 INFO kablam! | Sep 19 12:57:31.568 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:57:31.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:57:31.568 INFO kablam! | Sep 19 12:57:31.568 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:57:31.568 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:57:31.568 INFO kablam! 7 | | { Sep 19 12:57:31.568 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:57:31.568 INFO kablam! ... | Sep 19 12:57:31.568 INFO kablam! 13 | | None Sep 19 12:57:31.568 INFO kablam! 14 | | } Sep 19 12:57:31.568 INFO kablam! | |_____^ Sep 19 12:57:31.568 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:57:31.568 INFO kablam! Sep 19 12:57:31.571 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:57:31.571 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 12:57:31.571 INFO kablam! | Sep 19 12:57:31.571 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 12:57:31.571 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:57:31.571 INFO kablam! | Sep 19 12:57:31.571 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:57:31.571 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:57:31.571 INFO kablam! | Sep 19 12:57:31.571 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:57:31.571 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:57:31.571 INFO kablam! 7 | | { Sep 19 12:57:31.571 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:57:31.571 INFO kablam! ... | Sep 19 12:57:31.571 INFO kablam! 13 | | None Sep 19 12:57:31.571 INFO kablam! 14 | | } Sep 19 12:57:31.571 INFO kablam! | |_____^ Sep 19 12:57:31.571 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:57:31.571 INFO kablam! Sep 19 12:57:31.647 INFO kablam! Checking clap v2.31.2 Sep 19 12:57:32.075 INFO kablam! Checking slug v0.1.3 Sep 19 12:57:32.149 INFO kablam! Checking tokio-io v0.1.6 Sep 19 12:57:32.763 INFO kablam! Checking mime v0.2.6 Sep 19 12:57:33.011 INFO kablam! Compiling quote v0.6.3 Sep 19 12:57:33.218 INFO kablam! error: aborting due to 4 previous errors Sep 19 12:57:33.218 INFO kablam! Sep 19 12:57:33.218 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 12:57:33.327 INFO kablam! error: Could not compile `petgraph`. Sep 19 12:57:33.327 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:57:49.502 INFO kablam! error: build failed Sep 19 12:57:49.502 INFO kablam! su: No module specific data is present Sep 19 12:57:50.551 INFO running `"docker" "rm" "-f" "b3c0d38d2b0d41d57b53afe8815eb2edc4812dfaa0edc633221fd5ed17c2ee82"` Sep 19 12:57:50.852 INFO blam! b3c0d38d2b0d41d57b53afe8815eb2edc4812dfaa0edc633221fd5ed17c2ee82