Sep 05 17:51:37.686 INFO checking paupino/psqlpack against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 17:51:37.686 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 17:51:37.686 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 17:51:38.062 INFO blam! bf1115de619a44b2a913a08c53dd5f4c63d9005f09f4b7ff8a89f409b7247b5e Sep 05 17:51:38.067 INFO running `"docker" "start" "-a" "bf1115de619a44b2a913a08c53dd5f4c63d9005f09f4b7ff8a89f409b7247b5e"` Sep 05 17:51:39.693 INFO kablam! usermod: no changes Sep 05 17:51:40.018 INFO kablam! Compiling libc v0.2.37 Sep 05 17:51:40.018 INFO kablam! Compiling string_cache_shared v0.3.0 Sep 05 17:51:40.018 INFO kablam! Compiling winapi v0.2.8 Sep 05 17:51:40.018 INFO kablam! Compiling typenum v1.9.0 Sep 05 17:51:40.018 INFO kablam! Compiling ordermap v0.3.5 Sep 05 17:51:40.018 INFO kablam! Compiling term v0.4.6 Sep 05 17:51:40.018 INFO kablam! Compiling serde v1.0.27 Sep 05 17:51:40.018 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 05 17:51:40.301 INFO kablam! Compiling regex-syntax v0.4.2 Sep 05 17:51:40.371 INFO kablam! Compiling either v1.4.0 Sep 05 17:51:41.230 INFO kablam! Compiling fixedbitset v0.1.8 Sep 05 17:51:43.346 INFO kablam! Compiling bit-vec v0.4.4 Sep 05 17:51:43.410 INFO kablam! Compiling diff v0.1.11 Sep 05 17:51:48.709 INFO kablam! Compiling ena v0.5.0 Sep 05 17:51:48.905 INFO kablam! Compiling build_const v0.2.0 Sep 05 17:51:48.933 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 05 17:51:49.042 INFO kablam! Checking constant_time_eq v0.1.3 Sep 05 17:51:49.150 INFO kablam! Checking num-traits v0.2.1 Sep 05 17:51:49.371 INFO kablam! Compiling byte-tools v0.2.0 Sep 05 17:51:49.645 INFO kablam! Compiling arrayref v0.3.4 Sep 05 17:51:51.006 INFO kablam! Checking byteorder v1.2.1 Sep 05 17:51:51.018 INFO kablam! Compiling strsim v0.6.0 Sep 05 17:51:51.048 INFO kablam! Compiling fake-simd v0.1.2 Sep 05 17:52:00.652 INFO kablam! Checking fallible-iterator v0.1.4 Sep 05 17:52:00.752 INFO kablam! Checking itoa v0.3.4 Sep 05 17:52:00.800 INFO kablam! Checking md5 v0.3.7 Sep 05 17:52:00.867 INFO kablam! Checking slog v2.1.1 Sep 05 17:52:00.869 INFO kablam! Checking hex v0.2.0 Sep 05 17:52:01.791 INFO kablam! Checking podio v0.1.6 Sep 05 17:52:03.090 INFO kablam! Checking lalrpop-util v0.13.1 Sep 05 17:52:03.173 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 05 17:52:03.173 INFO kablam! Compiling itertools v0.7.8 Sep 05 17:52:03.610 INFO kablam! Compiling rand v0.4.2 Sep 05 17:52:03.719 INFO kablam! Compiling memchr v2.0.1 Sep 05 17:52:04.102 INFO kablam! Compiling petgraph v0.4.11 Sep 05 17:52:05.505 INFO kablam! Compiling bit-set v0.4.0 Sep 05 17:52:06.650 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 05 17:52:07.406 INFO kablam! Compiling bzip2-sys v0.1.6 Sep 05 17:52:12.782 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:52:12.782 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Sep 05 17:52:12.782 INFO kablam! | Sep 05 17:52:12.782 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Sep 05 17:52:12.782 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:52:12.782 INFO kablam! | Sep 05 17:52:12.782 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:52:12.782 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 05 17:52:12.782 INFO kablam! | Sep 05 17:52:12.782 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:52:12.782 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:52:12.782 INFO kablam! 7 | | { Sep 05 17:52:12.782 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:52:12.782 INFO kablam! ... | Sep 05 17:52:12.782 INFO kablam! 13 | | None Sep 05 17:52:12.782 INFO kablam! 14 | | } Sep 05 17:52:12.782 INFO kablam! | |_____^ Sep 05 17:52:12.818 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:52:12.818 INFO kablam! Sep 05 17:52:12.962 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:52:12.962 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Sep 05 17:52:12.962 INFO kablam! | Sep 05 17:52:12.962 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Sep 05 17:52:12.963 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:52:12.970 INFO kablam! | Sep 05 17:52:12.970 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:52:12.970 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 05 17:52:12.970 INFO kablam! | Sep 05 17:52:12.970 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:52:12.970 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:52:12.970 INFO kablam! 7 | | { Sep 05 17:52:12.970 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:52:12.970 INFO kablam! ... | Sep 05 17:52:12.970 INFO kablam! 13 | | None Sep 05 17:52:12.970 INFO kablam! 14 | | } Sep 05 17:52:12.970 INFO kablam! | |_____^ Sep 05 17:52:12.970 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:52:12.970 INFO kablam! Sep 05 17:52:12.982 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:52:12.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Sep 05 17:52:12.982 INFO kablam! | Sep 05 17:52:12.982 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Sep 05 17:52:12.982 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:52:12.982 INFO kablam! | Sep 05 17:52:12.982 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:52:12.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 05 17:52:12.982 INFO kablam! | Sep 05 17:52:12.982 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:52:12.982 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:52:12.982 INFO kablam! 7 | | { Sep 05 17:52:12.982 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:52:12.982 INFO kablam! ... | Sep 05 17:52:12.982 INFO kablam! 13 | | None Sep 05 17:52:12.982 INFO kablam! 14 | | } Sep 05 17:52:12.982 INFO kablam! | |_____^ Sep 05 17:52:12.982 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:52:12.982 INFO kablam! Sep 05 17:52:12.988 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:52:12.988 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Sep 05 17:52:12.988 INFO kablam! | Sep 05 17:52:12.988 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Sep 05 17:52:12.988 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:52:12.998 INFO kablam! | Sep 05 17:52:12.998 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:52:12.998 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 05 17:52:12.998 INFO kablam! | Sep 05 17:52:12.998 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:52:12.998 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:52:12.998 INFO kablam! 7 | | { Sep 05 17:52:12.998 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:52:12.998 INFO kablam! ... | Sep 05 17:52:12.998 INFO kablam! 13 | | None Sep 05 17:52:12.998 INFO kablam! 14 | | } Sep 05 17:52:12.998 INFO kablam! | |_____^ Sep 05 17:52:12.998 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:52:12.998 INFO kablam! Sep 05 17:52:14.302 INFO kablam! error: aborting due to 4 previous errors Sep 05 17:52:14.302 INFO kablam! Sep 05 17:52:14.302 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 05 17:52:14.382 INFO kablam! error: Could not compile `petgraph`. Sep 05 17:52:14.382 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:52:21.642 INFO kablam! error: build failed Sep 05 17:52:21.642 INFO kablam! su: No module specific data is present Sep 05 17:52:23.047 INFO running `"docker" "rm" "-f" "bf1115de619a44b2a913a08c53dd5f4c63d9005f09f4b7ff8a89f409b7247b5e"` Sep 05 17:52:23.317 INFO blam! bf1115de619a44b2a913a08c53dd5f4c63d9005f09f4b7ff8a89f409b7247b5e