Sep 14 03:41:00.390 INFO checking mexus/pastebin against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 03:41:00.390 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 03:41:00.390 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:41:00.720 INFO blam! 85020a4b444e419a7c9a7626253b2441e0c4603dd5ae51c0ea45642c12156aab Sep 14 03:41:00.722 INFO running `"docker" "start" "-a" "85020a4b444e419a7c9a7626253b2441e0c4603dd5ae51c0ea45642c12156aab"` Sep 14 03:41:02.794 INFO kablam! usermod: no changes Sep 14 03:41:03.211 INFO kablam! Checking futures v0.1.21 Sep 14 03:41:03.218 INFO kablam! Compiling serde v1.0.65 Sep 14 03:41:03.219 INFO kablam! Checking try-lock v0.1.0 Sep 14 03:41:03.270 INFO kablam! Checking rand_core v0.2.0 Sep 14 03:41:03.271 INFO kablam! Checking hex v0.2.0 Sep 14 03:41:03.271 INFO kablam! Checking modifier v0.1.0 Sep 14 03:41:03.271 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 14 03:41:03.271 INFO kablam! Checking log v0.4.1 Sep 14 03:41:04.723 INFO kablam! Checking encoding_rs v0.7.2 Sep 14 03:41:04.723 INFO kablam! Checking net2 v0.2.32 Sep 14 03:41:04.831 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 14 03:41:05.000 INFO kablam! Compiling openssl-sys v0.9.32 Sep 14 03:41:05.191 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 14 03:41:05.271 INFO kablam! Compiling rust-crypto v0.2.36 Sep 14 03:41:07.565 INFO kablam! Checking petgraph v0.4.12 Sep 14 03:41:07.569 INFO kablam! Checking rand v0.3.22 Sep 14 03:41:07.695 INFO kablam! Checking uuid v0.6.5 Sep 14 03:41:10.016 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 14 03:41:10.016 INFO kablam! Checking rand v0.5.0 Sep 14 03:41:10.491 INFO kablam! Checking idna v0.1.4 Sep 14 03:41:12.119 INFO kablam! Checking log v0.3.9 Sep 14 03:41:14.611 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:14.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 14 03:41:14.611 INFO kablam! | Sep 14 03:41:14.611 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 14 03:41:14.611 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:14.611 INFO kablam! | Sep 14 03:41:14.611 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:14.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:14.611 INFO kablam! | Sep 14 03:41:14.611 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:14.611 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:14.611 INFO kablam! 7 | | { Sep 14 03:41:14.611 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:14.611 INFO kablam! ... | Sep 14 03:41:14.611 INFO kablam! 13 | | None Sep 14 03:41:14.611 INFO kablam! 14 | | } Sep 14 03:41:14.611 INFO kablam! | |_____^ Sep 14 03:41:14.611 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:14.611 INFO kablam! Sep 14 03:41:14.627 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:14.627 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 14 03:41:14.627 INFO kablam! | Sep 14 03:41:14.627 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 14 03:41:14.627 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:14.627 INFO kablam! | Sep 14 03:41:14.627 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:14.627 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:14.627 INFO kablam! | Sep 14 03:41:14.627 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:14.627 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:14.627 INFO kablam! 7 | | { Sep 14 03:41:14.627 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:14.627 INFO kablam! ... | Sep 14 03:41:14.627 INFO kablam! 13 | | None Sep 14 03:41:14.627 INFO kablam! 14 | | } Sep 14 03:41:14.627 INFO kablam! | |_____^ Sep 14 03:41:14.627 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:14.627 INFO kablam! Sep 14 03:41:14.635 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:14.635 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 14 03:41:14.635 INFO kablam! | Sep 14 03:41:14.635 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 14 03:41:14.635 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:14.635 INFO kablam! | Sep 14 03:41:14.635 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:14.635 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:14.635 INFO kablam! | Sep 14 03:41:14.635 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:14.635 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:14.635 INFO kablam! 7 | | { Sep 14 03:41:14.635 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:14.635 INFO kablam! ... | Sep 14 03:41:14.635 INFO kablam! 13 | | None Sep 14 03:41:14.635 INFO kablam! 14 | | } Sep 14 03:41:14.635 INFO kablam! | |_____^ Sep 14 03:41:14.635 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:14.635 INFO kablam! Sep 14 03:41:14.642 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:41:14.642 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 14 03:41:14.642 INFO kablam! | Sep 14 03:41:14.642 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 14 03:41:14.642 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:41:14.642 INFO kablam! | Sep 14 03:41:14.642 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:41:14.642 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:41:14.642 INFO kablam! | Sep 14 03:41:14.642 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:41:14.642 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:41:14.642 INFO kablam! 7 | | { Sep 14 03:41:14.642 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:41:14.642 INFO kablam! ... | Sep 14 03:41:14.642 INFO kablam! 13 | | None Sep 14 03:41:14.642 INFO kablam! 14 | | } Sep 14 03:41:14.642 INFO kablam! | |_____^ Sep 14 03:41:14.642 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:41:14.642 INFO kablam! Sep 14 03:41:14.746 INFO kablam! Checking mio v0.6.14 Sep 14 03:41:14.896 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 14 03:41:15.291 INFO kablam! Checking mime v0.2.6 Sep 14 03:41:15.303 INFO kablam! error: aborting due to 4 previous errors Sep 14 03:41:15.315 INFO kablam! Sep 14 03:41:15.315 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 03:41:15.327 INFO kablam! error: Could not compile `petgraph`. Sep 14 03:41:15.327 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 03:41:19.202 INFO kablam! error: build failed Sep 14 03:41:19.205 INFO kablam! su: No module specific data is present Sep 14 03:41:20.156 INFO running `"docker" "rm" "-f" "85020a4b444e419a7c9a7626253b2441e0c4603dd5ae51c0ea45642c12156aab"` Sep 14 03:41:20.447 INFO blam! 85020a4b444e419a7c9a7626253b2441e0c4603dd5ae51c0ea45642c12156aab