Sep 01 16:59:51.162 INFO checking Tsuguri/octo against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 16:59:51.162 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 16:59:51.162 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 16:59:51.427 INFO blam! 6acfdc459a1e78a35c0005bc51e5dc9b0f1299f0d6b2947730abdd3ba5fb5ef7 Sep 01 16:59:51.428 INFO running `"docker" "start" "-a" "6acfdc459a1e78a35c0005bc51e5dc9b0f1299f0d6b2947730abdd3ba5fb5ef7"` Sep 01 16:59:52.556 INFO kablam! Compiling ordermap v0.3.5 Sep 01 16:59:52.556 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 01 16:59:52.563 INFO kablam! Compiling bit-vec v0.4.4 Sep 01 16:59:52.563 INFO kablam! Compiling fixedbitset v0.1.9 Sep 01 16:59:52.563 INFO kablam! Compiling diff v0.1.11 Sep 01 16:59:52.598 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 01 16:59:52.627 INFO kablam! Compiling ena v0.5.0 Sep 01 16:59:52.637 INFO kablam! Compiling strsim v0.6.0 Sep 01 16:59:56.640 INFO kablam! Compiling itertools v0.7.8 Sep 01 17:00:00.119 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 01 17:00:00.132 INFO kablam! Compiling aho-corasick v0.6.4 Sep 01 17:00:00.151 INFO kablam! Compiling thread_local v0.3.5 Sep 01 17:00:00.167 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 01 17:00:00.168 INFO kablam! Compiling bit-set v0.4.0 Sep 01 17:00:00.223 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 01 17:00:00.796 INFO kablam! Compiling structopt-derive v0.2.10 Sep 01 17:00:01.571 INFO kablam! Compiling atty v0.1.2 Sep 01 17:00:02.983 INFO kablam! Compiling digest v0.7.2 Sep 01 17:00:03.716 INFO kablam! Compiling petgraph v0.4.12 Sep 01 17:00:05.617 INFO kablam! Compiling sha2 v0.7.1 Sep 01 17:00:07.291 INFO kablam! Compiling regex v0.2.11 Sep 01 17:00:13.215 INFO kablam! Compiling string_cache v0.7.3 Sep 01 17:00:17.313 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:17.313 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 17:00:17.313 INFO kablam! | Sep 01 17:00:17.313 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 17:00:17.313 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:17.313 INFO kablam! | Sep 01 17:00:17.314 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:17.314 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:17.314 INFO kablam! | Sep 01 17:00:17.314 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:17.314 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:17.314 INFO kablam! 7 | | { Sep 01 17:00:17.314 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:17.315 INFO kablam! ... | Sep 01 17:00:17.315 INFO kablam! 13 | | None Sep 01 17:00:17.315 INFO kablam! 14 | | } Sep 01 17:00:17.315 INFO kablam! | |_____^ Sep 01 17:00:17.315 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:17.315 INFO kablam! Sep 01 17:00:17.431 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:17.432 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 17:00:17.432 INFO kablam! | Sep 01 17:00:17.432 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 17:00:17.432 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:17.432 INFO kablam! | Sep 01 17:00:17.433 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:17.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:17.433 INFO kablam! | Sep 01 17:00:17.433 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:17.433 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:17.433 INFO kablam! 7 | | { Sep 01 17:00:17.433 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:17.433 INFO kablam! ... | Sep 01 17:00:17.433 INFO kablam! 13 | | None Sep 01 17:00:17.433 INFO kablam! 14 | | } Sep 01 17:00:17.433 INFO kablam! | |_____^ Sep 01 17:00:17.433 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:17.433 INFO kablam! Sep 01 17:00:17.488 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:17.488 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 17:00:17.488 INFO kablam! | Sep 01 17:00:17.488 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 17:00:17.488 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:17.488 INFO kablam! | Sep 01 17:00:17.489 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:17.489 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:17.489 INFO kablam! | Sep 01 17:00:17.489 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:17.489 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:17.489 INFO kablam! 7 | | { Sep 01 17:00:17.489 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:17.489 INFO kablam! ... | Sep 01 17:00:17.490 INFO kablam! 13 | | None Sep 01 17:00:17.490 INFO kablam! 14 | | } Sep 01 17:00:17.490 INFO kablam! | |_____^ Sep 01 17:00:17.490 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:17.490 INFO kablam! Sep 01 17:00:17.514 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:17.514 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 17:00:17.514 INFO kablam! | Sep 01 17:00:17.514 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 17:00:17.514 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:17.514 INFO kablam! | Sep 01 17:00:17.515 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:17.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:17.515 INFO kablam! | Sep 01 17:00:17.515 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:17.516 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:17.516 INFO kablam! 7 | | { Sep 01 17:00:17.516 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:17.516 INFO kablam! ... | Sep 01 17:00:17.516 INFO kablam! 13 | | None Sep 01 17:00:17.516 INFO kablam! 14 | | } Sep 01 17:00:17.516 INFO kablam! | |_____^ Sep 01 17:00:17.516 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:17.516 INFO kablam! Sep 01 17:00:19.006 INFO kablam! error: aborting due to 4 previous errors Sep 01 17:00:19.006 INFO kablam! Sep 01 17:00:19.006 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 17:00:19.032 INFO kablam! error: Could not compile `petgraph`. Sep 01 17:00:19.033 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:00:28.898 INFO kablam! error: build failed Sep 01 17:00:28.901 INFO kablam! su: No module specific data is present Sep 01 17:00:29.411 INFO running `"docker" "rm" "-f" "6acfdc459a1e78a35c0005bc51e5dc9b0f1299f0d6b2947730abdd3ba5fb5ef7"` Sep 01 17:00:29.575 INFO blam! 6acfdc459a1e78a35c0005bc51e5dc9b0f1299f0d6b2947730abdd3ba5fb5ef7