Sep 19 16:43:17.768 INFO checking Tsuguri/octo against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 16:43:17.768 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 16:43:17.769 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:43:18.004 INFO blam! 59648d1b989db1980021ee0ad7d3565c20490765e28fdf8bd3e3ca71afd6b41f Sep 19 16:43:18.006 INFO running `"docker" "start" "-a" "59648d1b989db1980021ee0ad7d3565c20490765e28fdf8bd3e3ca71afd6b41f"` Sep 19 16:43:19.469 INFO kablam! usermod: no changes Sep 19 16:43:19.735 INFO kablam! Compiling petgraph v0.4.12 Sep 19 16:43:19.737 INFO kablam! Compiling aho-corasick v0.6.4 Sep 19 16:43:19.743 INFO kablam! Compiling phf_generator v0.7.22 Sep 19 16:43:19.743 INFO kablam! Compiling serde v1.0.66 Sep 19 16:43:19.743 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 19 16:43:19.760 INFO kablam! Compiling thread_local v0.3.5 Sep 19 16:43:19.774 INFO kablam! Checking regex v0.2.11 Sep 19 16:43:19.774 INFO kablam! Compiling structopt-derive v0.2.10 Sep 19 16:43:20.298 INFO kablam! Compiling atty v0.1.2 Sep 19 16:43:21.354 INFO kablam! Compiling digest v0.7.2 Sep 19 16:43:22.643 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 19 16:43:23.419 INFO kablam! Compiling sha2 v0.7.1 Sep 19 16:43:28.372 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:28.372 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 16:43:28.373 INFO kablam! | Sep 19 16:43:28.373 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 16:43:28.373 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:28.374 INFO kablam! | Sep 19 16:43:28.374 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:28.375 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:28.375 INFO kablam! | Sep 19 16:43:28.375 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:28.376 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:28.376 INFO kablam! 7 | | { Sep 19 16:43:28.376 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:28.377 INFO kablam! ... | Sep 19 16:43:28.377 INFO kablam! 13 | | None Sep 19 16:43:28.377 INFO kablam! 14 | | } Sep 19 16:43:28.378 INFO kablam! | |_____^ Sep 19 16:43:28.378 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:43:28.378 INFO kablam! Sep 19 16:43:28.424 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:28.425 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 16:43:28.425 INFO kablam! | Sep 19 16:43:28.425 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 16:43:28.426 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:28.426 INFO kablam! | Sep 19 16:43:28.427 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:28.427 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:28.427 INFO kablam! | Sep 19 16:43:28.428 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:28.428 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:28.428 INFO kablam! 7 | | { Sep 19 16:43:28.429 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:28.429 INFO kablam! ... | Sep 19 16:43:28.429 INFO kablam! 13 | | None Sep 19 16:43:28.430 INFO kablam! 14 | | } Sep 19 16:43:28.430 INFO kablam! | |_____^ Sep 19 16:43:28.430 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:43:28.431 INFO kablam! Sep 19 16:43:28.462 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:28.462 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 16:43:28.463 INFO kablam! | Sep 19 16:43:28.463 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 16:43:28.464 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:28.464 INFO kablam! | Sep 19 16:43:28.464 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:28.465 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:28.465 INFO kablam! | Sep 19 16:43:28.465 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:28.466 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:28.466 INFO kablam! 7 | | { Sep 19 16:43:28.466 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:28.467 INFO kablam! ... | Sep 19 16:43:28.467 INFO kablam! 13 | | None Sep 19 16:43:28.467 INFO kablam! 14 | | } Sep 19 16:43:28.468 INFO kablam! | |_____^ Sep 19 16:43:28.468 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:43:28.468 INFO kablam! Sep 19 16:43:28.478 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:28.478 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 16:43:28.479 INFO kablam! | Sep 19 16:43:28.479 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 16:43:28.479 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:28.480 INFO kablam! | Sep 19 16:43:28.480 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:28.481 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:28.481 INFO kablam! | Sep 19 16:43:28.481 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:28.482 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:28.482 INFO kablam! 7 | | { Sep 19 16:43:28.482 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:28.483 INFO kablam! ... | Sep 19 16:43:28.483 INFO kablam! 13 | | None Sep 19 16:43:28.483 INFO kablam! 14 | | } Sep 19 16:43:28.484 INFO kablam! | |_____^ Sep 19 16:43:28.484 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:43:28.484 INFO kablam! Sep 19 16:43:29.482 INFO kablam! error: aborting due to 4 previous errors Sep 19 16:43:29.482 INFO kablam! Sep 19 16:43:29.482 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 16:43:29.482 INFO kablam! error: Could not compile `petgraph`. Sep 19 16:43:29.482 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:43:50.594 INFO kablam! error: build failed Sep 19 16:43:50.594 INFO kablam! su: No module specific data is present Sep 19 16:43:51.564 INFO running `"docker" "rm" "-f" "59648d1b989db1980021ee0ad7d3565c20490765e28fdf8bd3e3ca71afd6b41f"` Sep 19 16:43:51.677 INFO blam! 59648d1b989db1980021ee0ad7d3565c20490765e28fdf8bd3e3ca71afd6b41f