Sep 10 03:02:22.954 INFO checking paupino/psqlpack against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 03:02:22.954 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 03:02:22.954 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 03:02:23.222 INFO blam! 223fd41b88fc6544c2b302f7b656bfc2f1ac53b0ba7b8faa96b34e0ef2fe0725 Sep 10 03:02:23.224 INFO running `"docker" "start" "-a" "223fd41b88fc6544c2b302f7b656bfc2f1ac53b0ba7b8faa96b34e0ef2fe0725"` Sep 10 03:02:24.902 INFO kablam! usermod: no changes Sep 10 03:02:25.410 INFO kablam! Compiling libc v0.2.37 Sep 10 03:02:25.410 INFO kablam! Compiling typenum v1.9.0 Sep 10 03:02:25.411 INFO kablam! Compiling winapi v0.2.8 Sep 10 03:02:25.419 INFO kablam! Compiling bit-vec v0.4.4 Sep 10 03:02:25.419 INFO kablam! Compiling either v1.4.0 Sep 10 03:02:25.419 INFO kablam! Compiling ordermap v0.3.5 Sep 10 03:02:25.426 INFO kablam! Compiling fixedbitset v0.1.8 Sep 10 03:02:25.430 INFO kablam! Compiling regex-syntax v0.4.2 Sep 10 03:02:27.462 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 10 03:02:29.079 INFO kablam! Compiling term v0.4.6 Sep 10 03:02:29.158 INFO kablam! Compiling ena v0.5.0 Sep 10 03:02:31.846 INFO kablam! Compiling diff v0.1.11 Sep 10 03:02:34.211 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 10 03:02:39.502 INFO kablam! Checking byte-tools v0.2.0 Sep 10 03:02:39.579 INFO kablam! Checking arrayref v0.3.4 Sep 10 03:02:39.686 INFO kablam! Checking constant_time_eq v0.1.3 Sep 10 03:02:39.909 INFO kablam! Checking num-traits v0.2.1 Sep 10 03:02:40.455 INFO kablam! Compiling strsim v0.6.0 Sep 10 03:02:40.457 INFO kablam! Checking fake-simd v0.1.2 Sep 10 03:02:40.926 INFO kablam! Checking md5 v0.3.7 Sep 10 03:02:41.318 INFO kablam! Checking fallible-iterator v0.1.4 Sep 10 03:02:41.330 INFO kablam! Checking hex v0.2.0 Sep 10 03:02:41.334 INFO kablam! Checking slog v2.1.1 Sep 10 03:02:45.522 INFO kablam! Checking lalrpop-util v0.13.1 Sep 10 03:02:45.606 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 10 03:02:46.706 INFO kablam! Compiling itertools v0.7.8 Sep 10 03:02:47.126 INFO kablam! Compiling bit-set v0.4.0 Sep 10 03:02:47.514 INFO kablam! Compiling petgraph v0.4.11 Sep 10 03:02:47.802 INFO kablam! Compiling rand v0.4.2 Sep 10 03:02:49.818 INFO kablam! Compiling memchr v2.0.1 Sep 10 03:02:51.000 INFO kablam! Checking block-buffer v0.3.3 Sep 10 03:02:52.105 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 10 03:02:57.718 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:02:57.718 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Sep 10 03:02:57.718 INFO kablam! | Sep 10 03:02:57.718 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Sep 10 03:02:57.718 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:02:57.718 INFO kablam! | Sep 10 03:02:57.718 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:02:57.718 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 10 03:02:57.718 INFO kablam! | Sep 10 03:02:57.718 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:02:57.718 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:02:57.718 INFO kablam! 7 | | { Sep 10 03:02:57.718 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:02:57.718 INFO kablam! ... | Sep 10 03:02:57.718 INFO kablam! 13 | | None Sep 10 03:02:57.718 INFO kablam! 14 | | } Sep 10 03:02:57.718 INFO kablam! | |_____^ Sep 10 03:02:57.718 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:02:57.718 INFO kablam! Sep 10 03:02:57.922 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:02:57.922 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Sep 10 03:02:57.922 INFO kablam! | Sep 10 03:02:57.922 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Sep 10 03:02:57.922 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:02:57.922 INFO kablam! | Sep 10 03:02:57.922 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:02:57.922 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 10 03:02:57.922 INFO kablam! | Sep 10 03:02:57.922 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:02:57.922 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:02:57.922 INFO kablam! 7 | | { Sep 10 03:02:57.922 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:02:57.922 INFO kablam! ... | Sep 10 03:02:57.922 INFO kablam! 13 | | None Sep 10 03:02:57.922 INFO kablam! 14 | | } Sep 10 03:02:57.922 INFO kablam! | |_____^ Sep 10 03:02:57.922 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:02:57.922 INFO kablam! Sep 10 03:02:57.938 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:02:57.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Sep 10 03:02:57.938 INFO kablam! | Sep 10 03:02:57.938 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Sep 10 03:02:57.938 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:02:57.938 INFO kablam! | Sep 10 03:02:57.938 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:02:57.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 10 03:02:57.938 INFO kablam! | Sep 10 03:02:57.938 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:02:57.938 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:02:57.938 INFO kablam! 7 | | { Sep 10 03:02:57.938 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:02:57.938 INFO kablam! ... | Sep 10 03:02:57.938 INFO kablam! 13 | | None Sep 10 03:02:57.938 INFO kablam! 14 | | } Sep 10 03:02:57.938 INFO kablam! | |_____^ Sep 10 03:02:57.938 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:02:57.938 INFO kablam! Sep 10 03:02:57.974 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 03:02:57.974 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Sep 10 03:02:57.974 INFO kablam! | Sep 10 03:02:57.974 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Sep 10 03:02:57.974 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 03:02:58.002 INFO kablam! | Sep 10 03:02:58.002 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 03:02:58.002 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 10 03:02:58.002 INFO kablam! | Sep 10 03:02:58.002 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 03:02:58.002 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 03:02:58.002 INFO kablam! 7 | | { Sep 10 03:02:58.002 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 03:02:58.002 INFO kablam! ... | Sep 10 03:02:58.002 INFO kablam! 13 | | None Sep 10 03:02:58.002 INFO kablam! 14 | | } Sep 10 03:02:58.002 INFO kablam! | |_____^ Sep 10 03:02:58.002 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 03:02:58.002 INFO kablam! Sep 10 03:03:00.194 INFO kablam! error: aborting due to 4 previous errors Sep 10 03:03:00.194 INFO kablam! Sep 10 03:03:00.194 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 03:03:00.233 INFO kablam! error: Could not compile `petgraph`. Sep 10 03:03:00.233 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 03:03:07.958 INFO kablam! error: build failed Sep 10 03:03:07.958 INFO kablam! su: No module specific data is present Sep 10 03:03:08.929 INFO running `"docker" "rm" "-f" "223fd41b88fc6544c2b302f7b656bfc2f1ac53b0ba7b8faa96b34e0ef2fe0725"` Sep 10 03:03:09.058 INFO blam! 223fd41b88fc6544c2b302f7b656bfc2f1ac53b0ba7b8faa96b34e0ef2fe0725