Sep 19 15:05:48.894 INFO checking BookOwl/type-inference against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 15:05:48.894 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 15:05:48.894 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/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 15:05:49.303 INFO blam! 3b5969b79fd8d31e944ea8be16718c1f56bda43accc161fbc1431b23fcec2c3e Sep 19 15:05:49.306 INFO running `"docker" "start" "-a" "3b5969b79fd8d31e944ea8be16718c1f56bda43accc161fbc1431b23fcec2c3e"` Sep 19 15:05:50.462 INFO kablam! usermod: no changes Sep 19 15:05:50.632 INFO kablam! Compiling libc v0.2.31 Sep 19 15:05:50.632 INFO kablam! Compiling lazy_static v0.2.9 Sep 19 15:05:50.648 INFO kablam! Compiling bit-vec v0.4.4 Sep 19 15:05:50.650 INFO kablam! Compiling either v1.2.0 Sep 19 15:05:50.650 INFO kablam! Compiling fixedbitset v0.1.8 Sep 19 15:05:50.650 INFO kablam! Compiling lalrpop-intern v0.13.1 Sep 19 15:05:50.651 INFO kablam! Compiling lalrpop-util v0.13.1 Sep 19 15:05:50.652 INFO kablam! Compiling diff v0.1.10 Sep 19 15:05:51.455 INFO kablam! Compiling ena v0.5.0 Sep 19 15:05:55.836 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 19 15:05:55.840 INFO kablam! Compiling itertools v0.5.10 Sep 19 15:05:57.419 INFO kablam! Compiling bit-set v0.4.0 Sep 19 15:05:57.439 INFO kablam! Compiling petgraph v0.4.9 Sep 19 15:05:57.696 INFO kablam! Compiling thread_local v0.3.4 Sep 19 15:05:58.303 INFO kablam! Compiling memchr v1.0.1 Sep 19 15:06:00.929 INFO kablam! Compiling atty v0.1.2 Sep 19 15:06:01.013 INFO kablam! Compiling aho-corasick v0.6.3 Sep 19 15:06:02.870 INFO kablam! Compiling regex v0.2.2 Sep 19 15:06:05.239 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:06:05.239 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 19 15:06:05.239 INFO kablam! | Sep 19 15:06:05.239 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 19 15:06:05.239 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:06:05.239 INFO kablam! | Sep 19 15:06:05.239 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:06:05.239 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 15:06:05.239 INFO kablam! | Sep 19 15:06:05.239 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:06:05.239 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:06:05.239 INFO kablam! 7 | | { Sep 19 15:06:05.239 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:06:05.239 INFO kablam! ... | Sep 19 15:06:05.239 INFO kablam! 13 | | None Sep 19 15:06:05.239 INFO kablam! 14 | | } Sep 19 15:06:05.239 INFO kablam! | |_____^ Sep 19 15:06:05.239 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:06:05.239 INFO kablam! Sep 19 15:06:05.261 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:06:05.261 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 19 15:06:05.261 INFO kablam! | Sep 19 15:06:05.261 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 19 15:06:05.261 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:06:05.261 INFO kablam! | Sep 19 15:06:05.262 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:06:05.262 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 15:06:05.262 INFO kablam! | Sep 19 15:06:05.262 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:06:05.262 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:06:05.262 INFO kablam! 7 | | { Sep 19 15:06:05.262 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:06:05.262 INFO kablam! ... | Sep 19 15:06:05.262 INFO kablam! 13 | | None Sep 19 15:06:05.262 INFO kablam! 14 | | } Sep 19 15:06:05.262 INFO kablam! | |_____^ Sep 19 15:06:05.262 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:06:05.262 INFO kablam! Sep 19 15:06:05.291 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:06:05.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 19 15:06:05.291 INFO kablam! | Sep 19 15:06:05.291 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 19 15:06:05.291 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:06:05.291 INFO kablam! | Sep 19 15:06:05.291 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:06:05.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 15:06:05.291 INFO kablam! | Sep 19 15:06:05.291 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:06:05.291 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:06:05.291 INFO kablam! 7 | | { Sep 19 15:06:05.291 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:06:05.291 INFO kablam! ... | Sep 19 15:06:05.291 INFO kablam! 13 | | None Sep 19 15:06:05.291 INFO kablam! 14 | | } Sep 19 15:06:05.291 INFO kablam! | |_____^ Sep 19 15:06:05.291 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:06:05.291 INFO kablam! Sep 19 15:06:05.295 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 15:06:05.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 19 15:06:05.295 INFO kablam! | Sep 19 15:06:05.295 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 19 15:06:05.295 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 15:06:05.295 INFO kablam! | Sep 19 15:06:05.295 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 15:06:05.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 15:06:05.295 INFO kablam! | Sep 19 15:06:05.295 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 15:06:05.295 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 15:06:05.295 INFO kablam! 7 | | { Sep 19 15:06:05.295 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 15:06:05.295 INFO kablam! ... | Sep 19 15:06:05.295 INFO kablam! 13 | | None Sep 19 15:06:05.295 INFO kablam! 14 | | } Sep 19 15:06:05.295 INFO kablam! | |_____^ Sep 19 15:06:05.295 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 15:06:05.295 INFO kablam! Sep 19 15:06:06.207 INFO kablam! error: aborting due to 4 previous errors Sep 19 15:06:06.219 INFO kablam! Sep 19 15:06:06.219 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 15:06:06.243 INFO kablam! error: Could not compile `petgraph`. Sep 19 15:06:06.243 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:06:13.234 INFO kablam! error: build failed Sep 19 15:06:13.236 INFO kablam! su: No module specific data is present Sep 19 15:06:14.291 INFO running `"docker" "rm" "-f" "3b5969b79fd8d31e944ea8be16718c1f56bda43accc161fbc1431b23fcec2c3e"` Sep 19 15:06:14.539 INFO blam! 3b5969b79fd8d31e944ea8be16718c1f56bda43accc161fbc1431b23fcec2c3e