Sep 20 20:50:32.120 INFO checking sunjay/lion against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 20:50:32.120 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 20:50:32.120 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:32.313 INFO blam! 325f8d279a8f87658fa665ecd46a47b1eb3defa7cc27b137e53502a64a6082c4 Sep 20 20:50:32.315 INFO running `"docker" "start" "-a" "325f8d279a8f87658fa665ecd46a47b1eb3defa7cc27b137e53502a64a6082c4"` Sep 20 20:50:34.018 INFO kablam! usermod: no changes Sep 20 20:50:34.226 INFO kablam! Compiling libc v0.2.43 Sep 20 20:50:34.226 INFO kablam! Compiling siphasher v0.2.3 Sep 20 20:50:34.238 INFO kablam! Compiling num-bigint v0.2.0 Sep 20 20:50:34.238 INFO kablam! Checking ordermap v0.3.5 Sep 20 20:50:34.238 INFO kablam! Checking bytecount v0.3.2 Sep 20 20:50:34.238 INFO kablam! Checking fixedbitset v0.1.9 Sep 20 20:50:34.238 INFO kablam! Checking difference v2.0.0 Sep 20 20:50:36.002 INFO kablam! Checking memchr v1.0.2 Sep 20 20:50:36.127 INFO kablam! Checking memchr v2.0.1 Sep 20 20:50:37.470 INFO kablam! Compiling nix v0.7.0 Sep 20 20:50:37.526 INFO kablam! Checking pretty_assertions v0.5.1 Sep 20 20:50:37.526 INFO kablam! Checking phf_shared v0.7.22 Sep 20 20:50:37.589 INFO kablam! Checking smallvec v0.6.4 Sep 20 20:50:39.342 INFO kablam! Checking nom v3.2.1 Sep 20 20:50:39.378 INFO kablam! Checking nom v4.0.0 Sep 20 20:50:39.566 INFO kablam! Checking phf v0.7.22 Sep 20 20:50:41.639 INFO kablam! Checking petgraph v0.4.12 Sep 20 20:50:42.475 INFO kablam! Checking smallstr v0.1.0 Sep 20 20:50:44.170 INFO kablam! Compiling rand v0.4.3 Sep 20 20:50:50.111 INFO kablam! Checking nom_locate v0.3.1 Sep 20 20:50:52.450 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:52.450 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:52.451 INFO kablam! | Sep 20 20:50:52.451 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 20:50:52.451 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:52.452 INFO kablam! | Sep 20 20:50:52.452 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:52.453 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:52.453 INFO kablam! | Sep 20 20:50:52.453 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:52.454 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:52.454 INFO kablam! 7 | | { Sep 20 20:50:52.454 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:52.454 INFO kablam! ... | Sep 20 20:50:52.455 INFO kablam! 13 | | None Sep 20 20:50:52.455 INFO kablam! 14 | | } Sep 20 20:50:52.455 INFO kablam! | |_____^ Sep 20 20:50:52.456 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:52.456 INFO kablam! Sep 20 20:50:52.574 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:52.574 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:52.575 INFO kablam! | Sep 20 20:50:52.575 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 20:50:52.575 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:52.602 INFO kablam! | Sep 20 20:50:52.603 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:52.603 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:52.604 INFO kablam! | Sep 20 20:50:52.604 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:52.604 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:52.605 INFO kablam! 7 | | { Sep 20 20:50:52.605 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:52.605 INFO kablam! ... | Sep 20 20:50:52.605 INFO kablam! 13 | | None Sep 20 20:50:52.606 INFO kablam! 14 | | } Sep 20 20:50:52.606 INFO kablam! | |_____^ Sep 20 20:50:52.607 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:52.607 INFO kablam! Sep 20 20:50:52.698 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:52.698 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:52.699 INFO kablam! | Sep 20 20:50:52.699 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 20:50:52.699 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:52.700 INFO kablam! | Sep 20 20:50:52.706 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:52.706 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:52.707 INFO kablam! | Sep 20 20:50:52.707 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:52.707 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:52.708 INFO kablam! 7 | | { Sep 20 20:50:52.708 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:52.708 INFO kablam! ... | Sep 20 20:50:52.709 INFO kablam! 13 | | None Sep 20 20:50:52.709 INFO kablam! 14 | | } Sep 20 20:50:52.709 INFO kablam! | |_____^ Sep 20 20:50:52.710 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:52.710 INFO kablam! Sep 20 20:50:52.720 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 20:50:52.720 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:52.720 INFO kablam! | Sep 20 20:50:52.721 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 20:50:52.721 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 20:50:52.721 INFO kablam! | Sep 20 20:50:52.722 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 20:50:52.722 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 20:50:52.723 INFO kablam! | Sep 20 20:50:52.723 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 20:50:52.723 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 20:50:52.723 INFO kablam! 7 | | { Sep 20 20:50:52.724 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 20:50:52.724 INFO kablam! ... | Sep 20 20:50:52.724 INFO kablam! 13 | | None Sep 20 20:50:52.725 INFO kablam! 14 | | } Sep 20 20:50:52.725 INFO kablam! | |_____^ Sep 20 20:50:52.726 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:52.726 INFO kablam! Sep 20 20:50:54.122 INFO kablam! Checking bigdecimal v0.0.14 Sep 20 20:50:54.804 INFO kablam! Compiling phf_generator v0.7.22 Sep 20 20:50:55.082 INFO kablam! error: aborting due to 4 previous errors Sep 20 20:50:55.090 INFO kablam! Sep 20 20:50:55.090 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 20:50:55.130 INFO kablam! error: Could not compile `petgraph`. Sep 20 20:50:55.131 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 20:50:57.450 INFO kablam! error: build failed Sep 20 20:50:57.452 INFO kablam! su: No module specific data is present Sep 20 20:50:59.308 INFO running `"docker" "rm" "-f" "325f8d279a8f87658fa665ecd46a47b1eb3defa7cc27b137e53502a64a6082c4"` Sep 20 20:50:59.425 INFO blam! 325f8d279a8f87658fa665ecd46a47b1eb3defa7cc27b137e53502a64a6082c4