Sep 14 03:17:15.969 INFO checking pkgw/stund against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 03:17:15.970 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 03:17:15.970 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/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 03:17:16.260 INFO blam! 3cc01e5d97bb78e38b06a91954b30ff3f0a57a0ef8b0041513effb872735c9a1 Sep 14 03:17:16.261 INFO running `"docker" "start" "-a" "3cc01e5d97bb78e38b06a91954b30ff3f0a57a0ef8b0041513effb872735c9a1"` Sep 14 03:17:17.903 INFO kablam! usermod: no changes Sep 14 03:17:18.225 INFO kablam! Checking futures v0.1.24 Sep 14 03:17:18.239 INFO kablam! Compiling ident_case v1.0.0 Sep 14 03:17:18.239 INFO kablam! Compiling fixedbitset v0.1.9 Sep 14 03:17:18.239 INFO kablam! Compiling ordermap v0.3.5 Sep 14 03:17:18.239 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 14 03:17:18.247 INFO kablam! Checking serde v1.0.55 Sep 14 03:17:18.271 INFO kablam! Checking rent_to_own v0.1.0 Sep 14 03:17:18.295 INFO kablam! Checking iovec v0.1.2 Sep 14 03:17:18.863 INFO kablam! Checking net2 v0.2.33 Sep 14 03:17:19.072 INFO kablam! Checking rand v0.4.2 Sep 14 03:17:19.303 INFO kablam! Checking daemonize v0.2.3 Sep 14 03:17:21.179 INFO kablam! Checking bytes v0.4.9 Sep 14 03:17:21.423 INFO kablam! Compiling syn v0.11.11 Sep 14 03:17:21.631 INFO kablam! Compiling quote v0.6.4 Sep 14 03:17:23.307 INFO kablam! Checking clap v2.32.0 Sep 14 03:17:23.359 INFO kablam! Checking mio v0.6.15 Sep 14 03:17:24.078 INFO kablam! Compiling heck v0.3.0 Sep 14 03:17:24.100 INFO kablam! Compiling syn v0.13.11 Sep 14 03:17:26.810 INFO kablam! Checking num-traits v0.1.43 Sep 14 03:17:26.866 INFO kablam! Checking backtrace-sys v0.1.23 Sep 14 03:17:27.295 INFO kablam! Compiling petgraph v0.4.12 Sep 14 03:17:27.687 INFO kablam! Compiling syn v0.14.5 Sep 14 03:17:30.667 INFO kablam! Checking backtrace v0.3.9 Sep 14 03:17:33.788 INFO kablam! Checking mio-uds v0.6.6 Sep 14 03:17:34.128 INFO kablam! Checking tokio-executor v0.1.2 Sep 14 03:17:35.787 INFO kablam! Checking tokio-io v0.1.8 Sep 14 03:17:36.187 INFO kablam! Checking tokio-serde v0.1.0 Sep 14 03:17:38.031 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 14 03:17:38.218 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:38.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 14 03:17:38.218 INFO kablam! | Sep 14 03:17:38.218 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 14 03:17:38.218 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:38.239 INFO kablam! | Sep 14 03:17:38.239 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:38.239 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:38.239 INFO kablam! | Sep 14 03:17:38.239 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:38.239 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:38.239 INFO kablam! 7 | | { Sep 14 03:17:38.239 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:38.239 INFO kablam! ... | Sep 14 03:17:38.239 INFO kablam! 13 | | None Sep 14 03:17:38.239 INFO kablam! 14 | | } Sep 14 03:17:38.239 INFO kablam! | |_____^ Sep 14 03:17:38.240 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:38.240 INFO kablam! Sep 14 03:17:38.362 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:38.362 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 14 03:17:38.362 INFO kablam! | Sep 14 03:17:38.362 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 14 03:17:38.362 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:38.379 INFO kablam! | Sep 14 03:17:38.379 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:38.379 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:38.379 INFO kablam! | Sep 14 03:17:38.379 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:38.379 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:38.379 INFO kablam! 7 | | { Sep 14 03:17:38.379 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:38.379 INFO kablam! ... | Sep 14 03:17:38.379 INFO kablam! 13 | | None Sep 14 03:17:38.379 INFO kablam! 14 | | } Sep 14 03:17:38.379 INFO kablam! | |_____^ Sep 14 03:17:38.399 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:38.399 INFO kablam! Sep 14 03:17:38.449 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:38.449 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 14 03:17:38.449 INFO kablam! | Sep 14 03:17:38.449 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 14 03:17:38.449 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:38.451 INFO kablam! | Sep 14 03:17:38.451 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:38.451 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:38.451 INFO kablam! | Sep 14 03:17:38.451 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:38.451 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:38.451 INFO kablam! 7 | | { Sep 14 03:17:38.451 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:38.451 INFO kablam! ... | Sep 14 03:17:38.451 INFO kablam! 13 | | None Sep 14 03:17:38.451 INFO kablam! 14 | | } Sep 14 03:17:38.451 INFO kablam! | |_____^ Sep 14 03:17:38.451 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:38.451 INFO kablam! Sep 14 03:17:38.456 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:38.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 14 03:17:38.456 INFO kablam! | Sep 14 03:17:38.456 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 14 03:17:38.456 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:38.487 INFO kablam! | Sep 14 03:17:38.487 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:38.487 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:38.487 INFO kablam! | Sep 14 03:17:38.487 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:38.487 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:38.487 INFO kablam! 7 | | { Sep 14 03:17:38.487 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:38.487 INFO kablam! ... | Sep 14 03:17:38.487 INFO kablam! 13 | | None Sep 14 03:17:38.487 INFO kablam! 14 | | } Sep 14 03:17:38.487 INFO kablam! | |_____^ Sep 14 03:17:38.487 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:38.488 INFO kablam! Sep 14 03:17:40.939 INFO kablam! error: aborting due to 4 previous errors Sep 14 03:17:40.967 INFO kablam! Sep 14 03:17:40.967 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 03:17:40.999 INFO kablam! error: Could not compile `petgraph`. Sep 14 03:17:41.000 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 03:18:16.145 INFO kablam! error: build failed Sep 14 03:18:16.147 INFO kablam! su: No module specific data is present Sep 14 03:18:17.950 INFO running `"docker" "rm" "-f" "3cc01e5d97bb78e38b06a91954b30ff3f0a57a0ef8b0041513effb872735c9a1"` Sep 14 03:18:18.235 INFO blam! 3cc01e5d97bb78e38b06a91954b30ff3f0a57a0ef8b0041513effb872735c9a1