[INFO] updating cached repository Warry/gluon-html [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Warry/gluon-html [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Warry/gluon-html" "work/ex/clippy-test-run/sources/stable/gh/Warry/gluon-html"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/Warry/gluon-html'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Warry/gluon-html" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Warry/gluon-html"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Warry/gluon-html'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f5b67502f02339e21f94312e9cdaa5c781fadc36 [INFO] sha for GitHub repo Warry/gluon-html: f5b67502f02339e21f94312e9cdaa5c781fadc36 [INFO] validating manifest of Warry/gluon-html 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 Warry/gluon-html 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 Warry/gluon-html [INFO] finished frobbing Warry/gluon-html [INFO] frobbed toml for Warry/gluon-html written to work/ex/clippy-test-run/sources/stable/gh/Warry/gluon-html/Cargo.toml [INFO] started frobbing Warry/gluon-html [INFO] finished frobbing Warry/gluon-html [INFO] frobbed toml for Warry/gluon-html written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Warry/gluon-html/Cargo.toml [INFO] crate Warry/gluon-html 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 Warry/gluon-html 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/Warry/gluon-html:/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] f0a13053ff1244992f44fb26693815e155a93b937b1c850fac6ed7155cf45c6d [INFO] running `"docker" "start" "-a" "f0a13053ff1244992f44fb26693815e155a93b937b1c850fac6ed7155cf45c6d"` [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling ena v0.5.0 [INFO] [stderr] Compiling lalrpop-util v0.15.2 [INFO] [stderr] Compiling arrayref v0.3.4 [INFO] [stderr] Checking typed-arena v1.4.0 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Checking smallvec v0.6.2 [INFO] [stderr] Checking collect-mac v0.1.0 [INFO] [stderr] Compiling gluon_vm v0.8.0 [INFO] [stderr] Checking union-find v0.3.2 [INFO] [stderr] Checking rpds v0.5.0 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Checking frunk_core v0.2.0 [INFO] [stderr] Compiling gluon v0.8.0 [INFO] [stderr] Compiling petgraph v0.4.12 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Checking pretty v0.3.3 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Checking regex-syntax v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling serde_derive_state_internals v0.4.3 [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] Compiling atty v0.1.2 [INFO] [stderr] Compiling string_cache_codegen v0.4.1 [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" "f0a13053ff1244992f44fb26693815e155a93b937b1c850fac6ed7155cf45c6d"` [INFO] running `"docker" "rm" "-f" "f0a13053ff1244992f44fb26693815e155a93b937b1c850fac6ed7155cf45c6d"` [INFO] [stdout] f0a13053ff1244992f44fb26693815e155a93b937b1c850fac6ed7155cf45c6d