Nov 06 12:58:34.078 INFO checking tarcieri/paradox against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 06 12:58:34.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-7/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 12:58:34.438 INFO blam! 1fc80c6a6dfb77190b18f6eecbbb2d34207a33ff5ccdcd05d6942a862513771d Nov 06 12:58:34.439 INFO running `"docker" "start" "-a" "1fc80c6a6dfb77190b18f6eecbbb2d34207a33ff5ccdcd05d6942a862513771d"` Nov 06 12:58:37.152 INFO kablam! usermod: no changes Nov 06 12:58:37.507 INFO kablam! Compiling string_cache_shared v0.3.0 Nov 06 12:58:37.512 INFO kablam! Compiling winapi v0.2.8 Nov 06 12:58:37.513 INFO kablam! Compiling lazy_static v1.0.0 Nov 06 12:58:37.513 INFO kablam! Compiling ordermap v0.3.5 Nov 06 12:58:37.513 INFO kablam! Compiling bit-vec v0.4.4 Nov 06 12:58:37.513 INFO kablam! Compiling serde v1.0.45 Nov 06 12:58:37.513 INFO kablam! Compiling utf8-ranges v1.0.0 Nov 06 12:58:37.513 INFO kablam! Compiling term v0.4.6 Nov 06 12:58:38.689 INFO kablam! Compiling precomputed-hash v0.1.1 Nov 06 12:58:38.789 INFO kablam! Compiling fixedbitset v0.1.9 Nov 06 12:58:39.471 INFO kablam! Compiling ena v0.5.0 Nov 06 12:58:41.701 INFO kablam! Compiling regex-syntax v0.4.2 Nov 06 12:58:41.703 INFO kablam! Compiling diff v0.1.11 Nov 06 12:58:41.785 INFO kablam! Compiling lalrpop-util v0.15.2 Nov 06 12:58:51.241 INFO kablam! Checking unicode-xid v0.1.0 Nov 06 12:58:52.945 INFO kablam! Compiling phf_shared v0.7.22 Nov 06 12:58:52.986 INFO kablam! Compiling memchr v2.0.1 Nov 06 12:58:54.420 INFO kablam! Compiling unreachable v0.1.1 Nov 06 12:58:55.020 INFO kablam! Compiling regex-syntax v0.5.6 Nov 06 12:58:55.020 INFO kablam! Compiling itertools v0.7.8 Nov 06 12:58:55.040 INFO kablam! Compiling petgraph v0.4.12 Nov 06 12:58:56.201 INFO kablam! Compiling bit-set v0.4.0 Nov 06 12:58:58.910 INFO kablam! Checking ascii-canvas v1.0.0 Nov 06 12:59:04.652 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 12:59:04.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Nov 06 12:59:04.652 INFO kablam! | Nov 06 12:59:04.652 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Nov 06 12:59:04.652 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 12:59:04.652 INFO kablam! | Nov 06 12:59:04.652 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 12:59:04.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 12:59:04.652 INFO kablam! | Nov 06 12:59:04.652 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 12:59:04.652 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 12:59:04.652 INFO kablam! 7 | | { Nov 06 12:59:04.652 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 12:59:04.652 INFO kablam! ... | Nov 06 12:59:04.652 INFO kablam! 13 | | None Nov 06 12:59:04.652 INFO kablam! 14 | | } Nov 06 12:59:04.652 INFO kablam! | |_____^ Nov 06 12:59:04.652 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 12:59:04.652 INFO kablam! Nov 06 12:59:04.757 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 12:59:04.757 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Nov 06 12:59:04.758 INFO kablam! | Nov 06 12:59:04.758 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Nov 06 12:59:04.758 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 12:59:04.758 INFO kablam! | Nov 06 12:59:04.773 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 12:59:04.773 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 12:59:04.773 INFO kablam! | Nov 06 12:59:04.774 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 12:59:04.774 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 12:59:04.774 INFO kablam! 7 | | { Nov 06 12:59:04.775 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 12:59:04.775 INFO kablam! ... | Nov 06 12:59:04.776 INFO kablam! 13 | | None Nov 06 12:59:04.776 INFO kablam! 14 | | } Nov 06 12:59:04.776 INFO kablam! | |_____^ Nov 06 12:59:04.776 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 12:59:04.777 INFO kablam! Nov 06 12:59:04.845 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 12:59:04.845 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Nov 06 12:59:04.845 INFO kablam! | Nov 06 12:59:04.846 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Nov 06 12:59:04.846 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 12:59:04.863 INFO kablam! | Nov 06 12:59:04.868 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 12:59:04.868 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 12:59:04.869 INFO kablam! | Nov 06 12:59:04.873 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 12:59:04.876 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 12:59:04.876 INFO kablam! 7 | | { Nov 06 12:59:04.876 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 12:59:04.876 INFO kablam! ... | Nov 06 12:59:04.876 INFO kablam! 13 | | None Nov 06 12:59:04.876 INFO kablam! 14 | | } Nov 06 12:59:04.876 INFO kablam! | |_____^ Nov 06 12:59:04.876 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 12:59:04.876 INFO kablam! Nov 06 12:59:04.892 INFO kablam! error[E0034]: multiple applicable items in scope Nov 06 12:59:04.892 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Nov 06 12:59:04.892 INFO kablam! | Nov 06 12:59:04.892 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Nov 06 12:59:04.892 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 06 12:59:04.912 INFO kablam! | Nov 06 12:59:04.912 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 06 12:59:04.912 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 06 12:59:04.912 INFO kablam! | Nov 06 12:59:04.912 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 06 12:59:04.912 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 06 12:59:04.912 INFO kablam! 7 | | { Nov 06 12:59:04.912 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 06 12:59:04.912 INFO kablam! ... | Nov 06 12:59:04.912 INFO kablam! 13 | | None Nov 06 12:59:04.912 INFO kablam! 14 | | } Nov 06 12:59:04.912 INFO kablam! | |_____^ Nov 06 12:59:04.912 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 06 12:59:04.912 INFO kablam! Nov 06 12:59:06.359 INFO kablam! error: aborting due to 4 previous errors Nov 06 12:59:06.359 INFO kablam! Nov 06 12:59:06.359 INFO kablam! For more information about this error, try `rustc --explain E0034`. Nov 06 12:59:06.365 INFO kablam! error: Could not compile `petgraph`. Nov 06 12:59:06.365 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 06 12:59:22.060 INFO kablam! error: build failed Nov 06 12:59:22.063 INFO kablam! su: No module specific data is present Nov 06 12:59:22.672 INFO running `"docker" "rm" "-f" "1fc80c6a6dfb77190b18f6eecbbb2d34207a33ff5ccdcd05d6942a862513771d"` Nov 06 12:59:22.924 INFO blam! 1fc80c6a6dfb77190b18f6eecbbb2d34207a33ff5ccdcd05d6942a862513771d