Sep 19 14:45:33.461 INFO checking pkgw/stund against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 14:45:33.461 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 14:45:33.461 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/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 14:45:33.766 INFO blam! b6b127c015c0448fb5e88f84a6af05fa1cf3364886f90581a1197fbf5fdbc960 Sep 19 14:45:33.768 INFO running `"docker" "start" "-a" "b6b127c015c0448fb5e88f84a6af05fa1cf3364886f90581a1197fbf5fdbc960"` Sep 19 14:45:34.982 INFO kablam! usermod: no changes Sep 19 14:45:35.310 INFO kablam! Compiling cc v1.0.18 Sep 19 14:45:35.314 INFO kablam! Compiling ident_case v1.0.0 Sep 19 14:45:35.322 INFO kablam! Compiling lazy_static v1.0.2 Sep 19 14:45:35.322 INFO kablam! Compiling fixedbitset v0.1.9 Sep 19 14:45:35.322 INFO kablam! Compiling ordermap v0.3.5 Sep 19 14:45:35.322 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 19 14:45:35.322 INFO kablam! Compiling case v0.1.0 Sep 19 14:45:35.322 INFO kablam! Checking serde v1.0.55 Sep 19 14:45:36.720 INFO kablam! Checking rent_to_own v0.1.0 Sep 19 14:45:38.067 INFO kablam! Checking safemem v0.3.0 Sep 19 14:45:38.087 INFO kablam! Checking rand v0.4.2 Sep 19 14:45:38.191 INFO kablam! Checking daemonize v0.2.3 Sep 19 14:45:39.339 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 19 14:45:40.274 INFO kablam! Checking net2 v0.2.33 Sep 19 14:45:41.506 INFO kablam! Checking tokio-executor v0.1.2 Sep 19 14:45:41.506 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 19 14:45:42.256 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 19 14:45:43.328 INFO kablam! Checking bytes v0.4.9 Sep 19 14:45:43.663 INFO kablam! Checking base64 v0.9.3 Sep 19 14:45:44.523 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 19 14:45:47.703 INFO kablam! Checking log v0.3.9 Sep 19 14:45:49.059 INFO kablam! Compiling syn v0.11.11 Sep 19 14:45:50.138 INFO kablam! Compiling heck v0.3.0 Sep 19 14:45:50.426 INFO kablam! Compiling petgraph v0.4.12 Sep 19 14:46:02.406 INFO kablam! Checking clap v2.32.0 Sep 19 14:46:02.420 INFO kablam! Checking tokio-timer v0.2.4 Sep 19 14:46:02.567 INFO kablam! Checking mio v0.6.15 Sep 19 14:46:02.595 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 19 14:46:02.703 INFO kablam! Checking tokio-io v0.1.8 Sep 19 14:46:04.316 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:46:04.316 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 14:46:04.316 INFO kablam! | Sep 19 14:46:04.316 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 14:46:04.316 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:46:04.316 INFO kablam! | Sep 19 14:46:04.316 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:46:04.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:46:04.317 INFO kablam! | Sep 19 14:46:04.317 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:46:04.317 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:46:04.317 INFO kablam! 7 | | { Sep 19 14:46:04.317 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:46:04.317 INFO kablam! ... | Sep 19 14:46:04.317 INFO kablam! 13 | | None Sep 19 14:46:04.318 INFO kablam! 14 | | } Sep 19 14:46:04.318 INFO kablam! | |_____^ Sep 19 14:46:04.318 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:46:04.318 INFO kablam! Sep 19 14:46:04.446 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:46:04.446 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 14:46:04.446 INFO kablam! | Sep 19 14:46:04.446 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 14:46:04.446 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:46:04.458 INFO kablam! | Sep 19 14:46:04.458 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:46:04.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:46:04.459 INFO kablam! | Sep 19 14:46:04.459 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:46:04.459 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:46:04.459 INFO kablam! 7 | | { Sep 19 14:46:04.459 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:46:04.459 INFO kablam! ... | Sep 19 14:46:04.460 INFO kablam! 13 | | None Sep 19 14:46:04.460 INFO kablam! 14 | | } Sep 19 14:46:04.460 INFO kablam! | |_____^ Sep 19 14:46:04.460 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:46:04.460 INFO kablam! Sep 19 14:46:04.526 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:46:04.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 14:46:04.526 INFO kablam! | Sep 19 14:46:04.526 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 14:46:04.527 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:46:04.554 INFO kablam! | Sep 19 14:46:04.554 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:46:04.555 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:46:04.555 INFO kablam! | Sep 19 14:46:04.555 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:46:04.555 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:46:04.555 INFO kablam! 7 | | { Sep 19 14:46:04.555 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:46:04.556 INFO kablam! ... | Sep 19 14:46:04.556 INFO kablam! 13 | | None Sep 19 14:46:04.556 INFO kablam! 14 | | } Sep 19 14:46:04.556 INFO kablam! | |_____^ Sep 19 14:46:04.556 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:46:04.557 INFO kablam! Sep 19 14:46:04.566 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:46:04.566 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 14:46:04.566 INFO kablam! | Sep 19 14:46:04.566 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 14:46:04.567 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:46:04.598 INFO kablam! | Sep 19 14:46:04.598 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:46:04.599 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:46:04.599 INFO kablam! | Sep 19 14:46:04.599 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:46:04.599 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:46:04.599 INFO kablam! 7 | | { Sep 19 14:46:04.599 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:46:04.600 INFO kablam! ... | Sep 19 14:46:04.600 INFO kablam! 13 | | None Sep 19 14:46:04.600 INFO kablam! 14 | | } Sep 19 14:46:04.600 INFO kablam! | |_____^ Sep 19 14:46:04.601 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:46:04.601 INFO kablam! Sep 19 14:46:05.172 INFO kablam! Checking tokio-serde v0.1.0 Sep 19 14:46:07.135 INFO kablam! Checking num-traits v0.1.43 Sep 19 14:46:07.274 INFO kablam! error: aborting due to 4 previous errors Sep 19 14:46:07.294 INFO kablam! Sep 19 14:46:07.294 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:46:07.367 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:46:07.367 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:46:26.670 INFO kablam! error: build failed Sep 19 14:46:26.673 INFO kablam! su: No module specific data is present Sep 19 14:46:28.458 INFO running `"docker" "rm" "-f" "b6b127c015c0448fb5e88f84a6af05fa1cf3364886f90581a1197fbf5fdbc960"` Sep 19 14:46:28.576 INFO blam! b6b127c015c0448fb5e88f84a6af05fa1cf3364886f90581a1197fbf5fdbc960