Sep 19 15:08:10.043 INFO checking mexus/pastebin against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 15:08:10.043 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 15:08:10.043 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.256 INFO blam! 745d0c3037da883b80fb0ac1d2dfe1bfc1c786e5b5bc0c571d00e0641fd0dfbf Sep 19 15:08:10.258 INFO running `"docker" "start" "-a" "745d0c3037da883b80fb0ac1d2dfe1bfc1c786e5b5bc0c571d00e0641fd0dfbf"` Sep 19 15:08:11.269 INFO kablam! usermod: no changes Sep 19 15:08:11.740 INFO kablam! Compiling version_check v0.1.3 Sep 19 15:08:11.759 INFO kablam! Compiling serde v1.0.65 Sep 19 15:08:11.771 INFO kablam! Checking itoa v0.4.1 Sep 19 15:08:11.771 INFO kablam! Checking httparse v1.2.4 Sep 19 15:08:11.771 INFO kablam! Checking unidecode v0.3.0 Sep 19 15:08:11.772 INFO kablam! Checking rand_core v0.2.0 Sep 19 15:08:11.772 INFO kablam! Checking humansize v1.1.0 Sep 19 15:08:11.773 INFO kablam! Checking hex v0.2.0 Sep 19 15:08:13.278 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 19 15:08:13.323 INFO kablam! Checking encoding_rs v0.7.2 Sep 19 15:08:14.842 INFO kablam! Checking net2 v0.2.32 Sep 19 15:08:14.868 INFO kablam! Checking atty v0.2.10 Sep 19 15:08:14.870 INFO kablam! Checking hostname v0.1.5 Sep 19 15:08:15.106 INFO kablam! Checking tokio-service v0.1.0 Sep 19 15:08:15.195 INFO kablam! Checking relay v0.1.1 Sep 19 15:08:15.490 INFO kablam! Compiling openssl-sys v0.9.32 Sep 19 15:08:15.903 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 19 15:08:16.136 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 19 15:08:16.360 INFO kablam! Compiling rust-crypto v0.2.36 Sep 19 15:08:16.526 INFO kablam! Checking base64 v0.6.0 Sep 19 15:08:20.170 INFO kablam! Checking textwrap v0.9.0 Sep 19 15:08:20.170 INFO kablam! Checking petgraph v0.4.12 Sep 19 15:08:20.174 INFO kablam! Checking want v0.0.4 Sep 19 15:08:21.027 INFO kablam! Checking rand v0.5.0 Sep 19 15:08:22.138 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 19 15:08:22.808 INFO kablam! Checking futures-cpupool v0.1.8 Sep 19 15:08:23.119 INFO kablam! Checking uuid v0.6.5 Sep 19 15:08:24.262 INFO kablam! Checking aho-corasick v0.6.4 Sep 19 15:08:24.422 INFO kablam! Checking tokio-timer v0.2.3 Sep 19 15:08:27.546 INFO kablam! Compiling unicase v1.4.2 Sep 19 15:08:27.558 INFO kablam! Compiling unicase v2.1.0 Sep 19 15:08:27.634 INFO kablam! Checking idna v0.1.4 Sep 19 15:08:27.822 INFO kablam! Checking thread_local v0.3.5 Sep 19 15:08:27.822 INFO kablam! Checking mio v0.6.14 Sep 19 15:08:28.438 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:28.438 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:28.438 INFO kablam! | Sep 19 15:08:28.438 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 15:08:28.438 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:28.438 INFO kablam! | Sep 19 15:08:28.438 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:28.438 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:28.438 INFO kablam! | Sep 19 15:08:28.438 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:28.438 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:28.438 INFO kablam! 7 | | { Sep 19 15:08:28.438 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:28.438 INFO kablam! ... | Sep 19 15:08:28.438 INFO kablam! 13 | | None Sep 19 15:08:28.438 INFO kablam! 14 | | } Sep 19 15:08:28.438 INFO kablam! | |_____^ Sep 19 15:08:28.438 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:28.438 INFO kablam! Sep 19 15:08:28.526 INFO kablam! Checking mime v0.2.6 Sep 19 15:08:28.526 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:28.526 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:28.526 INFO kablam! | Sep 19 15:08:28.526 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 15:08:28.526 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:28.526 INFO kablam! | Sep 19 15:08:28.526 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:28.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:28.526 INFO kablam! | Sep 19 15:08:28.526 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:28.527 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:28.527 INFO kablam! 7 | | { Sep 19 15:08:28.527 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:28.527 INFO kablam! ... | Sep 19 15:08:28.527 INFO kablam! 13 | | None Sep 19 15:08:28.527 INFO kablam! 14 | | } Sep 19 15:08:28.527 INFO kablam! | |_____^ Sep 19 15:08:28.527 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:28.527 INFO kablam! Sep 19 15:08:28.574 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:28.574 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:28.574 INFO kablam! | Sep 19 15:08:28.574 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 15:08:28.574 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:28.574 INFO kablam! | Sep 19 15:08:28.574 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:28.574 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:28.574 INFO kablam! | Sep 19 15:08:28.574 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:28.574 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:28.574 INFO kablam! 7 | | { Sep 19 15:08:28.574 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:28.574 INFO kablam! ... | Sep 19 15:08:28.574 INFO kablam! 13 | | None Sep 19 15:08:28.574 INFO kablam! 14 | | } Sep 19 15:08:28.574 INFO kablam! | |_____^ Sep 19 15:08:28.574 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:28.574 INFO kablam! Sep 19 15:08:28.574 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:08:28.574 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:28.574 INFO kablam! | Sep 19 15:08:28.574 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 15:08:28.574 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:08:28.574 INFO kablam! | Sep 19 15:08:28.574 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:08:28.574 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 15:08:28.574 INFO kablam! | Sep 19 15:08:28.574 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:08:28.574 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:08:28.574 INFO kablam! 7 | | { Sep 19 15:08:28.574 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:08:28.574 INFO kablam! ... | Sep 19 15:08:28.574 INFO kablam! 13 | | None Sep 19 15:08:28.574 INFO kablam! 14 | | } Sep 19 15:08:28.575 INFO kablam! | |_____^ Sep 19 15:08:28.575 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:28.575 INFO kablam! Sep 19 15:08:29.189 INFO kablam! Checking tokio-io v0.1.6 Sep 19 15:08:29.454 INFO kablam! Checking clap v2.31.2 Sep 19 15:08:29.554 INFO kablam! Checking slug v0.1.3 Sep 19 15:08:29.754 INFO kablam! error: aborting due to 4 previous errors Sep 19 15:08:29.758 INFO kablam! Sep 19 15:08:29.758 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 15:08:29.778 INFO kablam! error: Could not compile `petgraph`. Sep 19 15:08:29.778 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:08:36.367 INFO kablam! error: build failed Sep 19 15:08:36.371 INFO kablam! su: No module specific data is present Sep 19 15:08:38.030 INFO running `"docker" "rm" "-f" "745d0c3037da883b80fb0ac1d2dfe1bfc1c786e5b5bc0c571d00e0641fd0dfbf"` Sep 19 15:08:38.193 INFO blam! 745d0c3037da883b80fb0ac1d2dfe1bfc1c786e5b5bc0c571d00e0641fd0dfbf