Sep 14 02:32:04.597 INFO checking sunjay/lion against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 02:32:04.597 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 02:32:04.597 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 02:32:05.081 INFO blam! 9c69d2580f413d8699efb753dab111c0a251099a2c8d6ac56686ba8524e70f8b Sep 14 02:32:05.083 INFO running `"docker" "start" "-a" "9c69d2580f413d8699efb753dab111c0a251099a2c8d6ac56686ba8524e70f8b"` Sep 14 02:32:07.079 INFO kablam! usermod: no changes Sep 14 02:32:07.277 INFO kablam! Compiling siphasher v0.2.3 Sep 14 02:32:07.277 INFO kablam! Compiling libc v0.2.43 Sep 14 02:32:07.278 INFO kablam! Compiling num-traits v0.2.5 Sep 14 02:32:07.278 INFO kablam! Compiling num-integer v0.1.39 Sep 14 02:32:07.298 INFO kablam! Checking cfg-if v0.1.5 Sep 14 02:32:07.299 INFO kablam! Compiling num-bigint v0.2.0 Sep 14 02:32:07.939 INFO kablam! Checking ordermap v0.3.5 Sep 14 02:32:11.255 INFO kablam! Checking fixedbitset v0.1.9 Sep 14 02:32:11.267 INFO kablam! Checking bytecount v0.3.2 Sep 14 02:32:12.399 INFO kablam! Checking difference v2.0.0 Sep 14 02:32:12.824 INFO kablam! Checking phf_shared v0.7.22 Sep 14 02:32:13.448 INFO kablam! Checking smallvec v0.6.4 Sep 14 02:32:14.292 INFO kablam! Checking pretty_assertions v0.5.1 Sep 14 02:32:14.480 INFO kablam! Checking phf v0.7.22 Sep 14 02:32:15.456 INFO kablam! Checking petgraph v0.4.12 Sep 14 02:32:15.555 INFO kablam! Compiling rand v0.4.3 Sep 14 02:32:16.290 INFO kablam! Checking memchr v1.0.2 Sep 14 02:32:16.290 INFO kablam! Checking nix v0.7.0 Sep 14 02:32:16.290 INFO kablam! Checking memchr v2.0.1 Sep 14 02:32:17.332 INFO kablam! Checking nom v3.2.1 Sep 14 02:32:17.451 INFO kablam! Checking smallstr v0.1.0 Sep 14 02:32:17.623 INFO kablam! Checking nom v4.0.0 Sep 14 02:32:21.380 INFO kablam! Checking nom_locate v0.3.1 Sep 14 02:32:22.957 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 02:32:22.958 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 14 02:32:22.958 INFO kablam! | Sep 14 02:32:22.958 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 14 02:32:22.958 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 02:32:22.963 INFO kablam! | Sep 14 02:32:22.963 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 02:32:22.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 02:32:22.963 INFO kablam! | Sep 14 02:32:22.963 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 02:32:22.963 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 02:32:22.963 INFO kablam! 7 | | { Sep 14 02:32:22.964 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 02:32:22.964 INFO kablam! ... | Sep 14 02:32:22.964 INFO kablam! 13 | | None Sep 14 02:32:22.964 INFO kablam! 14 | | } Sep 14 02:32:22.964 INFO kablam! | |_____^ Sep 14 02:32:22.964 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 02:32:22.964 INFO kablam! Sep 14 02:32:23.025 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 02:32:23.025 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 14 02:32:23.025 INFO kablam! | Sep 14 02:32:23.025 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 14 02:32:23.025 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 02:32:23.035 INFO kablam! | Sep 14 02:32:23.035 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 02:32:23.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 02:32:23.035 INFO kablam! | Sep 14 02:32:23.035 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 02:32:23.035 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 02:32:23.035 INFO kablam! 7 | | { Sep 14 02:32:23.035 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 02:32:23.035 INFO kablam! ... | Sep 14 02:32:23.036 INFO kablam! 13 | | None Sep 14 02:32:23.036 INFO kablam! 14 | | } Sep 14 02:32:23.036 INFO kablam! | |_____^ Sep 14 02:32:23.036 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 02:32:23.036 INFO kablam! Sep 14 02:32:23.086 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 02:32:23.086 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 14 02:32:23.087 INFO kablam! | Sep 14 02:32:23.087 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 14 02:32:23.087 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 02:32:23.123 INFO kablam! | Sep 14 02:32:23.123 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 02:32:23.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 02:32:23.123 INFO kablam! | Sep 14 02:32:23.123 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 02:32:23.123 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 02:32:23.123 INFO kablam! 7 | | { Sep 14 02:32:23.123 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 02:32:23.123 INFO kablam! ... | Sep 14 02:32:23.123 INFO kablam! 13 | | None Sep 14 02:32:23.123 INFO kablam! 14 | | } Sep 14 02:32:23.123 INFO kablam! | |_____^ Sep 14 02:32:23.123 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 02:32:23.124 INFO kablam! Sep 14 02:32:23.129 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 02:32:23.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 14 02:32:23.129 INFO kablam! | Sep 14 02:32:23.129 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 14 02:32:23.129 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 02:32:23.139 INFO kablam! | Sep 14 02:32:23.139 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 02:32:23.139 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 02:32:23.139 INFO kablam! | Sep 14 02:32:23.139 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 02:32:23.139 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 02:32:23.139 INFO kablam! 7 | | { Sep 14 02:32:23.139 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 02:32:23.139 INFO kablam! ... | Sep 14 02:32:23.139 INFO kablam! 13 | | None Sep 14 02:32:23.139 INFO kablam! 14 | | } Sep 14 02:32:23.139 INFO kablam! | |_____^ Sep 14 02:32:23.139 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 02:32:23.139 INFO kablam! Sep 14 02:32:24.226 INFO kablam! Compiling phf_generator v0.7.22 Sep 14 02:32:24.928 INFO kablam! error: aborting due to 4 previous errors Sep 14 02:32:24.928 INFO kablam! Sep 14 02:32:24.928 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 02:32:24.947 INFO kablam! error: Could not compile `petgraph`. Sep 14 02:32:24.948 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 02:32:27.428 INFO kablam! error: build failed Sep 14 02:32:27.430 INFO kablam! su: No module specific data is present Sep 14 02:32:28.501 INFO running `"docker" "rm" "-f" "9c69d2580f413d8699efb753dab111c0a251099a2c8d6ac56686ba8524e70f8b"` Sep 14 02:32:28.799 INFO blam! 9c69d2580f413d8699efb753dab111c0a251099a2c8d6ac56686ba8524e70f8b