[INFO] updating cached repository natelust/reups [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/natelust/reups [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/natelust/reups" "work/ex/clippy-test-run/sources/stable/gh/natelust/reups"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/natelust/reups'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/natelust/reups" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/natelust/reups"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/natelust/reups'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 05082af9b89934c9c5935431ae56d2372a4851a7 [INFO] sha for GitHub repo natelust/reups: 05082af9b89934c9c5935431ae56d2372a4851a7 [INFO] validating manifest of natelust/reups on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of natelust/reups on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing natelust/reups [INFO] finished frobbing natelust/reups [INFO] frobbed toml for natelust/reups written to work/ex/clippy-test-run/sources/stable/gh/natelust/reups/Cargo.toml [INFO] started frobbing natelust/reups [INFO] finished frobbing natelust/reups [INFO] frobbed toml for natelust/reups written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/natelust/reups/Cargo.toml [INFO] crate natelust/reups has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting natelust/reups against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/natelust/reups:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b8672065cd371a867297d00e5403be746858228b49ba2d0406778337fc4976ef [INFO] running `"docker" "start" "-a" "b8672065cd371a867297d00e5403be746858228b49ba2d0406778337fc4976ef"` [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking petgraph v0.4.12 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 [INFO] [stderr] | [INFO] [stderr] 1171 | self.iter.find_map(|(i, node)| { [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 [INFO] [stderr] | [INFO] [stderr] 1363 | self.iter.find_map(|(i, edge)| [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 [INFO] [stderr] | [INFO] [stderr] 1527 | self.iter.find_map(|(i, node)| { [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 [INFO] [stderr] | [INFO] [stderr] 1573 | self.iter.find_map(|(i, node)| { [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: Could not compile `petgraph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b8672065cd371a867297d00e5403be746858228b49ba2d0406778337fc4976ef"` [INFO] running `"docker" "rm" "-f" "b8672065cd371a867297d00e5403be746858228b49ba2d0406778337fc4976ef"` [INFO] [stdout] b8672065cd371a867297d00e5403be746858228b49ba2d0406778337fc4976ef