Sep 10 02:57:32.199 INFO checking pkgw/stund against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 02:57:32.199 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 02:57:32.199 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 02:57:32.423 INFO blam! b31242eea0e4efdd3c69d900427f1851247d3c602e5f1adaac6b4ef59b5b0cd5 Sep 10 02:57:32.425 INFO running `"docker" "start" "-a" "b31242eea0e4efdd3c69d900427f1851247d3c602e5f1adaac6b4ef59b5b0cd5"` Sep 10 02:57:33.055 INFO kablam! usermod: no changes Sep 10 02:57:33.245 INFO kablam! Compiling ident_case v1.0.0 Sep 10 02:57:33.245 INFO kablam! Compiling fixedbitset v0.1.9 Sep 10 02:57:33.245 INFO kablam! Compiling ordermap v0.3.5 Sep 10 02:57:33.245 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 10 02:57:33.247 INFO kablam! Compiling case v0.1.0 Sep 10 02:57:33.247 INFO kablam! Checking serde v1.0.55 Sep 10 02:57:33.247 INFO kablam! Checking rent_to_own v0.1.0 Sep 10 02:57:33.251 INFO kablam! Checking rand v0.4.2 Sep 10 02:57:33.858 INFO kablam! Checking daemonize v0.2.3 Sep 10 02:57:35.390 INFO kablam! Checking net2 v0.2.33 Sep 10 02:57:35.402 INFO kablam! Checking tokio-executor v0.1.2 Sep 10 02:57:35.488 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 10 02:57:36.522 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 10 02:57:37.618 INFO kablam! Checking bytes v0.4.9 Sep 10 02:57:38.543 INFO kablam! Compiling syn v0.11.11 Sep 10 02:57:40.772 INFO kablam! Checking tokio-timer v0.2.4 Sep 10 02:57:40.792 INFO kablam! Checking clap v2.32.0 Sep 10 02:57:40.808 INFO kablam! Compiling petgraph v0.4.12 Sep 10 02:57:43.429 INFO kablam! Checking mio v0.6.15 Sep 10 02:57:45.191 INFO kablam! Checking backtrace-sys v0.1.23 Sep 10 02:57:53.616 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:53.616 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 10 02:57:53.616 INFO kablam! | Sep 10 02:57:53.616 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 10 02:57:53.616 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:53.634 INFO kablam! | Sep 10 02:57:53.634 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:53.634 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:53.634 INFO kablam! | Sep 10 02:57:53.634 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:53.634 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:53.634 INFO kablam! 7 | | { Sep 10 02:57:53.634 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:53.634 INFO kablam! ... | Sep 10 02:57:53.634 INFO kablam! 13 | | None Sep 10 02:57:53.634 INFO kablam! 14 | | } Sep 10 02:57:53.634 INFO kablam! | |_____^ Sep 10 02:57:53.634 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:53.639 INFO kablam! Sep 10 02:57:53.744 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:53.744 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 10 02:57:53.744 INFO kablam! | Sep 10 02:57:53.744 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 10 02:57:53.744 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:53.746 INFO kablam! Checking num-traits v0.1.43 Sep 10 02:57:53.762 INFO kablam! | Sep 10 02:57:53.762 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:53.762 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:53.762 INFO kablam! | Sep 10 02:57:53.762 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:53.762 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:53.762 INFO kablam! 7 | | { Sep 10 02:57:53.762 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:53.762 INFO kablam! ... | Sep 10 02:57:53.762 INFO kablam! 13 | | None Sep 10 02:57:53.762 INFO kablam! 14 | | } Sep 10 02:57:53.762 INFO kablam! | |_____^ Sep 10 02:57:53.762 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:53.762 INFO kablam! Sep 10 02:57:53.827 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:53.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 10 02:57:53.828 INFO kablam! | Sep 10 02:57:53.828 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 10 02:57:53.828 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:53.828 INFO kablam! | Sep 10 02:57:53.828 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:53.828 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:53.828 INFO kablam! | Sep 10 02:57:53.828 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:53.828 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:53.828 INFO kablam! 7 | | { Sep 10 02:57:53.828 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:53.828 INFO kablam! ... | Sep 10 02:57:53.828 INFO kablam! 13 | | None Sep 10 02:57:53.828 INFO kablam! 14 | | } Sep 10 02:57:53.828 INFO kablam! | |_____^ Sep 10 02:57:53.850 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:53.850 INFO kablam! Sep 10 02:57:53.882 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:53.882 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 10 02:57:53.882 INFO kablam! | Sep 10 02:57:53.882 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 10 02:57:53.882 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:53.883 INFO kablam! | Sep 10 02:57:53.883 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:53.883 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:53.883 INFO kablam! | Sep 10 02:57:53.883 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:53.883 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:53.883 INFO kablam! 7 | | { Sep 10 02:57:53.883 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:53.883 INFO kablam! ... | Sep 10 02:57:53.883 INFO kablam! 13 | | None Sep 10 02:57:53.883 INFO kablam! 14 | | } Sep 10 02:57:53.883 INFO kablam! | |_____^ Sep 10 02:57:53.883 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:53.883 INFO kablam! Sep 10 02:57:53.887 INFO kablam! Compiling heck v0.3.0 Sep 10 02:57:53.956 INFO kablam! Checking tokio-io v0.1.8 Sep 10 02:57:54.148 INFO kablam! Checking tokio-serde v0.1.0 Sep 10 02:57:54.714 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 10 02:57:55.823 INFO kablam! Checking backtrace v0.3.9 Sep 10 02:57:56.265 INFO kablam! error: aborting due to 4 previous errors Sep 10 02:57:56.265 INFO kablam! Sep 10 02:57:56.265 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 02:57:56.354 INFO kablam! error: Could not compile `petgraph`. Sep 10 02:57:56.355 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:58:13.697 INFO kablam! error: build failed Sep 10 02:58:13.702 INFO kablam! su: No module specific data is present Sep 10 02:58:15.438 INFO running `"docker" "rm" "-f" "b31242eea0e4efdd3c69d900427f1851247d3c602e5f1adaac6b4ef59b5b0cd5"` Sep 10 02:58:15.542 INFO blam! b31242eea0e4efdd3c69d900427f1851247d3c602e5f1adaac6b4ef59b5b0cd5