[INFO] updating cached repository dm4562/tgr-compiler [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dm4562/tgr-compiler [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dm4562/tgr-compiler" "work/ex/clippy-test-run/sources/stable/gh/dm4562/tgr-compiler"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/dm4562/tgr-compiler'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dm4562/tgr-compiler" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/dm4562/tgr-compiler"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/dm4562/tgr-compiler'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 842036995bafb4a98e402b703de1de49b156eee9 [INFO] sha for GitHub repo dm4562/tgr-compiler: 842036995bafb4a98e402b703de1de49b156eee9 [INFO] validating manifest of dm4562/tgr-compiler 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 dm4562/tgr-compiler 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 dm4562/tgr-compiler [INFO] finished frobbing dm4562/tgr-compiler [INFO] frobbed toml for dm4562/tgr-compiler written to work/ex/clippy-test-run/sources/stable/gh/dm4562/tgr-compiler/Cargo.toml [INFO] started frobbing dm4562/tgr-compiler [INFO] finished frobbing dm4562/tgr-compiler [INFO] frobbed toml for dm4562/tgr-compiler written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/dm4562/tgr-compiler/Cargo.toml [INFO] crate dm4562/tgr-compiler 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 dm4562/tgr-compiler against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/dm4562/tgr-compiler:/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 -Dclippy::into_iter_on_array" "-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] 655c665b78263f3e20064d394e46f0fd3a03b9efc1678f50f78726fd5329b43c [INFO] running `"docker" "start" "-a" "655c665b78263f3e20064d394e46f0fd3a03b9efc1678f50f78726fd5329b43c"` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking termcolor v0.3.5 [INFO] [stderr] Checking serde v1.0.35 [INFO] [stderr] Checking indextree v1.1.1 [INFO] [stderr] Checking petgraph v0.4.12 [INFO] [stderr] error[E0602]: unknown lint: `clippy::into_iter_on_array` [INFO] [stderr] | [INFO] [stderr] = note: requested on the command line with `-D clippy::into_iter_on_array` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0602`. [INFO] [stderr] error: Could not compile `unicode-xid`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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" "655c665b78263f3e20064d394e46f0fd3a03b9efc1678f50f78726fd5329b43c"` [INFO] running `"docker" "rm" "-f" "655c665b78263f3e20064d394e46f0fd3a03b9efc1678f50f78726fd5329b43c"` [INFO] [stdout] 655c665b78263f3e20064d394e46f0fd3a03b9efc1678f50f78726fd5329b43c