Sep 19 12:32:42.493 INFO checking pkgw/stund against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 12:32:42.493 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 12:32:42.493 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 12:32:42.962 INFO blam! b1b96a46f8da1a38ecbfe1a80affb0f2d92eb840ae7be4b0638b7bdee5dbb8c2 Sep 19 12:32:42.964 INFO running `"docker" "start" "-a" "b1b96a46f8da1a38ecbfe1a80affb0f2d92eb840ae7be4b0638b7bdee5dbb8c2"` Sep 19 12:32:45.009 INFO kablam! usermod: no changes Sep 19 12:32:45.342 INFO kablam! Compiling ident_case v1.0.0 Sep 19 12:32:45.342 INFO kablam! Compiling lazy_static v1.0.2 Sep 19 12:32:45.342 INFO kablam! Compiling fixedbitset v0.1.9 Sep 19 12:32:45.342 INFO kablam! Compiling ordermap v0.3.5 Sep 19 12:32:45.342 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 19 12:32:45.342 INFO kablam! Checking serde v1.0.55 Sep 19 12:32:45.342 INFO kablam! Compiling case v0.1.0 Sep 19 12:32:45.342 INFO kablam! Checking rent_to_own v0.1.0 Sep 19 12:32:46.323 INFO kablam! Checking safemem v0.3.0 Sep 19 12:32:46.665 INFO kablam! Checking rand v0.4.2 Sep 19 12:32:47.959 INFO kablam! Checking daemonize v0.2.3 Sep 19 12:32:47.961 INFO kablam! Checking net2 v0.2.33 Sep 19 12:32:48.008 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 19 12:32:51.038 INFO kablam! Checking tokio-executor v0.1.2 Sep 19 12:32:51.038 INFO kablam! Checking bytes v0.4.9 Sep 19 12:32:51.131 INFO kablam! Checking base64 v0.9.3 Sep 19 12:32:51.649 INFO kablam! Compiling syn v0.11.11 Sep 19 12:32:53.280 INFO kablam! Compiling heck v0.3.0 Sep 19 12:32:54.344 INFO kablam! Checking mio v0.6.15 Sep 19 12:32:55.134 INFO kablam! Checking tokio-timer v0.2.4 Sep 19 12:33:01.868 INFO kablam! Compiling syn v0.13.11 Sep 19 12:33:01.870 INFO kablam! Checking backtrace-sys v0.1.23 Sep 19 12:33:01.951 INFO kablam! Compiling petgraph v0.4.12 Sep 19 12:33:01.956 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 19 12:33:02.978 INFO kablam! Checking tokio-io v0.1.8 Sep 19 12:33:03.108 INFO kablam! Checking tokio-serde v0.1.0 Sep 19 12:33:04.983 INFO kablam! Compiling quote v0.6.4 Sep 19 12:33:06.324 INFO kablam! Checking backtrace v0.3.9 Sep 19 12:33:09.472 INFO kablam! Checking mio-uds v0.6.6 Sep 19 12:33:10.472 INFO kablam! Compiling syn v0.14.5 Sep 19 12:33:11.068 INFO kablam! Checking tokio-codec v0.1.0 Sep 19 12:33:11.981 INFO kablam! Checking tokio-reactor v0.1.2 Sep 19 12:33:11.992 INFO kablam! Checking tokio-fs v0.1.2 Sep 19 12:33:15.847 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:15.847 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 12:33:15.847 INFO kablam! | Sep 19 12:33:15.847 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 12:33:15.847 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:15.863 INFO kablam! | Sep 19 12:33:15.863 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:15.863 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:15.863 INFO kablam! | Sep 19 12:33:15.863 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:15.863 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:15.863 INFO kablam! 7 | | { Sep 19 12:33:15.863 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:15.863 INFO kablam! ... | Sep 19 12:33:15.863 INFO kablam! 13 | | None Sep 19 12:33:15.863 INFO kablam! 14 | | } Sep 19 12:33:15.863 INFO kablam! | |_____^ Sep 19 12:33:15.863 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:15.863 INFO kablam! Sep 19 12:33:15.959 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:15.959 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 12:33:15.959 INFO kablam! | Sep 19 12:33:15.959 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 12:33:15.959 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:15.991 INFO kablam! | Sep 19 12:33:15.991 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:15.991 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:15.991 INFO kablam! | Sep 19 12:33:15.991 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:15.991 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:15.991 INFO kablam! 7 | | { Sep 19 12:33:15.991 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:15.991 INFO kablam! ... | Sep 19 12:33:15.991 INFO kablam! 13 | | None Sep 19 12:33:15.991 INFO kablam! 14 | | } Sep 19 12:33:15.991 INFO kablam! | |_____^ Sep 19 12:33:15.991 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:15.991 INFO kablam! Sep 19 12:33:16.027 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:16.027 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 12:33:16.027 INFO kablam! | Sep 19 12:33:16.027 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 12:33:16.027 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:16.067 INFO kablam! | Sep 19 12:33:16.067 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:16.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:16.067 INFO kablam! | Sep 19 12:33:16.067 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:16.067 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:16.067 INFO kablam! 7 | | { Sep 19 12:33:16.067 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:16.067 INFO kablam! ... | Sep 19 12:33:16.068 INFO kablam! 13 | | None Sep 19 12:33:16.068 INFO kablam! 14 | | } Sep 19 12:33:16.068 INFO kablam! | |_____^ Sep 19 12:33:16.068 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:16.068 INFO kablam! Sep 19 12:33:16.083 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:16.083 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 12:33:16.083 INFO kablam! | Sep 19 12:33:16.083 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 12:33:16.083 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:16.107 INFO kablam! | Sep 19 12:33:16.107 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:16.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:16.108 INFO kablam! | Sep 19 12:33:16.108 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:16.108 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:16.108 INFO kablam! 7 | | { Sep 19 12:33:16.108 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:16.108 INFO kablam! ... | Sep 19 12:33:16.109 INFO kablam! 13 | | None Sep 19 12:33:16.109 INFO kablam! 14 | | } Sep 19 12:33:16.109 INFO kablam! | |_____^ Sep 19 12:33:16.109 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:16.109 INFO kablam! Sep 19 12:33:16.543 INFO kablam! Checking tokio-tcp v0.1.0 Sep 19 12:33:16.543 INFO kablam! Checking tokio-udp v0.1.1 Sep 19 12:33:16.544 INFO kablam! Checking tokio-signal v0.2.1 Sep 19 12:33:18.659 INFO kablam! error: aborting due to 4 previous errors Sep 19 12:33:18.659 INFO kablam! Sep 19 12:33:18.659 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 12:33:18.728 INFO kablam! error: Could not compile `petgraph`. Sep 19 12:33:18.728 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:33:48.743 INFO kablam! error: build failed Sep 19 12:33:48.745 INFO kablam! su: No module specific data is present Sep 19 12:33:50.660 INFO running `"docker" "rm" "-f" "b1b96a46f8da1a38ecbfe1a80affb0f2d92eb840ae7be4b0638b7bdee5dbb8c2"` Sep 19 12:33:50.943 INFO blam! b1b96a46f8da1a38ecbfe1a80affb0f2d92eb840ae7be4b0638b7bdee5dbb8c2