Sep 19 16:43:20.190 INFO checking Tsuguri/octo against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:43:20.190 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:43:20.190 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:20.372 INFO blam! 36c0fb31b9c58aba84678af98960a247ac6b2678525c417788ec61db3556643c Sep 19 16:43:20.374 INFO running `"docker" "start" "-a" "36c0fb31b9c58aba84678af98960a247ac6b2678525c417788ec61db3556643c"` Sep 19 16:43:21.897 INFO kablam! usermod: no changes Sep 19 16:43:22.186 INFO kablam! Compiling string_cache_shared v0.3.0 Sep 19 16:43:22.186 INFO kablam! Compiling term v0.4.6 Sep 19 16:43:22.186 INFO kablam! Compiling bit-vec v0.4.4 Sep 19 16:43:22.186 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 19 16:43:22.186 INFO kablam! Compiling ordermap v0.3.5 Sep 19 16:43:22.186 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 19 16:43:22.186 INFO kablam! Compiling diff v0.1.11 Sep 19 16:43:22.186 INFO kablam! Compiling regex-syntax v0.4.2 Sep 19 16:43:23.289 INFO kablam! Compiling ena v0.5.0 Sep 19 16:43:23.566 INFO kablam! Compiling arrayref v0.3.4 Sep 19 16:43:23.994 INFO kablam! Compiling strsim v0.6.0 Sep 19 16:43:31.630 INFO kablam! Compiling block-buffer v0.3.3 Sep 19 16:43:31.730 INFO kablam! Compiling bit-set v0.4.0 Sep 19 16:43:31.766 INFO kablam! Compiling petgraph v0.4.12 Sep 19 16:43:31.782 INFO kablam! Compiling aho-corasick v0.6.4 Sep 19 16:43:32.118 INFO kablam! Compiling serde v1.0.66 Sep 19 16:43:32.394 INFO kablam! Compiling thread_local v0.3.5 Sep 19 16:43:33.283 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 19 16:43:33.511 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 19 16:43:34.126 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 19 16:43:34.394 INFO kablam! Checking regex v0.2.11 Sep 19 16:43:37.718 INFO kablam! Compiling structopt-derive v0.2.10 Sep 19 16:43:37.722 INFO kablam! Compiling atty v0.1.2 Sep 19 16:43:38.015 INFO kablam! Compiling digest v0.7.2 Sep 19 16:43:40.338 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:40.338 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:40.338 INFO kablam! | Sep 19 16:43:40.338 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 16:43:40.338 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:40.338 INFO kablam! | Sep 19 16:43:40.338 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:40.338 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:40.338 INFO kablam! | Sep 19 16:43:40.338 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:40.338 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:40.338 INFO kablam! 7 | | { Sep 19 16:43:40.338 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:40.338 INFO kablam! ... | Sep 19 16:43:40.338 INFO kablam! 13 | | None Sep 19 16:43:40.338 INFO kablam! 14 | | } Sep 19 16:43:40.338 INFO kablam! | |_____^ Sep 19 16:43:40.338 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:40.338 INFO kablam! Sep 19 16:43:40.386 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:40.386 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:40.386 INFO kablam! | Sep 19 16:43:40.390 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 16:43:40.390 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:40.390 INFO kablam! | Sep 19 16:43:40.390 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:40.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:40.390 INFO kablam! | Sep 19 16:43:40.390 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:40.390 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:40.390 INFO kablam! 7 | | { Sep 19 16:43:40.390 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:40.390 INFO kablam! ... | Sep 19 16:43:40.390 INFO kablam! 13 | | None Sep 19 16:43:40.390 INFO kablam! 14 | | } Sep 19 16:43:40.390 INFO kablam! | |_____^ Sep 19 16:43:40.390 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:40.390 INFO kablam! Sep 19 16:43:40.402 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:40.402 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:40.402 INFO kablam! | Sep 19 16:43:40.402 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 16:43:40.402 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:40.402 INFO kablam! | Sep 19 16:43:40.414 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:40.414 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:40.414 INFO kablam! | Sep 19 16:43:40.415 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:40.415 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:40.415 INFO kablam! 7 | | { Sep 19 16:43:40.415 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:40.415 INFO kablam! ... | Sep 19 16:43:40.415 INFO kablam! 13 | | None Sep 19 16:43:40.415 INFO kablam! 14 | | } Sep 19 16:43:40.415 INFO kablam! | |_____^ Sep 19 16:43:40.415 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:40.415 INFO kablam! Sep 19 16:43:40.430 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:43:40.430 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:40.430 INFO kablam! | Sep 19 16:43:40.430 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 16:43:40.430 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:43:40.430 INFO kablam! | Sep 19 16:43:40.430 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:43:40.430 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:43:40.430 INFO kablam! | Sep 19 16:43:40.430 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:43:40.430 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:43:40.430 INFO kablam! 7 | | { Sep 19 16:43:40.430 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:43:40.430 INFO kablam! ... | Sep 19 16:43:40.430 INFO kablam! 13 | | None Sep 19 16:43:40.430 INFO kablam! 14 | | } Sep 19 16:43:40.430 INFO kablam! | |_____^ Sep 19 16:43:40.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:40.430 INFO kablam! Sep 19 16:43:41.472 INFO kablam! error: aborting due to 4 previous errors Sep 19 16:43:41.472 INFO kablam! Sep 19 16:43:41.472 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 16:43:41.482 INFO kablam! error: Could not compile `petgraph`. Sep 19 16:43:41.482 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:43:56.558 INFO kablam! error: build failed Sep 19 16:43:56.558 INFO kablam! su: No module specific data is present Sep 19 16:43:57.723 INFO running `"docker" "rm" "-f" "36c0fb31b9c58aba84678af98960a247ac6b2678525c417788ec61db3556643c"` Sep 19 16:43:57.872 INFO blam! 36c0fb31b9c58aba84678af98960a247ac6b2678525c417788ec61db3556643c