Sep 19 14:50:28.461 INFO checking paupino/psqlpack against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 14:50:28.461 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 14:50:28.462 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:50:28.702 INFO blam! dfe6e83f4b84d7e3f8f615afc46f62234e8dc91cdde2056ef94e9f2a8bb49149 Sep 19 14:50:28.705 INFO running `"docker" "start" "-a" "dfe6e83f4b84d7e3f8f615afc46f62234e8dc91cdde2056ef94e9f2a8bb49149"` Sep 19 14:50:29.962 INFO kablam! usermod: no changes Sep 19 14:50:30.517 INFO kablam! Compiling libc v0.2.37 Sep 19 14:50:30.518 INFO kablam! Compiling typenum v1.9.0 Sep 19 14:50:30.518 INFO kablam! Compiling term v0.4.6 Sep 19 14:50:30.522 INFO kablam! Compiling bit-vec v0.4.4 Sep 19 14:50:30.523 INFO kablam! Compiling regex-syntax v0.4.2 Sep 19 14:50:30.533 INFO kablam! Compiling fixedbitset v0.1.8 Sep 19 14:50:30.543 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 19 14:50:30.544 INFO kablam! Compiling ordermap v0.3.5 Sep 19 14:50:31.162 INFO kablam! Compiling either v1.4.0 Sep 19 14:50:32.518 INFO kablam! Compiling ena v0.5.0 Sep 19 14:50:35.686 INFO kablam! Compiling diff v0.1.11 Sep 19 14:50:35.691 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 19 14:50:36.081 INFO kablam! Checking num-traits v0.2.1 Sep 19 14:50:36.832 INFO kablam! Compiling byte-tools v0.2.0 Sep 19 14:50:38.650 INFO kablam! Compiling arrayref v0.3.4 Sep 19 14:50:42.626 INFO kablam! Compiling fake-simd v0.1.2 Sep 19 14:50:42.634 INFO kablam! Compiling strsim v0.6.0 Sep 19 14:50:43.138 INFO kablam! Checking fallible-iterator v0.1.4 Sep 19 14:50:43.195 INFO kablam! Checking md5 v0.3.7 Sep 19 14:50:43.587 INFO kablam! Checking slog v2.1.1 Sep 19 14:50:43.703 INFO kablam! Checking hex v0.2.0 Sep 19 14:50:47.535 INFO kablam! Checking lalrpop-util v0.13.1 Sep 19 14:50:47.566 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 19 14:50:47.614 INFO kablam! Compiling itertools v0.7.8 Sep 19 14:50:47.614 INFO kablam! Compiling bit-set v0.4.0 Sep 19 14:50:47.767 INFO kablam! Compiling petgraph v0.4.11 Sep 19 14:50:48.553 INFO kablam! Compiling rand v0.4.2 Sep 19 14:50:50.087 INFO kablam! Compiling memchr v2.0.1 Sep 19 14:50:55.307 INFO kablam! Compiling block-buffer v0.3.3 Sep 19 14:50:55.406 INFO kablam! Checking base64 v0.6.0 Sep 19 14:50:55.510 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 19 14:50:57.290 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:57.290 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Sep 19 14:50:57.290 INFO kablam! | Sep 19 14:50:57.290 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Sep 19 14:50:57.290 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:57.290 INFO kablam! | Sep 19 14:50:57.290 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:57.290 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 14:50:57.290 INFO kablam! | Sep 19 14:50:57.290 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:57.290 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:57.290 INFO kablam! 7 | | { Sep 19 14:50:57.290 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:57.290 INFO kablam! ... | Sep 19 14:50:57.290 INFO kablam! 13 | | None Sep 19 14:50:57.290 INFO kablam! 14 | | } Sep 19 14:50:57.290 INFO kablam! | |_____^ Sep 19 14:50:57.290 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:50:57.290 INFO kablam! Sep 19 14:50:57.458 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:57.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Sep 19 14:50:57.458 INFO kablam! | Sep 19 14:50:57.458 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Sep 19 14:50:57.458 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:57.458 INFO kablam! | Sep 19 14:50:57.458 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:57.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 14:50:57.458 INFO kablam! | Sep 19 14:50:57.458 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:57.458 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:57.458 INFO kablam! 7 | | { Sep 19 14:50:57.458 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:57.458 INFO kablam! ... | Sep 19 14:50:57.458 INFO kablam! 13 | | None Sep 19 14:50:57.458 INFO kablam! 14 | | } Sep 19 14:50:57.458 INFO kablam! | |_____^ Sep 19 14:50:57.458 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:50:57.458 INFO kablam! Sep 19 14:50:57.570 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:57.570 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Sep 19 14:50:57.570 INFO kablam! | Sep 19 14:50:57.570 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Sep 19 14:50:57.570 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:57.595 INFO kablam! | Sep 19 14:50:57.595 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:57.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 14:50:57.595 INFO kablam! | Sep 19 14:50:57.595 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:57.595 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:57.595 INFO kablam! 7 | | { Sep 19 14:50:57.595 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:57.595 INFO kablam! ... | Sep 19 14:50:57.595 INFO kablam! 13 | | None Sep 19 14:50:57.595 INFO kablam! 14 | | } Sep 19 14:50:57.595 INFO kablam! | |_____^ Sep 19 14:50:57.595 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:50:57.595 INFO kablam! Sep 19 14:50:57.650 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:57.650 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Sep 19 14:50:57.650 INFO kablam! | Sep 19 14:50:57.650 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Sep 19 14:50:57.650 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:57.650 INFO kablam! | Sep 19 14:50:57.650 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:57.650 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 14:50:57.650 INFO kablam! | Sep 19 14:50:57.650 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:57.650 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:57.650 INFO kablam! 7 | | { Sep 19 14:50:57.650 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:57.650 INFO kablam! ... | Sep 19 14:50:57.650 INFO kablam! 13 | | None Sep 19 14:50:57.650 INFO kablam! 14 | | } Sep 19 14:50:57.650 INFO kablam! | |_____^ Sep 19 14:50:57.650 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:50:57.650 INFO kablam! Sep 19 14:50:59.378 INFO kablam! error: aborting due to 4 previous errors Sep 19 14:50:59.378 INFO kablam! Sep 19 14:50:59.378 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:50:59.426 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:50:59.426 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:51:01.102 INFO kablam! error: build failed Sep 19 14:51:01.106 INFO kablam! su: No module specific data is present Sep 19 14:51:02.154 INFO running `"docker" "rm" "-f" "dfe6e83f4b84d7e3f8f615afc46f62234e8dc91cdde2056ef94e9f2a8bb49149"` Sep 19 14:51:02.316 INFO blam! dfe6e83f4b84d7e3f8f615afc46f62234e8dc91cdde2056ef94e9f2a8bb49149