Sep 01 00:04:19.963 INFO checking Tsuguri/octo against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 00:04:19.963 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 00:04:19.963 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:04:20.182 INFO blam! 9550c5ad40c8f353dbabfcb53f391ecdc29376d93d1225d2cef6ae50d5cf85cd Sep 01 00:04:20.184 INFO running `"docker" "start" "-a" "9550c5ad40c8f353dbabfcb53f391ecdc29376d93d1225d2cef6ae50d5cf85cd"` Sep 01 00:04:21.238 INFO kablam! Compiling petgraph v0.4.12 Sep 01 00:04:21.239 INFO kablam! Compiling phf_generator v0.7.22 Sep 01 00:04:21.239 INFO kablam! Compiling aho-corasick v0.6.4 Sep 01 00:04:21.248 INFO kablam! Compiling thread_local v0.3.5 Sep 01 00:04:21.258 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 01 00:04:21.260 INFO kablam! Compiling serde v1.0.66 Sep 01 00:04:21.262 INFO kablam! Compiling atty v0.1.2 Sep 01 00:04:21.262 INFO kablam! Compiling digest v0.7.2 Sep 01 00:04:21.817 INFO kablam! Checking structopt v0.2.10 Sep 01 00:04:23.086 INFO kablam! Compiling sha2 v0.7.1 Sep 01 00:04:23.141 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 01 00:04:25.345 INFO kablam! Compiling regex v0.2.11 Sep 01 00:04:30.504 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:30.504 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 00:04:30.504 INFO kablam! | Sep 01 00:04:30.504 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 00:04:30.504 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:30.504 INFO kablam! | Sep 01 00:04:30.505 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:30.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:30.505 INFO kablam! | Sep 01 00:04:30.505 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:30.505 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:30.505 INFO kablam! 7 | | { Sep 01 00:04:30.505 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:30.505 INFO kablam! ... | Sep 01 00:04:30.505 INFO kablam! 13 | | None Sep 01 00:04:30.505 INFO kablam! 14 | | } Sep 01 00:04:30.505 INFO kablam! | |_____^ Sep 01 00:04:30.505 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:30.505 INFO kablam! Sep 01 00:04:30.622 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:30.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 00:04:30.622 INFO kablam! | Sep 01 00:04:30.622 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 00:04:30.622 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:30.628 INFO kablam! | Sep 01 00:04:30.629 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:30.629 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:30.629 INFO kablam! | Sep 01 00:04:30.629 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:30.629 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:30.629 INFO kablam! 7 | | { Sep 01 00:04:30.629 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:30.629 INFO kablam! ... | Sep 01 00:04:30.629 INFO kablam! 13 | | None Sep 01 00:04:30.629 INFO kablam! 14 | | } Sep 01 00:04:30.629 INFO kablam! | |_____^ Sep 01 00:04:30.630 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:30.630 INFO kablam! Sep 01 00:04:30.678 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:30.678 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 00:04:30.678 INFO kablam! | Sep 01 00:04:30.678 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 00:04:30.678 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:30.684 INFO kablam! | Sep 01 00:04:30.685 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:30.685 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:30.685 INFO kablam! | Sep 01 00:04:30.685 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:30.685 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:30.685 INFO kablam! 7 | | { Sep 01 00:04:30.685 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:30.685 INFO kablam! ... | Sep 01 00:04:30.685 INFO kablam! 13 | | None Sep 01 00:04:30.685 INFO kablam! 14 | | } Sep 01 00:04:30.685 INFO kablam! | |_____^ Sep 01 00:04:30.686 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:30.686 INFO kablam! Sep 01 00:04:30.704 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:30.704 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 00:04:30.704 INFO kablam! | Sep 01 00:04:30.704 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 00:04:30.704 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:30.716 INFO kablam! | Sep 01 00:04:30.717 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:30.717 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:30.717 INFO kablam! | Sep 01 00:04:30.717 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:30.717 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:30.717 INFO kablam! 7 | | { Sep 01 00:04:30.717 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:30.717 INFO kablam! ... | Sep 01 00:04:30.717 INFO kablam! 13 | | None Sep 01 00:04:30.717 INFO kablam! 14 | | } Sep 01 00:04:30.717 INFO kablam! | |_____^ Sep 01 00:04:30.718 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:30.718 INFO kablam! Sep 01 00:04:31.813 INFO kablam! Compiling string_cache v0.7.3 Sep 01 00:04:32.338 INFO kablam! error: aborting due to 4 previous errors Sep 01 00:04:32.338 INFO kablam! Sep 01 00:04:32.338 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 00:04:32.361 INFO kablam! error: Could not compile `petgraph`. Sep 01 00:04:32.361 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:04:56.736 INFO kablam! error: build failed Sep 01 00:04:56.738 INFO kablam! su: No module specific data is present Sep 01 00:04:57.243 INFO running `"docker" "rm" "-f" "9550c5ad40c8f353dbabfcb53f391ecdc29376d93d1225d2cef6ae50d5cf85cd"` Sep 01 00:04:57.401 INFO blam! 9550c5ad40c8f353dbabfcb53f391ecdc29376d93d1225d2cef6ae50d5cf85cd