Nov 07 00:38:35.415 INFO checking bluecookies/siglus-decompile against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 00:38:35.417 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 00:38:35.707 INFO blam! 314313f69f0c233d1e4da0cc3dfa406fb3713fd36d366898db129def5ab62b88 Nov 07 00:38:35.714 INFO running `"docker" "start" "-a" "314313f69f0c233d1e4da0cc3dfa406fb3713fd36d366898db129def5ab62b88"` Nov 07 00:38:36.376 INFO kablam! usermod: no changes Nov 07 00:38:36.475 INFO kablam! Checking petgraph v0.4.12 Nov 07 00:38:36.480 INFO kablam! Checking fern v0.5.6 Nov 07 00:38:38.769 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 00:38:38.769 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Nov 07 00:38:38.770 INFO kablam! | Nov 07 00:38:38.770 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Nov 07 00:38:38.770 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 00:38:38.771 INFO kablam! | Nov 07 00:38:38.771 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 00:38:38.771 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 00:38:38.772 INFO kablam! | Nov 07 00:38:38.772 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 00:38:38.772 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 00:38:38.772 INFO kablam! 7 | | { Nov 07 00:38:38.773 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 00:38:38.773 INFO kablam! ... | Nov 07 00:38:38.773 INFO kablam! 13 | | None Nov 07 00:38:38.774 INFO kablam! 14 | | } Nov 07 00:38:38.774 INFO kablam! | |_____^ Nov 07 00:38:38.774 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 00:38:38.775 INFO kablam! Nov 07 00:38:38.787 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 00:38:38.787 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Nov 07 00:38:38.787 INFO kablam! | Nov 07 00:38:38.787 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Nov 07 00:38:38.787 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 00:38:38.787 INFO kablam! | Nov 07 00:38:38.787 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 00:38:38.787 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 00:38:38.787 INFO kablam! | Nov 07 00:38:38.787 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 00:38:38.787 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 00:38:38.787 INFO kablam! 7 | | { Nov 07 00:38:38.787 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 00:38:38.787 INFO kablam! ... | Nov 07 00:38:38.787 INFO kablam! 13 | | None Nov 07 00:38:38.787 INFO kablam! 14 | | } Nov 07 00:38:38.787 INFO kablam! | |_____^ Nov 07 00:38:38.787 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 00:38:38.787 INFO kablam! Nov 07 00:38:38.796 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 00:38:38.796 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Nov 07 00:38:38.796 INFO kablam! | Nov 07 00:38:38.796 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Nov 07 00:38:38.796 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 00:38:38.804 INFO kablam! | Nov 07 00:38:38.804 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 00:38:38.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 00:38:38.812 INFO kablam! | Nov 07 00:38:38.812 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 00:38:38.812 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 00:38:38.812 INFO kablam! 7 | | { Nov 07 00:38:38.812 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 00:38:38.812 INFO kablam! ... | Nov 07 00:38:38.812 INFO kablam! 13 | | None Nov 07 00:38:38.812 INFO kablam! 14 | | } Nov 07 00:38:38.812 INFO kablam! | |_____^ Nov 07 00:38:38.812 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 00:38:38.812 INFO kablam! Nov 07 00:38:38.812 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 00:38:38.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Nov 07 00:38:38.812 INFO kablam! | Nov 07 00:38:38.812 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Nov 07 00:38:38.812 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 00:38:38.812 INFO kablam! | Nov 07 00:38:38.812 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 00:38:38.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 00:38:38.812 INFO kablam! | Nov 07 00:38:38.812 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 00:38:38.812 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 00:38:38.812 INFO kablam! 7 | | { Nov 07 00:38:38.812 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 00:38:38.812 INFO kablam! ... | Nov 07 00:38:38.812 INFO kablam! 13 | | None Nov 07 00:38:38.812 INFO kablam! 14 | | } Nov 07 00:38:38.812 INFO kablam! | |_____^ Nov 07 00:38:38.812 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 00:38:38.812 INFO kablam! Nov 07 00:38:39.086 INFO kablam! error: aborting due to 4 previous errors Nov 07 00:38:39.093 INFO kablam! Nov 07 00:38:39.093 INFO kablam! For more information about this error, try `rustc --explain E0034`. Nov 07 00:38:39.098 INFO kablam! error: Could not compile `petgraph`. Nov 07 00:38:39.098 INFO kablam! Nov 07 00:38:39.098 INFO kablam! To learn more, run the command again with --verbose. Nov 07 00:38:39.099 INFO kablam! su: No module specific data is present Nov 07 00:38:39.450 INFO running `"docker" "rm" "-f" "314313f69f0c233d1e4da0cc3dfa406fb3713fd36d366898db129def5ab62b88"` Nov 07 00:38:39.556 INFO blam! 314313f69f0c233d1e4da0cc3dfa406fb3713fd36d366898db129def5ab62b88