Sep 14 05:18:11.669 INFO checking Tsuguri/octo against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 05:18:11.669 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 05:18:11.669 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:18:12.091 INFO blam! 5e7d4a2fc135502c7b1175fba672a615197d93ed45477c5ada887fd980a3f852 Sep 14 05:18:12.096 INFO running `"docker" "start" "-a" "5e7d4a2fc135502c7b1175fba672a615197d93ed45477c5ada887fd980a3f852"` Sep 14 05:18:13.630 INFO kablam! usermod: no changes Sep 14 05:18:13.915 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 14 05:18:13.923 INFO kablam! Compiling fixedbitset v0.1.9 Sep 14 05:18:13.923 INFO kablam! Compiling bit-vec v0.4.4 Sep 14 05:18:13.923 INFO kablam! Compiling ordermap v0.3.5 Sep 14 05:18:13.923 INFO kablam! Compiling regex-syntax v0.4.2 Sep 14 05:18:13.923 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 14 05:18:13.951 INFO kablam! Compiling diff v0.1.11 Sep 14 05:18:13.963 INFO kablam! Compiling ena v0.5.0 Sep 14 05:18:15.100 INFO kablam! Compiling byte-tools v0.2.0 Sep 14 05:18:17.407 INFO kablam! Compiling arrayref v0.3.4 Sep 14 05:18:18.885 INFO kablam! Compiling fake-simd v0.1.2 Sep 14 05:18:18.912 INFO kablam! Compiling phf_shared v0.7.22 Sep 14 05:18:18.917 INFO kablam! Compiling regex-syntax v0.5.6 Sep 14 05:18:19.055 INFO kablam! Compiling itertools v0.7.8 Sep 14 05:18:19.819 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 14 05:18:20.403 INFO kablam! Compiling block-buffer v0.3.3 Sep 14 05:18:20.995 INFO kablam! Compiling bit-set v0.4.0 Sep 14 05:18:21.498 INFO kablam! Checking textwrap v0.9.0 Sep 14 05:18:21.564 INFO kablam! Compiling aho-corasick v0.6.4 Sep 14 05:18:25.011 INFO kablam! Compiling serde v1.0.66 Sep 14 05:18:25.027 INFO kablam! Compiling thread_local v0.3.5 Sep 14 05:18:25.075 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 14 05:18:25.163 INFO kablam! Compiling typenum v1.10.0 Sep 14 05:18:25.667 INFO kablam! Compiling petgraph v0.4.12 Sep 14 05:18:27.353 INFO kablam! Compiling phf_generator v0.7.22 Sep 14 05:18:32.159 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:18:32.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 14 05:18:32.159 INFO kablam! | Sep 14 05:18:32.159 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 14 05:18:32.159 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:18:32.159 INFO kablam! | Sep 14 05:18:32.159 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:18:32.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 05:18:32.159 INFO kablam! | Sep 14 05:18:32.159 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:18:32.159 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:18:32.159 INFO kablam! 7 | | { Sep 14 05:18:32.159 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:18:32.159 INFO kablam! ... | Sep 14 05:18:32.159 INFO kablam! 13 | | None Sep 14 05:18:32.159 INFO kablam! 14 | | } Sep 14 05:18:32.159 INFO kablam! | |_____^ Sep 14 05:18:32.159 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:18:32.159 INFO kablam! Sep 14 05:18:32.231 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:18:32.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 14 05:18:32.231 INFO kablam! | Sep 14 05:18:32.231 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 14 05:18:32.231 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:18:32.254 INFO kablam! | Sep 14 05:18:32.255 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:18:32.255 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 05:18:32.255 INFO kablam! | Sep 14 05:18:32.255 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:18:32.255 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:18:32.255 INFO kablam! 7 | | { Sep 14 05:18:32.255 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:18:32.255 INFO kablam! ... | Sep 14 05:18:32.255 INFO kablam! 13 | | None Sep 14 05:18:32.255 INFO kablam! 14 | | } Sep 14 05:18:32.255 INFO kablam! | |_____^ Sep 14 05:18:32.255 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:18:32.255 INFO kablam! Sep 14 05:18:32.291 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:18:32.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 14 05:18:32.291 INFO kablam! | Sep 14 05:18:32.291 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 14 05:18:32.291 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:18:32.291 INFO kablam! | Sep 14 05:18:32.291 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:18:32.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 05:18:32.291 INFO kablam! | Sep 14 05:18:32.291 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:18:32.291 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:18:32.291 INFO kablam! 7 | | { Sep 14 05:18:32.291 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:18:32.291 INFO kablam! ... | Sep 14 05:18:32.291 INFO kablam! 13 | | None Sep 14 05:18:32.291 INFO kablam! 14 | | } Sep 14 05:18:32.291 INFO kablam! | |_____^ Sep 14 05:18:32.291 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:18:32.291 INFO kablam! Sep 14 05:18:32.314 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:18:32.314 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 14 05:18:32.314 INFO kablam! | Sep 14 05:18:32.314 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 14 05:18:32.314 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:18:32.318 INFO kablam! | Sep 14 05:18:32.319 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:18:32.319 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 05:18:32.319 INFO kablam! | Sep 14 05:18:32.319 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:18:32.319 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:18:32.319 INFO kablam! 7 | | { Sep 14 05:18:32.319 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:18:32.319 INFO kablam! ... | Sep 14 05:18:32.319 INFO kablam! 13 | | None Sep 14 05:18:32.319 INFO kablam! 14 | | } Sep 14 05:18:32.319 INFO kablam! | |_____^ Sep 14 05:18:32.319 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:18:32.319 INFO kablam! Sep 14 05:18:33.967 INFO kablam! error: aborting due to 4 previous errors Sep 14 05:18:33.967 INFO kablam! Sep 14 05:18:33.967 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 05:18:33.979 INFO kablam! error: Could not compile `petgraph`. Sep 14 05:18:33.979 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:18:49.971 INFO kablam! error: build failed Sep 14 05:18:49.971 INFO kablam! su: No module specific data is present Sep 14 05:18:51.037 INFO running `"docker" "rm" "-f" "5e7d4a2fc135502c7b1175fba672a615197d93ed45477c5ada887fd980a3f852"` Sep 14 05:18:51.318 INFO blam! 5e7d4a2fc135502c7b1175fba672a615197d93ed45477c5ada887fd980a3f852