Sep 19 12:37:49.283 INFO checking paupino/psqlpack against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 12:37:49.283 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 12:37:49.283 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:37:49.864 INFO blam! 09f124c3b7241782eebaab87e078d75d9b72f499b3c0e6b5d7c49406180db7ab Sep 19 12:37:49.866 INFO running `"docker" "start" "-a" "09f124c3b7241782eebaab87e078d75d9b72f499b3c0e6b5d7c49406180db7ab"` Sep 19 12:37:51.295 INFO kablam! usermod: no changes Sep 19 12:37:51.672 INFO kablam! Compiling libc v0.2.37 Sep 19 12:37:51.672 INFO kablam! Compiling siphasher v0.2.2 Sep 19 12:37:51.695 INFO kablam! Compiling string_cache_shared v0.3.0 Sep 19 12:37:51.707 INFO kablam! Compiling lazy_static v1.0.0 Sep 19 12:37:51.716 INFO kablam! Compiling winapi v0.2.8 Sep 19 12:37:51.721 INFO kablam! Compiling typenum v1.9.0 Sep 19 12:37:51.721 INFO kablam! Compiling bit-vec v0.4.4 Sep 19 12:37:51.721 INFO kablam! Compiling either v1.4.0 Sep 19 12:37:52.875 INFO kablam! Compiling fixedbitset v0.1.8 Sep 19 12:37:52.877 INFO kablam! Compiling regex-syntax v0.4.2 Sep 19 12:37:53.707 INFO kablam! Compiling term v0.4.6 Sep 19 12:37:55.227 INFO kablam! Compiling precomputed-hash v0.1.1 Sep 19 12:37:55.249 INFO kablam! Compiling serde v1.0.27 Sep 19 12:37:56.219 INFO kablam! Compiling lalrpop-util v0.15.2 Sep 19 12:37:59.205 INFO kablam! Compiling ena v0.5.0 Sep 19 12:37:59.207 INFO kablam! Compiling diff v0.1.11 Sep 19 12:37:59.224 INFO kablam! Compiling build_const v0.2.0 Sep 19 12:38:01.724 INFO kablam! Compiling arrayref v0.3.4 Sep 19 12:38:05.583 INFO kablam! Checking constant_time_eq v0.1.3 Sep 19 12:38:05.767 INFO kablam! Compiling byte-tools v0.2.0 Sep 19 12:38:05.767 INFO kablam! Checking num-traits v0.2.1 Sep 19 12:38:06.003 INFO kablam! Compiling strsim v0.6.0 Sep 19 12:38:06.355 INFO kablam! Compiling fake-simd v0.1.2 Sep 19 12:38:06.703 INFO kablam! Checking fallible-iterator v0.1.4 Sep 19 12:38:06.818 INFO kablam! Checking md5 v0.3.7 Sep 19 12:38:08.659 INFO kablam! Checking slog v2.1.1 Sep 19 12:38:09.343 INFO kablam! Checking crossbeam v0.2.12 Sep 19 12:38:11.803 INFO kablam! Checking hex v0.2.0 Sep 19 12:38:15.520 INFO kablam! Checking podio v0.1.6 Sep 19 12:38:15.635 INFO kablam! Checking lalrpop-util v0.13.1 Sep 19 12:38:15.694 INFO kablam! Compiling itertools v0.7.8 Sep 19 12:38:15.779 INFO kablam! Compiling phf_shared v0.7.21 Sep 19 12:38:16.040 INFO kablam! Compiling bit-set v0.4.0 Sep 19 12:38:16.783 INFO kablam! Compiling petgraph v0.4.11 Sep 19 12:38:17.027 INFO kablam! Compiling rand v0.4.2 Sep 19 12:38:17.585 INFO kablam! Compiling memchr v2.0.1 Sep 19 12:38:18.323 INFO kablam! Compiling crc v1.7.0 Sep 19 12:38:18.762 INFO kablam! Compiling bzip2-sys v0.1.6 Sep 19 12:38:20.481 INFO kablam! Compiling miniz_oxide_c_api v0.1.2 Sep 19 12:38:20.919 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:38:20.919 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Sep 19 12:38:20.919 INFO kablam! | Sep 19 12:38:20.919 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Sep 19 12:38:20.919 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:38:20.919 INFO kablam! | Sep 19 12:38:20.919 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:38:20.919 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 12:38:20.919 INFO kablam! | Sep 19 12:38:20.919 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:38:20.919 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:38:20.919 INFO kablam! 7 | | { Sep 19 12:38:20.919 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:38:20.919 INFO kablam! ... | Sep 19 12:38:20.919 INFO kablam! 13 | | None Sep 19 12:38:20.919 INFO kablam! 14 | | } Sep 19 12:38:20.919 INFO kablam! | |_____^ Sep 19 12:38:20.919 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:38:20.919 INFO kablam! Sep 19 12:38:20.950 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:38:20.950 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Sep 19 12:38:20.950 INFO kablam! | Sep 19 12:38:20.950 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Sep 19 12:38:20.950 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:38:20.950 INFO kablam! | Sep 19 12:38:20.950 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:38:20.950 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 12:38:20.950 INFO kablam! | Sep 19 12:38:20.950 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:38:20.950 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:38:20.950 INFO kablam! 7 | | { Sep 19 12:38:20.950 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:38:20.950 INFO kablam! ... | Sep 19 12:38:20.950 INFO kablam! 13 | | None Sep 19 12:38:20.950 INFO kablam! 14 | | } Sep 19 12:38:20.950 INFO kablam! | |_____^ Sep 19 12:38:20.950 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:38:20.950 INFO kablam! Sep 19 12:38:20.971 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:38:20.971 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Sep 19 12:38:20.971 INFO kablam! | Sep 19 12:38:20.971 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Sep 19 12:38:20.971 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:38:20.987 INFO kablam! | Sep 19 12:38:20.987 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:38:20.987 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 12:38:20.987 INFO kablam! | Sep 19 12:38:20.987 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:38:20.987 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:38:20.987 INFO kablam! 7 | | { Sep 19 12:38:20.987 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:38:20.987 INFO kablam! ... | Sep 19 12:38:20.987 INFO kablam! 13 | | None Sep 19 12:38:20.987 INFO kablam! 14 | | } Sep 19 12:38:20.987 INFO kablam! | |_____^ Sep 19 12:38:20.987 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:38:20.987 INFO kablam! Sep 19 12:38:20.991 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:38:20.991 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Sep 19 12:38:20.991 INFO kablam! | Sep 19 12:38:20.991 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Sep 19 12:38:20.991 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:38:20.991 INFO kablam! | Sep 19 12:38:20.991 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:38:20.991 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Sep 19 12:38:20.991 INFO kablam! | Sep 19 12:38:20.991 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:38:20.991 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:38:20.991 INFO kablam! 7 | | { Sep 19 12:38:20.991 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:38:20.991 INFO kablam! ... | Sep 19 12:38:20.991 INFO kablam! 13 | | None Sep 19 12:38:20.991 INFO kablam! 14 | | } Sep 19 12:38:20.991 INFO kablam! | |_____^ Sep 19 12:38:20.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:38:20.991 INFO kablam! Sep 19 12:38:21.689 INFO kablam! Compiling ascii-canvas v1.0.0 Sep 19 12:38:22.375 INFO kablam! Compiling block-buffer v0.3.3 Sep 19 12:38:22.923 INFO kablam! error: aborting due to 4 previous errors Sep 19 12:38:22.947 INFO kablam! Sep 19 12:38:22.947 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 12:38:22.983 INFO kablam! error: Could not compile `petgraph`. Sep 19 12:38:22.983 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:38:33.799 INFO kablam! error: build failed Sep 19 12:38:33.799 INFO kablam! su: No module specific data is present Sep 19 12:38:34.759 INFO running `"docker" "rm" "-f" "09f124c3b7241782eebaab87e078d75d9b72f499b3c0e6b5d7c49406180db7ab"` Sep 19 12:38:35.007 INFO blam! 09f124c3b7241782eebaab87e078d75d9b72f499b3c0e6b5d7c49406180db7ab