Sep 01 12:28:19.632 INFO checking sunjay/lion against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 12:28:19.632 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 12:28:19.632 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:28:19.810 INFO blam! 1339a419798905a8a020257bff7401050ac2467b19430021ef9ae977e8854546 Sep 01 12:28:19.812 INFO running `"docker" "start" "-a" "1339a419798905a8a020257bff7401050ac2467b19430021ef9ae977e8854546"` Sep 01 12:28:20.419 INFO kablam! Compiling siphasher v0.2.3 Sep 01 12:28:20.419 INFO kablam! Compiling libc v0.2.43 Sep 01 12:28:20.421 INFO kablam! Checking cfg-if v0.1.5 Sep 01 12:28:20.424 INFO kablam! Compiling num-bigint v0.2.0 Sep 01 12:28:20.425 INFO kablam! Checking ordermap v0.3.5 Sep 01 12:28:20.428 INFO kablam! Checking fixedbitset v0.1.9 Sep 01 12:28:20.429 INFO kablam! Checking bytecount v0.3.2 Sep 01 12:28:20.515 INFO kablam! Checking difference v2.0.0 Sep 01 12:28:21.821 INFO kablam! Checking memchr v1.0.2 Sep 01 12:28:21.842 INFO kablam! Checking pretty_assertions v0.5.1 Sep 01 12:28:21.844 INFO kablam! Compiling phf_shared v0.7.22 Sep 01 12:28:21.859 INFO kablam! Checking nom v4.0.0 Sep 01 12:28:22.324 INFO kablam! Checking smallvec v0.6.4 Sep 01 12:28:22.490 INFO kablam! Checking phf v0.7.22 Sep 01 12:28:22.600 INFO kablam! Checking nix v0.7.0 Sep 01 12:28:22.670 INFO kablam! Checking nom v3.2.1 Sep 01 12:28:23.798 INFO kablam! Checking petgraph v0.4.12 Sep 01 12:28:23.961 INFO kablam! Checking smallstr v0.1.0 Sep 01 12:28:25.405 INFO kablam! Compiling rand v0.4.3 Sep 01 12:28:30.124 INFO kablam! Checking nom_locate v0.3.1 Sep 01 12:28:32.128 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:32.128 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 12:28:32.128 INFO kablam! | Sep 01 12:28:32.128 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 12:28:32.128 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:32.129 INFO kablam! | Sep 01 12:28:32.129 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:32.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:32.129 INFO kablam! | Sep 01 12:28:32.129 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:32.130 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:32.130 INFO kablam! 7 | | { Sep 01 12:28:32.130 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:32.130 INFO kablam! ... | Sep 01 12:28:32.130 INFO kablam! 13 | | None Sep 01 12:28:32.130 INFO kablam! 14 | | } Sep 01 12:28:32.130 INFO kablam! | |_____^ Sep 01 12:28:32.131 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:32.131 INFO kablam! Sep 01 12:28:32.270 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:32.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 12:28:32.271 INFO kablam! | Sep 01 12:28:32.271 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 12:28:32.271 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:32.271 INFO kablam! | Sep 01 12:28:32.272 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:32.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:32.272 INFO kablam! | Sep 01 12:28:32.272 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:32.272 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:32.272 INFO kablam! 7 | | { Sep 01 12:28:32.272 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:32.272 INFO kablam! ... | Sep 01 12:28:32.272 INFO kablam! 13 | | None Sep 01 12:28:32.272 INFO kablam! 14 | | } Sep 01 12:28:32.272 INFO kablam! | |_____^ Sep 01 12:28:32.273 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:32.273 INFO kablam! Sep 01 12:28:32.311 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:32.311 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 12:28:32.311 INFO kablam! | Sep 01 12:28:32.311 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 12:28:32.311 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:32.314 INFO kablam! | Sep 01 12:28:32.315 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:32.315 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:32.315 INFO kablam! | Sep 01 12:28:32.315 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:32.315 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:32.315 INFO kablam! 7 | | { Sep 01 12:28:32.315 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:32.315 INFO kablam! ... | Sep 01 12:28:32.315 INFO kablam! 13 | | None Sep 01 12:28:32.315 INFO kablam! 14 | | } Sep 01 12:28:32.315 INFO kablam! | |_____^ Sep 01 12:28:32.316 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:32.316 INFO kablam! Sep 01 12:28:32.343 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:32.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 12:28:32.344 INFO kablam! | Sep 01 12:28:32.344 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 12:28:32.344 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:32.362 INFO kablam! | Sep 01 12:28:32.363 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:32.363 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:32.363 INFO kablam! | Sep 01 12:28:32.363 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:32.363 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:32.363 INFO kablam! 7 | | { Sep 01 12:28:32.363 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:32.363 INFO kablam! ... | Sep 01 12:28:32.363 INFO kablam! 13 | | None Sep 01 12:28:32.363 INFO kablam! 14 | | } Sep 01 12:28:32.363 INFO kablam! | |_____^ Sep 01 12:28:32.363 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:32.363 INFO kablam! Sep 01 12:28:32.461 INFO kablam! Compiling phf_generator v0.7.22 Sep 01 12:28:33.095 INFO kablam! Compiling phf_codegen v0.7.22 Sep 01 12:28:33.150 INFO kablam! Checking bigdecimal v0.0.14 Sep 01 12:28:33.662 INFO kablam! error: aborting due to 4 previous errors Sep 01 12:28:33.662 INFO kablam! Sep 01 12:28:33.662 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 12:28:33.683 INFO kablam! error: Could not compile `petgraph`. Sep 01 12:28:33.683 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:28:34.688 INFO kablam! error: build failed Sep 01 12:28:34.691 INFO kablam! su: No module specific data is present Sep 01 12:28:35.175 INFO running `"docker" "rm" "-f" "1339a419798905a8a020257bff7401050ac2467b19430021ef9ae977e8854546"` Sep 01 12:28:35.341 INFO blam! 1339a419798905a8a020257bff7401050ac2467b19430021ef9ae977e8854546