Sep 03 20:55:25.120 INFO checking paupino/psqlpack against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 20:55:25.120 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 20:55:25.120 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:55:25.379 INFO blam! 8807b7d6fdacf9607bd4474f8c70793286f240ef8608e9392bdb50228821afa6 Sep 03 20:55:25.382 INFO running `"docker" "start" "-a" "8807b7d6fdacf9607bd4474f8c70793286f240ef8608e9392bdb50228821afa6"` Sep 03 20:55:26.539 INFO kablam! Compiling libc v0.2.37 Sep 03 20:55:26.544 INFO kablam! Compiling typenum v1.9.0 Sep 03 20:55:26.545 INFO kablam! Compiling fixedbitset v0.1.8 Sep 03 20:55:26.545 INFO kablam! Compiling either v1.4.0 Sep 03 20:55:26.545 INFO kablam! Checking num-traits v0.2.1 Sep 03 20:55:26.547 INFO kablam! Checking fallible-iterator v0.1.4 Sep 03 20:55:26.547 INFO kablam! Checking md5 v0.3.7 Sep 03 20:55:26.548 INFO kablam! Checking crossbeam v0.2.12 Sep 03 20:55:28.210 INFO kablam! Checking slog v2.1.1 Sep 03 20:55:29.241 INFO kablam! Checking hex v0.2.0 Sep 03 20:55:29.613 INFO kablam! Checking lalrpop-util v0.13.1 Sep 03 20:55:32.315 INFO kablam! Compiling block-buffer v0.3.3 Sep 03 20:55:32.325 INFO kablam! Checking memchr v1.0.2 Sep 03 20:55:32.348 INFO kablam! Checking term_size v0.3.1 Sep 03 20:55:32.357 INFO kablam! Checking isatty v0.1.6 Sep 03 20:55:32.587 INFO kablam! Checking miniz_oxide v0.1.2 Sep 03 20:55:33.027 INFO kablam! Checking socket2 v0.3.2 Sep 03 20:55:33.102 INFO kablam! Compiling itertools v0.7.8 Sep 03 20:55:33.132 INFO kablam! Compiling petgraph v0.4.11 Sep 03 20:55:33.352 INFO kablam! Compiling quote v0.5.2 Sep 03 20:55:34.845 INFO kablam! Compiling thread_local v0.3.5 Sep 03 20:55:35.358 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 03 20:55:35.540 INFO kablam! Checking stringprep v0.1.2 Sep 03 20:55:37.497 INFO kablam! Checking msdos_time v0.1.5 Sep 03 20:55:37.508 INFO kablam! Checking slog-scope v4.0.1 Sep 03 20:55:37.588 INFO kablam! Checking textwrap v0.9.0 Sep 03 20:55:38.281 INFO kablam! Compiling rand v0.4.2 Sep 03 20:55:38.327 INFO kablam! Compiling memchr v2.0.1 Sep 03 20:55:38.569 INFO kablam! Checking bzip2-sys v0.1.6 Sep 03 20:55:38.835 INFO kablam! Checking backtrace-sys v0.1.16 Sep 03 20:55:39.463 INFO kablam! Checking num-integer v0.1.36 Sep 03 20:55:39.509 INFO kablam! Checking serde_json v1.0.10 Sep 03 20:55:40.215 INFO kablam! Checking num-complex v0.1.42 Sep 03 20:55:40.234 INFO kablam! Checking slog-stdlog v3.0.2 Sep 03 20:55:43.390 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:43.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Sep 03 20:55:43.390 INFO kablam! | Sep 03 20:55:43.390 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Sep 03 20:55:43.390 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:43.390 INFO kablam! | Sep 03 20:55:43.391 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:43.391 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:43.391 INFO kablam! | Sep 03 20:55:43.391 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:43.391 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:43.391 INFO kablam! 7 | | { Sep 03 20:55:43.391 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:43.391 INFO kablam! ... | Sep 03 20:55:43.391 INFO kablam! 13 | | None Sep 03 20:55:43.391 INFO kablam! 14 | | } Sep 03 20:55:43.391 INFO kablam! | |_____^ Sep 03 20:55:43.391 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:43.391 INFO kablam! Sep 03 20:55:43.510 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:43.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Sep 03 20:55:43.510 INFO kablam! | Sep 03 20:55:43.510 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Sep 03 20:55:43.510 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:43.528 INFO kablam! | Sep 03 20:55:43.529 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:43.529 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:43.529 INFO kablam! | Sep 03 20:55:43.529 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:43.529 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:43.529 INFO kablam! 7 | | { Sep 03 20:55:43.529 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:43.529 INFO kablam! ... | Sep 03 20:55:43.529 INFO kablam! 13 | | None Sep 03 20:55:43.529 INFO kablam! 14 | | } Sep 03 20:55:43.529 INFO kablam! | |_____^ Sep 03 20:55:43.529 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:43.529 INFO kablam! Sep 03 20:55:43.564 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:43.564 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Sep 03 20:55:43.564 INFO kablam! | Sep 03 20:55:43.564 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Sep 03 20:55:43.564 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:43.565 INFO kablam! | Sep 03 20:55:43.565 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:43.565 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:43.565 INFO kablam! | Sep 03 20:55:43.565 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:43.565 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:43.565 INFO kablam! 7 | | { Sep 03 20:55:43.565 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:43.565 INFO kablam! ... | Sep 03 20:55:43.565 INFO kablam! 13 | | None Sep 03 20:55:43.565 INFO kablam! 14 | | } Sep 03 20:55:43.565 INFO kablam! | |_____^ Sep 03 20:55:43.565 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:43.565 INFO kablam! Sep 03 20:55:43.573 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:43.576 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Sep 03 20:55:43.576 INFO kablam! | Sep 03 20:55:43.576 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Sep 03 20:55:43.576 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:43.576 INFO kablam! | Sep 03 20:55:43.576 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:43.576 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:43.576 INFO kablam! | Sep 03 20:55:43.576 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:43.576 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:43.576 INFO kablam! 7 | | { Sep 03 20:55:43.576 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:43.576 INFO kablam! ... | Sep 03 20:55:43.576 INFO kablam! 13 | | None Sep 03 20:55:43.576 INFO kablam! 14 | | } Sep 03 20:55:43.576 INFO kablam! | |_____^ Sep 03 20:55:43.576 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:43.576 INFO kablam! Sep 03 20:55:44.046 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:44.046 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Sep 03 20:55:44.046 INFO kablam! | Sep 03 20:55:44.046 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Sep 03 20:55:44.046 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:44.046 INFO kablam! | Sep 03 20:55:44.047 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:44.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:44.047 INFO kablam! | Sep 03 20:55:44.047 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:44.047 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:44.047 INFO kablam! 7 | | { Sep 03 20:55:44.047 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:44.047 INFO kablam! ... | Sep 03 20:55:44.047 INFO kablam! 13 | | None Sep 03 20:55:44.047 INFO kablam! 14 | | } Sep 03 20:55:44.048 INFO kablam! | |_____^ Sep 03 20:55:44.048 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:44.048 INFO kablam! Sep 03 20:55:44.179 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:44.179 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Sep 03 20:55:44.179 INFO kablam! | Sep 03 20:55:44.179 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Sep 03 20:55:44.179 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:44.179 INFO kablam! | Sep 03 20:55:44.179 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:44.179 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:44.179 INFO kablam! | Sep 03 20:55:44.179 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:44.179 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:44.179 INFO kablam! 7 | | { Sep 03 20:55:44.179 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:44.179 INFO kablam! ... | Sep 03 20:55:44.179 INFO kablam! 13 | | None Sep 03 20:55:44.179 INFO kablam! 14 | | } Sep 03 20:55:44.179 INFO kablam! | |_____^ Sep 03 20:55:44.180 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:44.180 INFO kablam! Sep 03 20:55:44.214 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:44.214 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Sep 03 20:55:44.214 INFO kablam! | Sep 03 20:55:44.214 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Sep 03 20:55:44.214 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:44.236 INFO kablam! | Sep 03 20:55:44.237 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:44.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:44.237 INFO kablam! | Sep 03 20:55:44.237 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:44.237 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:44.237 INFO kablam! 7 | | { Sep 03 20:55:44.237 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:44.237 INFO kablam! ... | Sep 03 20:55:44.237 INFO kablam! 13 | | None Sep 03 20:55:44.237 INFO kablam! 14 | | } Sep 03 20:55:44.237 INFO kablam! | |_____^ Sep 03 20:55:44.237 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:44.237 INFO kablam! Sep 03 20:55:44.266 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:55:44.266 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Sep 03 20:55:44.266 INFO kablam! | Sep 03 20:55:44.266 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Sep 03 20:55:44.266 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:55:44.266 INFO kablam! | Sep 03 20:55:44.267 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:55:44.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 03 20:55:44.267 INFO kablam! | Sep 03 20:55:44.267 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:55:44.267 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:55:44.267 INFO kablam! 7 | | { Sep 03 20:55:44.267 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:55:44.267 INFO kablam! ... | Sep 03 20:55:44.267 INFO kablam! 13 | | None Sep 03 20:55:44.267 INFO kablam! 14 | | } Sep 03 20:55:44.267 INFO kablam! | |_____^ Sep 03 20:55:44.267 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:55:44.267 INFO kablam! Sep 03 20:55:44.512 INFO kablam! error: aborting due to 4 previous errors Sep 03 20:55:44.512 INFO kablam! Sep 03 20:55:44.513 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 20:55:44.529 INFO kablam! error: Could not compile `petgraph`. Sep 03 20:55:44.529 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:55:45.424 INFO kablam! error: aborting due to 4 previous errors Sep 03 20:55:45.424 INFO kablam! Sep 03 20:55:45.425 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 20:55:45.435 INFO kablam! error: Could not compile `petgraph`. Sep 03 20:55:45.436 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:55:49.078 INFO kablam! error: build failed Sep 03 20:55:49.079 INFO kablam! su: No module specific data is present Sep 03 20:55:49.638 INFO running `"docker" "rm" "-f" "8807b7d6fdacf9607bd4474f8c70793286f240ef8608e9392bdb50228821afa6"` Sep 03 20:55:49.811 INFO blam! 8807b7d6fdacf9607bd4474f8c70793286f240ef8608e9392bdb50228821afa6