Sep 21 00:01:10.405 INFO checking BookOwl/type-inference against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:01:10.405 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:01:10.405 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 21 00:01:10.589 INFO blam! 799b72e7ad5dd87b5e2f7df8a7df75dda60777929f40bb81b2ab43250c57b7fc Sep 21 00:01:10.591 INFO running `"docker" "start" "-a" "799b72e7ad5dd87b5e2f7df8a7df75dda60777929f40bb81b2ab43250c57b7fc"` Sep 21 00:01:11.881 INFO kablam! usermod: no changes Sep 21 00:01:12.048 INFO kablam! Compiling libc v0.2.31 Sep 21 00:01:12.048 INFO kablam! Compiling regex-syntax v0.4.1 Sep 21 00:01:12.058 INFO kablam! Compiling fixedbitset v0.1.8 Sep 21 00:01:12.058 INFO kablam! Compiling either v1.2.0 Sep 21 00:01:12.058 INFO kablam! Compiling lalrpop-intern v0.13.1 Sep 21 00:01:12.058 INFO kablam! Compiling lalrpop-util v0.13.1 Sep 21 00:01:12.058 INFO kablam! Compiling diff v0.1.10 Sep 21 00:01:16.970 INFO kablam! Compiling itertools v0.5.10 Sep 21 00:01:16.970 INFO kablam! Compiling petgraph v0.4.9 Sep 21 00:01:17.023 INFO kablam! Compiling thread_local v0.3.4 Sep 21 00:01:19.410 INFO kablam! Checking memchr v1.0.1 Sep 21 00:01:19.950 INFO kablam! Compiling atty v0.1.2 Sep 21 00:01:21.203 INFO kablam! Checking aho-corasick v0.6.3 Sep 21 00:01:23.170 INFO kablam! Checking regex v0.2.2 Sep 21 00:01:26.322 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 00:01:26.328 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 21 00:01:26.328 INFO kablam! | Sep 21 00:01:26.328 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 21 00:01:26.328 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 21 00:01:26.328 INFO kablam! | Sep 21 00:01:26.328 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 21 00:01:26.328 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 21 00:01:26.328 INFO kablam! | Sep 21 00:01:26.328 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 21 00:01:26.328 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 21 00:01:26.328 INFO kablam! 7 | | { Sep 21 00:01:26.328 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 21 00:01:26.329 INFO kablam! ... | Sep 21 00:01:26.329 INFO kablam! 13 | | None Sep 21 00:01:26.329 INFO kablam! 14 | | } Sep 21 00:01:26.329 INFO kablam! | |_____^ Sep 21 00:01:26.329 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 21 00:01:26.329 INFO kablam! Sep 21 00:01:26.386 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 00:01:26.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 21 00:01:26.386 INFO kablam! | Sep 21 00:01:26.386 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 21 00:01:26.386 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 21 00:01:26.390 INFO kablam! | Sep 21 00:01:26.390 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 21 00:01:26.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 21 00:01:26.390 INFO kablam! | Sep 21 00:01:26.390 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 21 00:01:26.390 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 21 00:01:26.390 INFO kablam! 7 | | { Sep 21 00:01:26.390 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 21 00:01:26.390 INFO kablam! ... | Sep 21 00:01:26.390 INFO kablam! 13 | | None Sep 21 00:01:26.390 INFO kablam! 14 | | } Sep 21 00:01:26.390 INFO kablam! | |_____^ Sep 21 00:01:26.390 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 21 00:01:26.390 INFO kablam! Sep 21 00:01:26.401 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 00:01:26.401 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 21 00:01:26.401 INFO kablam! | Sep 21 00:01:26.401 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 21 00:01:26.401 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 21 00:01:26.422 INFO kablam! | Sep 21 00:01:26.422 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 21 00:01:26.422 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 21 00:01:26.422 INFO kablam! | Sep 21 00:01:26.422 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 21 00:01:26.422 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 21 00:01:26.422 INFO kablam! 7 | | { Sep 21 00:01:26.422 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 21 00:01:26.422 INFO kablam! ... | Sep 21 00:01:26.422 INFO kablam! 13 | | None Sep 21 00:01:26.422 INFO kablam! 14 | | } Sep 21 00:01:26.422 INFO kablam! | |_____^ Sep 21 00:01:26.422 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 21 00:01:26.422 INFO kablam! Sep 21 00:01:26.430 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 00:01:26.430 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 21 00:01:26.430 INFO kablam! | Sep 21 00:01:26.430 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 21 00:01:26.430 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 21 00:01:26.430 INFO kablam! | Sep 21 00:01:26.430 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 21 00:01:26.430 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 21 00:01:26.430 INFO kablam! | Sep 21 00:01:26.430 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 21 00:01:26.430 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 21 00:01:26.430 INFO kablam! 7 | | { Sep 21 00:01:26.430 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 21 00:01:26.430 INFO kablam! ... | Sep 21 00:01:26.430 INFO kablam! 13 | | None Sep 21 00:01:26.430 INFO kablam! 14 | | } Sep 21 00:01:26.430 INFO kablam! | |_____^ Sep 21 00:01:26.430 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 21 00:01:26.430 INFO kablam! Sep 21 00:01:27.862 INFO kablam! error: aborting due to 4 previous errors Sep 21 00:01:27.862 INFO kablam! Sep 21 00:01:27.862 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 21 00:01:27.894 INFO kablam! error: Could not compile `petgraph`. Sep 21 00:01:27.894 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:01:29.825 INFO kablam! error: build failed Sep 21 00:01:29.827 INFO kablam! su: No module specific data is present Sep 21 00:01:30.772 INFO running `"docker" "rm" "-f" "799b72e7ad5dd87b5e2f7df8a7df75dda60777929f40bb81b2ab43250c57b7fc"` Sep 21 00:01:30.887 INFO blam! 799b72e7ad5dd87b5e2f7df8a7df75dda60777929f40bb81b2ab43250c57b7fc