Nov 06 19:38:11.203 INFO checking jwnelson/delta-v against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 06 19:38:11.204 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 06 19:38:11.638 INFO blam! 7379c778d4c41888f5b11962a46008cc0b7533eaae0da7a6e028a010632b5d40 Nov 06 19:38:11.648 INFO running `"docker" "start" "-a" "7379c778d4c41888f5b11962a46008cc0b7533eaae0da7a6e028a010632b5d40"` Nov 06 19:38:13.052 INFO kablam! usermod: no changes Nov 06 19:38:13.124 INFO kablam! Checking petgraph v0.4.12 Nov 06 19:38:15.030 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 19:38:15.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Nov 06 19:38:15.031 INFO kablam! | Nov 06 19:38:15.031 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Nov 06 19:38:15.031 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 19:38:15.031 INFO kablam! | Nov 06 19:38:15.031 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 19:38:15.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 19:38:15.031 INFO kablam! | Nov 06 19:38:15.031 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 19:38:15.031 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 19:38:15.031 INFO kablam! 7 | | { Nov 06 19:38:15.031 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 19:38:15.031 INFO kablam! ... | Nov 06 19:38:15.031 INFO kablam! 13 | | None Nov 06 19:38:15.031 INFO kablam! 14 | | } Nov 06 19:38:15.031 INFO kablam! | |_____^ Nov 06 19:38:15.031 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 19:38:15.031 INFO kablam! Nov 06 19:38:15.054 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 19:38:15.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Nov 06 19:38:15.054 INFO kablam! | Nov 06 19:38:15.054 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Nov 06 19:38:15.054 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 19:38:15.055 INFO kablam! | Nov 06 19:38:15.056 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 19:38:15.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 19:38:15.057 INFO kablam! | Nov 06 19:38:15.057 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 19:38:15.058 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 19:38:15.058 INFO kablam! 7 | | { Nov 06 19:38:15.059 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 19:38:15.059 INFO kablam! ... | Nov 06 19:38:15.059 INFO kablam! 13 | | None Nov 06 19:38:15.060 INFO kablam! 14 | | } Nov 06 19:38:15.061 INFO kablam! | |_____^ Nov 06 19:38:15.061 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 19:38:15.061 INFO kablam! Nov 06 19:38:15.063 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 19:38:15.064 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Nov 06 19:38:15.064 INFO kablam! | Nov 06 19:38:15.065 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Nov 06 19:38:15.065 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 19:38:15.066 INFO kablam! | Nov 06 19:38:15.066 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 19:38:15.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 19:38:15.067 INFO kablam! | Nov 06 19:38:15.068 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 19:38:15.068 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 19:38:15.069 INFO kablam! 7 | | { Nov 06 19:38:15.069 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 19:38:15.070 INFO kablam! ... | Nov 06 19:38:15.070 INFO kablam! 13 | | None Nov 06 19:38:15.070 INFO kablam! 14 | | } Nov 06 19:38:15.071 INFO kablam! | |_____^ Nov 06 19:38:15.072 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 19:38:15.072 INFO kablam! Nov 06 19:38:15.080 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 19:38:15.081 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Nov 06 19:38:15.081 INFO kablam! | Nov 06 19:38:15.082 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Nov 06 19:38:15.082 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 19:38:15.083 INFO kablam! | Nov 06 19:38:15.083 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 19:38:15.084 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 19:38:15.084 INFO kablam! | Nov 06 19:38:15.085 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 19:38:15.085 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 19:38:15.086 INFO kablam! 7 | | { Nov 06 19:38:15.086 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 19:38:15.087 INFO kablam! ... | Nov 06 19:38:15.087 INFO kablam! 13 | | None Nov 06 19:38:15.088 INFO kablam! 14 | | } Nov 06 19:38:15.088 INFO kablam! | |_____^ Nov 06 19:38:15.089 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 19:38:15.089 INFO kablam! Nov 06 19:38:15.376 INFO kablam! error: aborting due to 4 previous errors Nov 06 19:38:15.376 INFO kablam! Nov 06 19:38:15.377 INFO kablam! For more information about this error, try `rustc --explain E0034`. Nov 06 19:38:15.390 INFO kablam! error: Could not compile `petgraph`. Nov 06 19:38:15.390 INFO kablam! Nov 06 19:38:15.390 INFO kablam! To learn more, run the command again with --verbose. Nov 06 19:38:15.393 INFO kablam! su: No module specific data is present Nov 06 19:38:16.831 INFO running `"docker" "rm" "-f" "7379c778d4c41888f5b11962a46008cc0b7533eaae0da7a6e028a010632b5d40"` Nov 06 19:38:17.092 INFO blam! 7379c778d4c41888f5b11962a46008cc0b7533eaae0da7a6e028a010632b5d40