Sep 20 20:50:14.937 INFO checking sunjay/lion against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 20:50:14.937 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 20:50:14.937 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 20:50:15.149 INFO blam! c68fb1a09146f1ab6765859306e607e93c768444e3b8af128a8b3a25649b4e87 Sep 20 20:50:15.151 INFO running `"docker" "start" "-a" "c68fb1a09146f1ab6765859306e607e93c768444e3b8af128a8b3a25649b4e87"` Sep 20 20:50:16.677 INFO kablam! usermod: no changes Sep 20 20:50:16.818 INFO kablam! Compiling libc v0.2.43 Sep 20 20:50:16.818 INFO kablam! Compiling siphasher v0.2.3 Sep 20 20:50:16.829 INFO kablam! Compiling num-bigint v0.2.0 Sep 20 20:50:16.829 INFO kablam! Checking bitflags v0.4.0 Sep 20 20:50:16.829 INFO kablam! Checking bytecount v0.3.2 Sep 20 20:50:16.829 INFO kablam! Checking ordermap v0.3.5 Sep 20 20:50:16.834 INFO kablam! Checking fixedbitset v0.1.9 Sep 20 20:50:17.494 INFO kablam! Checking difference v2.0.0 Sep 20 20:50:18.055 INFO kablam! Checking memchr v1.0.2 Sep 20 20:50:19.051 INFO kablam! Checking memchr v2.0.1 Sep 20 20:50:19.053 INFO kablam! Compiling nix v0.7.0 Sep 20 20:50:19.069 INFO kablam! Checking pretty_assertions v0.5.1 Sep 20 20:50:19.276 INFO kablam! Compiling phf_shared v0.7.22 Sep 20 20:50:19.367 INFO kablam! Checking smallvec v0.6.4 Sep 20 20:50:20.843 INFO kablam! Checking nom v3.2.1 Sep 20 20:50:21.236 INFO kablam! Checking nom v4.0.0 Sep 20 20:50:21.919 INFO kablam! Checking phf v0.7.22 Sep 20 20:50:22.792 INFO kablam! Checking smallstr v0.1.0 Sep 20 20:50:23.511 INFO kablam! Checking petgraph v0.4.12 Sep 20 20:50:25.658 INFO kablam! Compiling rand v0.4.3 Sep 20 20:50:32.313 INFO kablam! Checking nom_locate v0.3.1 Sep 20 20:50:32.690 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:32.690 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 20:50:32.690 INFO kablam! | Sep 20 20:50:32.690 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 20:50:32.690 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:32.690 INFO kablam! | Sep 20 20:50:32.690 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:32.690 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:32.690 INFO kablam! | Sep 20 20:50:32.690 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:32.690 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:32.690 INFO kablam! 7 | | { Sep 20 20:50:32.690 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:32.690 INFO kablam! ... | Sep 20 20:50:32.690 INFO kablam! 13 | | None Sep 20 20:50:32.690 INFO kablam! 14 | | } Sep 20 20:50:32.690 INFO kablam! | |_____^ Sep 20 20:50:32.690 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 20:50:32.690 INFO kablam! Sep 20 20:50:32.738 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:32.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 20:50:32.738 INFO kablam! | Sep 20 20:50:32.738 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 20:50:32.738 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:32.738 INFO kablam! | Sep 20 20:50:32.738 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:32.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:32.738 INFO kablam! | Sep 20 20:50:32.738 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:32.738 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:32.738 INFO kablam! 7 | | { Sep 20 20:50:32.738 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:32.738 INFO kablam! ... | Sep 20 20:50:32.738 INFO kablam! 13 | | None Sep 20 20:50:32.738 INFO kablam! 14 | | } Sep 20 20:50:32.738 INFO kablam! | |_____^ Sep 20 20:50:32.738 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 20:50:32.738 INFO kablam! Sep 20 20:50:32.762 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:32.762 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 20:50:32.762 INFO kablam! | Sep 20 20:50:32.762 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 20:50:32.762 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:32.762 INFO kablam! | Sep 20 20:50:32.762 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:32.762 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:32.762 INFO kablam! | Sep 20 20:50:32.762 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:32.762 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:32.762 INFO kablam! 7 | | { Sep 20 20:50:32.762 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:32.762 INFO kablam! ... | Sep 20 20:50:32.762 INFO kablam! 13 | | None Sep 20 20:50:32.762 INFO kablam! 14 | | } Sep 20 20:50:32.762 INFO kablam! | |_____^ Sep 20 20:50:32.762 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 20:50:32.762 INFO kablam! Sep 20 20:50:32.778 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:32.778 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 20:50:32.778 INFO kablam! | Sep 20 20:50:32.778 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 20:50:32.778 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:32.778 INFO kablam! | Sep 20 20:50:32.778 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:32.778 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:32.778 INFO kablam! | Sep 20 20:50:32.778 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:32.778 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:32.778 INFO kablam! 7 | | { Sep 20 20:50:32.778 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:32.778 INFO kablam! ... | Sep 20 20:50:32.778 INFO kablam! 13 | | None Sep 20 20:50:32.778 INFO kablam! 14 | | } Sep 20 20:50:32.778 INFO kablam! | |_____^ Sep 20 20:50:32.778 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 20:50:32.778 INFO kablam! Sep 20 20:50:33.354 INFO kablam! Checking bigdecimal v0.0.14 Sep 20 20:50:33.576 INFO kablam! error: aborting due to 4 previous errors Sep 20 20:50:33.576 INFO kablam! Sep 20 20:50:33.576 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 20:50:33.593 INFO kablam! error: Could not compile `petgraph`. Sep 20 20:50:33.594 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 20:50:36.263 INFO kablam! error: build failed Sep 20 20:50:36.265 INFO kablam! su: No module specific data is present Sep 20 20:50:38.154 INFO running `"docker" "rm" "-f" "c68fb1a09146f1ab6765859306e607e93c768444e3b8af128a8b3a25649b4e87"` Sep 20 20:50:38.268 INFO blam! c68fb1a09146f1ab6765859306e607e93c768444e3b8af128a8b3a25649b4e87