Aug 31 23:59:50.804 INFO checking agraven/amandag against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Aug 31 23:59:50.804 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Aug 31 23:59:50.804 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 23:59:51.030 INFO blam! cb134d776ca953db3804f1ec270018bf3a8ba7a37737ecf245464e9d11980de4 Aug 31 23:59:51.032 INFO running `"docker" "start" "-a" "cb134d776ca953db3804f1ec270018bf3a8ba7a37737ecf245464e9d11980de4"` Aug 31 23:59:52.114 INFO kablam! Checking tokio-executor v0.1.1 Aug 31 23:59:52.114 INFO kablam! Compiling serde_json v1.0.13 Aug 31 23:59:52.115 INFO kablam! Checking atoi v0.2.3 Aug 31 23:59:52.116 INFO kablam! Checking bincode v1.0.0 Aug 31 23:59:52.125 INFO kablam! Compiling hoedown v6.0.0 Aug 31 23:59:52.127 INFO kablam! Checking petgraph v0.4.12 Aug 31 23:59:52.128 INFO kablam! Checking bytes v0.4.6 Aug 31 23:59:53.381 INFO kablam! Checking uuid v0.6.2 Aug 31 23:59:54.609 INFO kablam! Checking mio v0.6.14 Aug 31 23:59:55.139 INFO kablam! Checking uuid v0.5.1 Aug 31 23:59:57.343 INFO kablam! Compiling syn v0.12.15 Aug 31 23:59:58.518 INFO kablam! Checking url v1.7.0 Sep 01 00:00:00.135 INFO kablam! Checking rust-crypto v0.2.36 Sep 01 00:00:02.670 INFO kablam! Checking tokio-threadpool v0.1.1 Sep 01 00:00:05.423 INFO kablam! Checking tokio-io v0.1.6 Sep 01 00:00:05.512 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:00:05.513 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 00:00:05.513 INFO kablam! | Sep 01 00:00:05.513 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 00:00:05.513 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:00:05.513 INFO kablam! | Sep 01 00:00:05.513 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:00:05.513 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:00:05.513 INFO kablam! | Sep 01 00:00:05.513 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:00:05.513 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:00:05.513 INFO kablam! 7 | | { Sep 01 00:00:05.513 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:00:05.513 INFO kablam! ... | Sep 01 00:00:05.513 INFO kablam! 13 | | None Sep 01 00:00:05.514 INFO kablam! 14 | | } Sep 01 00:00:05.514 INFO kablam! | |_____^ Sep 01 00:00:05.514 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:00:05.514 INFO kablam! Sep 01 00:00:05.550 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:00:05.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 00:00:05.550 INFO kablam! | Sep 01 00:00:05.550 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 00:00:05.550 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:00:05.550 INFO kablam! | Sep 01 00:00:05.550 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:00:05.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:00:05.550 INFO kablam! | Sep 01 00:00:05.550 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:00:05.550 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:00:05.550 INFO kablam! 7 | | { Sep 01 00:00:05.550 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:00:05.550 INFO kablam! ... | Sep 01 00:00:05.550 INFO kablam! 13 | | None Sep 01 00:00:05.550 INFO kablam! 14 | | } Sep 01 00:00:05.550 INFO kablam! | |_____^ Sep 01 00:00:05.550 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:00:05.551 INFO kablam! Sep 01 00:00:05.569 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:00:05.569 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 00:00:05.569 INFO kablam! | Sep 01 00:00:05.569 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 00:00:05.569 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:00:05.569 INFO kablam! | Sep 01 00:00:05.569 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:00:05.569 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:00:05.570 INFO kablam! | Sep 01 00:00:05.570 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:00:05.570 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:00:05.570 INFO kablam! 7 | | { Sep 01 00:00:05.570 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:00:05.570 INFO kablam! ... | Sep 01 00:00:05.570 INFO kablam! 13 | | None Sep 01 00:00:05.570 INFO kablam! 14 | | } Sep 01 00:00:05.570 INFO kablam! | |_____^ Sep 01 00:00:05.570 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:00:05.570 INFO kablam! Sep 01 00:00:05.578 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:00:05.578 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 00:00:05.578 INFO kablam! | Sep 01 00:00:05.578 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 00:00:05.578 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:00:05.579 INFO kablam! | Sep 01 00:00:05.579 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:00:05.579 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:00:05.579 INFO kablam! | Sep 01 00:00:05.579 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:00:05.579 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:00:05.579 INFO kablam! 7 | | { Sep 01 00:00:05.579 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:00:05.579 INFO kablam! ... | Sep 01 00:00:05.579 INFO kablam! 13 | | None Sep 01 00:00:05.579 INFO kablam! 14 | | } Sep 01 00:00:05.579 INFO kablam! | |_____^ Sep 01 00:00:05.579 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:00:05.579 INFO kablam! Sep 01 00:00:06.984 INFO kablam! error: aborting due to 4 previous errors Sep 01 00:00:07.000 INFO kablam! Sep 01 00:00:07.001 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 00:00:07.026 INFO kablam! error: Could not compile `petgraph`. Sep 01 00:00:07.027 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:00:18.544 INFO kablam! error: build failed Sep 01 00:00:18.546 INFO kablam! su: No module specific data is present Sep 01 00:00:18.928 INFO running `"docker" "rm" "-f" "cb134d776ca953db3804f1ec270018bf3a8ba7a37737ecf245464e9d11980de4"` Sep 01 00:00:19.030 INFO blam! cb134d776ca953db3804f1ec270018bf3a8ba7a37737ecf245464e9d11980de4