Nov 07 04:56:51.774 INFO checking Flarp/oprec against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 04:56:51.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-5/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 04:56:52.116 INFO blam! 7ed21dbfa190827a1c6eb5991acf79ab079c4ca17d98041a493d9279a239bd41 Nov 07 04:56:52.124 INFO running `"docker" "start" "-a" "7ed21dbfa190827a1c6eb5991acf79ab079c4ca17d98041a493d9279a239bd41"` Nov 07 04:56:53.572 INFO kablam! usermod: no changes Nov 07 04:56:53.700 INFO kablam! Checking petgraph v0.4.12 Nov 07 04:56:56.082 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 04:56:56.082 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Nov 07 04:56:56.082 INFO kablam! | Nov 07 04:56:56.082 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Nov 07 04:56:56.082 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 04:56:56.083 INFO kablam! | Nov 07 04:56:56.083 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 04:56:56.083 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 04:56:56.083 INFO kablam! | Nov 07 04:56:56.083 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 04:56:56.083 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 04:56:56.083 INFO kablam! 7 | | { Nov 07 04:56:56.083 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 04:56:56.083 INFO kablam! ... | Nov 07 04:56:56.083 INFO kablam! 13 | | None Nov 07 04:56:56.083 INFO kablam! 14 | | } Nov 07 04:56:56.083 INFO kablam! | |_____^ Nov 07 04:56:56.083 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 04:56:56.083 INFO kablam! Nov 07 04:56:56.101 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 04:56:56.101 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Nov 07 04:56:56.101 INFO kablam! | Nov 07 04:56:56.101 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Nov 07 04:56:56.101 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 04:56:56.101 INFO kablam! | Nov 07 04:56:56.101 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 04:56:56.101 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 04:56:56.101 INFO kablam! | Nov 07 04:56:56.101 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 04:56:56.101 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 04:56:56.101 INFO kablam! 7 | | { Nov 07 04:56:56.101 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 04:56:56.101 INFO kablam! ... | Nov 07 04:56:56.101 INFO kablam! 13 | | None Nov 07 04:56:56.101 INFO kablam! 14 | | } Nov 07 04:56:56.101 INFO kablam! | |_____^ Nov 07 04:56:56.101 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 04:56:56.101 INFO kablam! Nov 07 04:56:56.110 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 04:56:56.110 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Nov 07 04:56:56.110 INFO kablam! | Nov 07 04:56:56.110 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Nov 07 04:56:56.110 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 04:56:56.110 INFO kablam! | Nov 07 04:56:56.110 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 04:56:56.110 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 04:56:56.110 INFO kablam! | Nov 07 04:56:56.110 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 04:56:56.110 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 04:56:56.110 INFO kablam! 7 | | { Nov 07 04:56:56.110 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 04:56:56.110 INFO kablam! ... | Nov 07 04:56:56.110 INFO kablam! 13 | | None Nov 07 04:56:56.110 INFO kablam! 14 | | } Nov 07 04:56:56.110 INFO kablam! | |_____^ Nov 07 04:56:56.110 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 04:56:56.110 INFO kablam! Nov 07 04:56:56.115 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 04:56:56.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Nov 07 04:56:56.115 INFO kablam! | Nov 07 04:56:56.115 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Nov 07 04:56:56.115 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 04:56:56.115 INFO kablam! | Nov 07 04:56:56.115 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 04:56:56.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 04:56:56.115 INFO kablam! | Nov 07 04:56:56.115 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 04:56:56.115 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 04:56:56.115 INFO kablam! 7 | | { Nov 07 04:56:56.115 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 04:56:56.115 INFO kablam! ... | Nov 07 04:56:56.115 INFO kablam! 13 | | None Nov 07 04:56:56.115 INFO kablam! 14 | | } Nov 07 04:56:56.115 INFO kablam! | |_____^ Nov 07 04:56:56.115 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 04:56:56.115 INFO kablam! Nov 07 04:56:56.493 INFO kablam! error: aborting due to 4 previous errors Nov 07 04:56:56.497 INFO kablam! Nov 07 04:56:56.497 INFO kablam! For more information about this error, try `rustc --explain E0034`. Nov 07 04:56:56.507 INFO kablam! error: Could not compile `petgraph`. Nov 07 04:56:56.509 INFO kablam! Nov 07 04:56:56.509 INFO kablam! To learn more, run the command again with --verbose. Nov 07 04:56:56.510 INFO kablam! su: No module specific data is present Nov 07 04:56:57.621 INFO running `"docker" "rm" "-f" "7ed21dbfa190827a1c6eb5991acf79ab079c4ca17d98041a493d9279a239bd41"` Nov 07 04:56:57.984 INFO blam! 7ed21dbfa190827a1c6eb5991acf79ab079c4ca17d98041a493d9279a239bd41