Sep 20 23:32:47.243 INFO checking Tsuguri/octo against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:32:47.243 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:32:47.244 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:32:47.488 INFO blam! 45b1ba03a700bcc1ff09f3f211e16aee18a8090b4a2732904ed79d3292d2980a Sep 20 23:32:47.492 INFO running `"docker" "start" "-a" "45b1ba03a700bcc1ff09f3f211e16aee18a8090b4a2732904ed79d3292d2980a"` Sep 20 23:32:48.873 INFO kablam! usermod: no changes Sep 20 23:32:49.166 INFO kablam! Compiling term v0.4.6 Sep 20 23:32:49.166 INFO kablam! Compiling bit-vec v0.4.4 Sep 20 23:32:49.166 INFO kablam! Compiling fixedbitset v0.1.9 Sep 20 23:32:49.174 INFO kablam! Compiling ordermap v0.3.5 Sep 20 23:32:49.174 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 20 23:32:49.174 INFO kablam! Compiling ena v0.5.0 Sep 20 23:32:49.174 INFO kablam! Compiling regex-syntax v0.4.2 Sep 20 23:32:49.174 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 20 23:32:50.175 INFO kablam! Compiling diff v0.1.11 Sep 20 23:32:50.193 INFO kablam! Compiling arrayref v0.3.4 Sep 20 23:32:50.846 INFO kablam! Compiling byte-tools v0.2.0 Sep 20 23:32:53.095 INFO kablam! Compiling fake-simd v0.1.2 Sep 20 23:32:53.181 INFO kablam! Compiling itertools v0.7.8 Sep 20 23:32:54.033 INFO kablam! Compiling block-buffer v0.3.3 Sep 20 23:32:55.441 INFO kablam! Compiling bit-set v0.4.0 Sep 20 23:32:58.946 INFO kablam! Compiling aho-corasick v0.6.4 Sep 20 23:32:58.946 INFO kablam! Compiling serde v1.0.66 Sep 20 23:32:59.103 INFO kablam! Compiling thread_local v0.3.5 Sep 20 23:32:59.214 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 20 23:32:59.225 INFO kablam! Compiling typenum v1.10.0 Sep 20 23:32:59.250 INFO kablam! Compiling petgraph v0.4.12 Sep 20 23:32:59.851 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 20 23:33:03.402 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 20 23:33:06.098 INFO kablam! Checking regex v0.2.11 Sep 20 23:33:06.146 INFO kablam! Compiling structopt-derive v0.2.10 Sep 20 23:33:11.062 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:11.062 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 23:33:11.062 INFO kablam! | Sep 20 23:33:11.062 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 23:33:11.062 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:11.062 INFO kablam! | Sep 20 23:33:11.062 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:11.062 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:11.062 INFO kablam! | Sep 20 23:33:11.062 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:11.062 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:11.062 INFO kablam! 7 | | { Sep 20 23:33:11.062 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:11.062 INFO kablam! ... | Sep 20 23:33:11.062 INFO kablam! 13 | | None Sep 20 23:33:11.062 INFO kablam! 14 | | } Sep 20 23:33:11.062 INFO kablam! | |_____^ Sep 20 23:33:11.062 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:11.062 INFO kablam! Sep 20 23:33:11.218 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:11.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 23:33:11.218 INFO kablam! | Sep 20 23:33:11.218 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 23:33:11.218 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:11.237 INFO kablam! | Sep 20 23:33:11.237 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:11.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:11.237 INFO kablam! | Sep 20 23:33:11.237 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:11.237 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:11.237 INFO kablam! 7 | | { Sep 20 23:33:11.237 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:11.237 INFO kablam! ... | Sep 20 23:33:11.237 INFO kablam! 13 | | None Sep 20 23:33:11.237 INFO kablam! 14 | | } Sep 20 23:33:11.237 INFO kablam! | |_____^ Sep 20 23:33:11.237 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:11.237 INFO kablam! Sep 20 23:33:11.282 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:11.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 23:33:11.282 INFO kablam! | Sep 20 23:33:11.282 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 23:33:11.282 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:11.282 INFO kablam! | Sep 20 23:33:11.282 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:11.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:11.282 INFO kablam! | Sep 20 23:33:11.282 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:11.282 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:11.282 INFO kablam! 7 | | { Sep 20 23:33:11.282 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:11.282 INFO kablam! ... | Sep 20 23:33:11.282 INFO kablam! 13 | | None Sep 20 23:33:11.282 INFO kablam! 14 | | } Sep 20 23:33:11.282 INFO kablam! | |_____^ Sep 20 23:33:11.282 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:11.282 INFO kablam! Sep 20 23:33:11.342 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:11.342 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 23:33:11.342 INFO kablam! | Sep 20 23:33:11.342 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 23:33:11.342 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:11.342 INFO kablam! | Sep 20 23:33:11.342 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:11.342 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:11.342 INFO kablam! | Sep 20 23:33:11.342 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:11.342 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:11.342 INFO kablam! 7 | | { Sep 20 23:33:11.342 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:11.342 INFO kablam! ... | Sep 20 23:33:11.342 INFO kablam! 13 | | None Sep 20 23:33:11.342 INFO kablam! 14 | | } Sep 20 23:33:11.342 INFO kablam! | |_____^ Sep 20 23:33:11.342 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:11.342 INFO kablam! Sep 20 23:33:13.207 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:33:13.220 INFO kablam! Sep 20 23:33:13.221 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:33:13.302 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:33:13.302 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:33:26.104 INFO kablam! error: build failed Sep 20 23:33:26.108 INFO kablam! su: No module specific data is present Sep 20 23:33:27.385 INFO running `"docker" "rm" "-f" "45b1ba03a700bcc1ff09f3f211e16aee18a8090b4a2732904ed79d3292d2980a"` Sep 20 23:33:27.506 INFO blam! 45b1ba03a700bcc1ff09f3f211e16aee18a8090b4a2732904ed79d3292d2980a