Sep 19 11:46:58.371 INFO checking sunjay/lion against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 11:46:58.371 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 11:46:58.371 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 11:46:58.850 INFO blam! 933eccac7723c9209c40633d304f27dfb0609c7812123b61f8ae89bd714f736a Sep 19 11:46:58.852 INFO running `"docker" "start" "-a" "933eccac7723c9209c40633d304f27dfb0609c7812123b61f8ae89bd714f736a"` Sep 19 11:47:01.115 INFO kablam! usermod: no changes Sep 19 11:47:01.319 INFO kablam! Compiling siphasher v0.2.3 Sep 19 11:47:01.321 INFO kablam! Compiling libc v0.2.43 Sep 19 11:47:01.322 INFO kablam! Compiling num-traits v0.2.5 Sep 19 11:47:01.333 INFO kablam! Compiling num-integer v0.1.39 Sep 19 11:47:01.345 INFO kablam! Compiling num-bigint v0.2.0 Sep 19 11:47:01.346 INFO kablam! Checking cfg-if v0.1.5 Sep 19 11:47:01.348 INFO kablam! Checking bytecount v0.3.2 Sep 19 11:47:01.981 INFO kablam! Checking ordermap v0.3.5 Sep 19 11:47:04.328 INFO kablam! Checking fixedbitset v0.1.9 Sep 19 11:47:04.349 INFO kablam! Checking difference v2.0.0 Sep 19 11:47:04.397 INFO kablam! Checking memchr v1.0.2 Sep 19 11:47:05.611 INFO kablam! Checking memchr v2.0.1 Sep 19 11:47:05.715 INFO kablam! Checking phf_shared v0.7.22 Sep 19 11:47:05.809 INFO kablam! Checking smallvec v0.6.4 Sep 19 11:47:05.989 INFO kablam! Checking pretty_assertions v0.5.1 Sep 19 11:47:06.607 INFO kablam! Checking nom v3.2.1 Sep 19 11:47:07.614 INFO kablam! Checking nom v4.0.0 Sep 19 11:47:07.830 INFO kablam! Checking petgraph v0.4.12 Sep 19 11:47:07.845 INFO kablam! Checking phf v0.7.22 Sep 19 11:47:07.897 INFO kablam! Checking nix v0.7.0 Sep 19 11:47:09.215 INFO kablam! Checking smallstr v0.1.0 Sep 19 11:47:10.351 INFO kablam! Compiling rand v0.4.3 Sep 19 11:47:15.876 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 11:47:15.876 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 11:47:15.876 INFO kablam! | Sep 19 11:47:15.876 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 11:47:15.876 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 11:47:15.876 INFO kablam! | Sep 19 11:47:15.876 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 11:47:15.878 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 11:47:15.879 INFO kablam! | Sep 19 11:47:15.879 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 11:47:15.879 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 11:47:15.879 INFO kablam! 7 | | { Sep 19 11:47:15.880 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 11:47:15.880 INFO kablam! ... | Sep 19 11:47:15.880 INFO kablam! 13 | | None Sep 19 11:47:15.881 INFO kablam! 14 | | } Sep 19 11:47:15.881 INFO kablam! | |_____^ Sep 19 11:47:15.881 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 11:47:15.881 INFO kablam! Sep 19 11:47:15.904 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 11:47:15.905 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 11:47:15.905 INFO kablam! | Sep 19 11:47:15.905 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 11:47:15.906 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 11:47:15.906 INFO kablam! | Sep 19 11:47:15.906 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 11:47:15.906 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 11:47:15.906 INFO kablam! | Sep 19 11:47:15.906 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 11:47:15.906 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 11:47:15.906 INFO kablam! 7 | | { Sep 19 11:47:15.907 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 11:47:15.907 INFO kablam! ... | Sep 19 11:47:15.907 INFO kablam! 13 | | None Sep 19 11:47:15.907 INFO kablam! 14 | | } Sep 19 11:47:15.907 INFO kablam! | |_____^ Sep 19 11:47:15.907 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 11:47:15.907 INFO kablam! Sep 19 11:47:15.918 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 11:47:15.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 11:47:15.918 INFO kablam! | Sep 19 11:47:15.918 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 11:47:15.918 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 11:47:15.918 INFO kablam! | Sep 19 11:47:15.919 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 11:47:15.919 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 11:47:15.919 INFO kablam! | Sep 19 11:47:15.919 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 11:47:15.919 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 11:47:15.919 INFO kablam! 7 | | { Sep 19 11:47:15.919 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 11:47:15.919 INFO kablam! ... | Sep 19 11:47:15.919 INFO kablam! 13 | | None Sep 19 11:47:15.919 INFO kablam! 14 | | } Sep 19 11:47:15.919 INFO kablam! | |_____^ Sep 19 11:47:15.919 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 11:47:15.919 INFO kablam! Sep 19 11:47:15.923 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 11:47:15.924 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 11:47:15.924 INFO kablam! | Sep 19 11:47:15.924 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 11:47:15.924 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 11:47:15.924 INFO kablam! | Sep 19 11:47:15.925 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 11:47:15.925 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 11:47:15.925 INFO kablam! | Sep 19 11:47:15.925 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 11:47:15.925 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 11:47:15.925 INFO kablam! 7 | | { Sep 19 11:47:15.926 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 11:47:15.926 INFO kablam! ... | Sep 19 11:47:15.926 INFO kablam! 13 | | None Sep 19 11:47:15.926 INFO kablam! 14 | | } Sep 19 11:47:15.926 INFO kablam! | |_____^ Sep 19 11:47:15.926 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 11:47:15.927 INFO kablam! Sep 19 11:47:16.545 INFO kablam! error: aborting due to 4 previous errors Sep 19 11:47:16.545 INFO kablam! Sep 19 11:47:16.545 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 11:47:16.552 INFO kablam! error: Could not compile `petgraph`. Sep 19 11:47:16.552 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 11:47:20.723 INFO kablam! error: build failed Sep 19 11:47:20.723 INFO kablam! su: No module specific data is present Sep 19 11:47:22.274 INFO running `"docker" "rm" "-f" "933eccac7723c9209c40633d304f27dfb0609c7812123b61f8ae89bd714f736a"` Sep 19 11:47:22.579 INFO blam! 933eccac7723c9209c40633d304f27dfb0609c7812123b61f8ae89bd714f736a