Sep 04 00:42:46.950 INFO checking BookOwl/type-inference against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 00:42:46.950 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 00:42:46.950 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:42:47.154 INFO blam! 59e5f92c80a7cd686202714fa5f0b3b310e3464688d41dbacc5b19abee6a9ca7 Sep 04 00:42:47.156 INFO running `"docker" "start" "-a" "59e5f92c80a7cd686202714fa5f0b3b310e3464688d41dbacc5b19abee6a9ca7"` Sep 04 00:42:48.042 INFO kablam! Compiling libc v0.2.31 Sep 04 00:42:48.048 INFO kablam! Compiling lazy_static v0.2.9 Sep 04 00:42:48.050 INFO kablam! Compiling either v1.2.0 Sep 04 00:42:48.051 INFO kablam! Compiling fixedbitset v0.1.8 Sep 04 00:42:48.051 INFO kablam! Compiling bit-vec v0.4.4 Sep 04 00:42:48.051 INFO kablam! Compiling ena v0.5.0 Sep 04 00:42:48.051 INFO kablam! Compiling diff v0.1.10 Sep 04 00:42:48.056 INFO kablam! Compiling lalrpop-intern v0.13.1 Sep 04 00:42:49.117 INFO kablam! Compiling lalrpop-util v0.13.1 Sep 04 00:42:53.207 INFO kablam! Compiling itertools v0.5.10 Sep 04 00:42:53.212 INFO kablam! Compiling petgraph v0.4.9 Sep 04 00:42:53.218 INFO kablam! Compiling bit-set v0.4.0 Sep 04 00:42:53.225 INFO kablam! Compiling thread_local v0.3.4 Sep 04 00:42:54.276 INFO kablam! Compiling memchr v1.0.1 Sep 04 00:42:54.278 INFO kablam! Compiling atty v0.1.2 Sep 04 00:42:54.473 INFO kablam! Checking regex v0.2.2 Sep 04 00:42:55.118 INFO kablam! Compiling aho-corasick v0.6.3 Sep 04 00:42:57.076 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:42:57.076 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 04 00:42:57.076 INFO kablam! | Sep 04 00:42:57.076 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 04 00:42:57.076 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:42:57.077 INFO kablam! | Sep 04 00:42:57.077 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:42:57.077 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 04 00:42:57.077 INFO kablam! | Sep 04 00:42:57.077 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:42:57.077 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:42:57.077 INFO kablam! 7 | | { Sep 04 00:42:57.077 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:42:57.077 INFO kablam! ... | Sep 04 00:42:57.077 INFO kablam! 13 | | None Sep 04 00:42:57.077 INFO kablam! 14 | | } Sep 04 00:42:57.077 INFO kablam! | |_____^ Sep 04 00:42:57.077 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:42:57.077 INFO kablam! Sep 04 00:42:57.118 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:42:57.118 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 04 00:42:57.118 INFO kablam! | Sep 04 00:42:57.118 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 04 00:42:57.118 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:42:57.118 INFO kablam! | Sep 04 00:42:57.121 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:42:57.122 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 04 00:42:57.122 INFO kablam! | Sep 04 00:42:57.122 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:42:57.122 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:42:57.122 INFO kablam! 7 | | { Sep 04 00:42:57.122 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:42:57.122 INFO kablam! ... | Sep 04 00:42:57.122 INFO kablam! 13 | | None Sep 04 00:42:57.122 INFO kablam! 14 | | } Sep 04 00:42:57.122 INFO kablam! | |_____^ Sep 04 00:42:57.123 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:42:57.123 INFO kablam! Sep 04 00:42:57.148 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:42:57.148 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 04 00:42:57.148 INFO kablam! | Sep 04 00:42:57.148 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 04 00:42:57.148 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:42:57.149 INFO kablam! | Sep 04 00:42:57.149 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:42:57.149 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 04 00:42:57.149 INFO kablam! | Sep 04 00:42:57.149 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:42:57.149 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:42:57.149 INFO kablam! 7 | | { Sep 04 00:42:57.149 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:42:57.149 INFO kablam! ... | Sep 04 00:42:57.149 INFO kablam! 13 | | None Sep 04 00:42:57.149 INFO kablam! 14 | | } Sep 04 00:42:57.149 INFO kablam! | |_____^ Sep 04 00:42:57.149 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:42:57.149 INFO kablam! Sep 04 00:42:57.159 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:42:57.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 04 00:42:57.159 INFO kablam! | Sep 04 00:42:57.159 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 04 00:42:57.159 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:42:57.159 INFO kablam! | Sep 04 00:42:57.159 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:42:57.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 04 00:42:57.159 INFO kablam! | Sep 04 00:42:57.159 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:42:57.160 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:42:57.160 INFO kablam! 7 | | { Sep 04 00:42:57.160 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:42:57.160 INFO kablam! ... | Sep 04 00:42:57.160 INFO kablam! 13 | | None Sep 04 00:42:57.160 INFO kablam! 14 | | } Sep 04 00:42:57.160 INFO kablam! | |_____^ Sep 04 00:42:57.160 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:42:57.160 INFO kablam! Sep 04 00:42:57.819 INFO kablam! error: aborting due to 4 previous errors Sep 04 00:42:57.819 INFO kablam! Sep 04 00:42:57.819 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 04 00:42:57.827 INFO kablam! error: Could not compile `petgraph`. Sep 04 00:42:57.827 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:43:04.629 INFO kablam! error: build failed Sep 04 00:43:04.630 INFO kablam! su: No module specific data is present Sep 04 00:43:05.028 INFO running `"docker" "rm" "-f" "59e5f92c80a7cd686202714fa5f0b3b310e3464688d41dbacc5b19abee6a9ca7"` Sep 04 00:43:05.131 INFO blam! 59e5f92c80a7cd686202714fa5f0b3b310e3464688d41dbacc5b19abee6a9ca7