Sep 19 14:35:46.686 INFO checking Tsuguri/octo against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 14:35:46.686 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 14:35:46.686 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/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 14:35:47.135 INFO blam! 6b234c808cf3cf419359cb3653724fa20f15ad95edaf7c35500dc451ced3c614 Sep 19 14:35:47.139 INFO running `"docker" "start" "-a" "6b234c808cf3cf419359cb3653724fa20f15ad95edaf7c35500dc451ced3c614"` Sep 19 14:35:48.414 INFO kablam! usermod: no changes Sep 19 14:35:48.715 INFO kablam! Compiling void v1.0.2 Sep 19 14:35:48.715 INFO kablam! Compiling lazy_static v1.0.1 Sep 19 14:35:48.715 INFO kablam! Compiling ordermap v0.3.5 Sep 19 14:35:48.715 INFO kablam! Compiling bit-vec v0.4.4 Sep 19 14:35:48.715 INFO kablam! Compiling utf8-ranges v1.0.0 Sep 19 14:35:48.715 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 19 14:35:48.715 INFO kablam! Compiling fixedbitset v0.1.9 Sep 19 14:35:48.730 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 19 14:35:48.976 INFO kablam! Compiling diff v0.1.11 Sep 19 14:35:49.855 INFO kablam! Compiling regex-syntax v0.4.2 Sep 19 14:35:49.875 INFO kablam! Compiling ena v0.5.0 Sep 19 14:35:54.316 INFO kablam! Compiling byte-tools v0.2.0 Sep 19 14:35:54.318 INFO kablam! Compiling arrayref v0.3.4 Sep 19 14:35:54.341 INFO kablam! Compiling strsim v0.6.0 Sep 19 14:35:54.352 INFO kablam! Compiling fake-simd v0.1.2 Sep 19 14:35:54.997 INFO kablam! Compiling phf_shared v0.7.22 Sep 19 14:35:56.285 INFO kablam! Compiling memchr v2.0.1 Sep 19 14:35:56.751 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 19 14:35:56.751 INFO kablam! Compiling unreachable v1.0.0 Sep 19 14:35:56.923 INFO kablam! Compiling bit-set v0.4.0 Sep 19 14:35:57.067 INFO kablam! Compiling petgraph v0.4.12 Sep 19 14:35:57.551 INFO kablam! Compiling block-buffer v0.3.3 Sep 19 14:35:57.917 INFO kablam! Compiling serde v1.0.66 Sep 19 14:36:01.159 INFO kablam! Compiling typenum v1.10.0 Sep 19 14:36:01.231 INFO kablam! Compiling phf_generator v0.7.22 Sep 19 14:36:01.255 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 19 14:36:01.415 INFO kablam! Compiling thread_local v0.3.5 Sep 19 14:36:02.743 INFO kablam! Compiling aho-corasick v0.6.4 Sep 19 14:36:02.743 INFO kablam! Compiling structopt-derive v0.2.10 Sep 19 14:36:02.823 INFO kablam! Compiling atty v0.1.2 Sep 19 14:36:04.320 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 19 14:36:06.203 INFO kablam! Compiling regex v0.2.11 Sep 19 14:36:06.275 INFO kablam! Compiling generic-array v0.9.0 Sep 19 14:36:06.919 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:06.919 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 14:36:06.919 INFO kablam! | Sep 19 14:36:06.919 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 14:36:06.919 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:06.919 INFO kablam! | Sep 19 14:36:06.919 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:06.919 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:06.919 INFO kablam! | Sep 19 14:36:06.919 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:06.919 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:06.919 INFO kablam! 7 | | { Sep 19 14:36:06.919 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:06.919 INFO kablam! ... | Sep 19 14:36:06.919 INFO kablam! 13 | | None Sep 19 14:36:06.919 INFO kablam! 14 | | } Sep 19 14:36:06.919 INFO kablam! | |_____^ Sep 19 14:36:06.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 14:36:06.919 INFO kablam! Sep 19 14:36:07.079 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:07.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 14:36:07.079 INFO kablam! | Sep 19 14:36:07.079 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 14:36:07.079 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:07.079 INFO kablam! | Sep 19 14:36:07.079 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:07.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:07.079 INFO kablam! | Sep 19 14:36:07.079 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:07.079 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:07.079 INFO kablam! 7 | | { Sep 19 14:36:07.079 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:07.079 INFO kablam! ... | Sep 19 14:36:07.079 INFO kablam! 13 | | None Sep 19 14:36:07.079 INFO kablam! 14 | | } Sep 19 14:36:07.079 INFO kablam! | |_____^ Sep 19 14:36:07.079 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:36:07.079 INFO kablam! Sep 19 14:36:07.155 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:07.155 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 14:36:07.155 INFO kablam! | Sep 19 14:36:07.155 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 14:36:07.155 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:07.155 INFO kablam! | Sep 19 14:36:07.155 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:07.155 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:07.155 INFO kablam! | Sep 19 14:36:07.155 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:07.155 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:07.155 INFO kablam! 7 | | { Sep 19 14:36:07.155 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:07.155 INFO kablam! ... | Sep 19 14:36:07.155 INFO kablam! 13 | | None Sep 19 14:36:07.155 INFO kablam! 14 | | } Sep 19 14:36:07.155 INFO kablam! | |_____^ Sep 19 14:36:07.155 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:36:07.155 INFO kablam! Sep 19 14:36:07.175 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:07.175 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 14:36:07.175 INFO kablam! | Sep 19 14:36:07.175 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 14:36:07.175 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:07.175 INFO kablam! | Sep 19 14:36:07.175 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:07.175 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:07.175 INFO kablam! | Sep 19 14:36:07.175 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:07.175 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:07.175 INFO kablam! 7 | | { Sep 19 14:36:07.175 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:07.175 INFO kablam! ... | Sep 19 14:36:07.175 INFO kablam! 13 | | None Sep 19 14:36:07.175 INFO kablam! 14 | | } Sep 19 14:36:07.175 INFO kablam! | |_____^ Sep 19 14:36:07.175 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:36:07.175 INFO kablam! Sep 19 14:36:08.054 INFO kablam! error: aborting due to 4 previous errors Sep 19 14:36:08.054 INFO kablam! Sep 19 14:36:08.054 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:36:08.064 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:36:08.064 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:36:30.751 INFO kablam! error: build failed Sep 19 14:36:30.751 INFO kablam! su: No module specific data is present Sep 19 14:36:31.778 INFO running `"docker" "rm" "-f" "6b234c808cf3cf419359cb3653724fa20f15ad95edaf7c35500dc451ced3c614"` Sep 19 14:36:32.102 INFO blam! 6b234c808cf3cf419359cb3653724fa20f15ad95edaf7c35500dc451ced3c614