[INFO] updating cached repository bachp/git-mirror [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bachp/git-mirror [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bachp/git-mirror" "work/ex/clippy-test-run/sources/stable/gh/bachp/git-mirror"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/bachp/git-mirror'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bachp/git-mirror" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/bachp/git-mirror"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/bachp/git-mirror'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 527341b9aeef24ea5712de52b1412e0a1b611adc [INFO] sha for GitHub repo bachp/git-mirror: 527341b9aeef24ea5712de52b1412e0a1b611adc [INFO] validating manifest of bachp/git-mirror 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 bachp/git-mirror 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 bachp/git-mirror [INFO] finished frobbing bachp/git-mirror [INFO] frobbed toml for bachp/git-mirror written to work/ex/clippy-test-run/sources/stable/gh/bachp/git-mirror/Cargo.toml [INFO] started frobbing bachp/git-mirror [INFO] finished frobbing bachp/git-mirror [INFO] frobbed toml for bachp/git-mirror written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/bachp/git-mirror/Cargo.toml [INFO] crate bachp/git-mirror 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 bachp/git-mirror against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/bachp/git-mirror:/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] 8317478637b73ea5700dbd6da8c7c81176886e3e46943904621b08a2ffb668c1 [INFO] running `"docker" "start" "-a" "8317478637b73ea5700dbd6da8c7c81176886e3e46943904621b08a2ffb668c1"` [INFO] [stderr] Compiling protobuf v2.2.0 [INFO] [stderr] Compiling prometheus v0.4.2 [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking serde_yaml v0.8.8 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking junit-report v0.1.2 [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] Checking h2 v0.1.14 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-reactor v0.1.7 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.4 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking hyper v0.12.17 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.5 [INFO] [stderr] Checking git-mirror v0.10.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `reqwest` [INFO] [stderr] --> src/lib.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use reqwest; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest` [INFO] [stderr] --> src/lib.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use reqwest; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: you seem to be trying to use `&Box`. Consider using just `&T` [INFO] [stderr] --> src/lib.rs:193:15 [INFO] [stderr] | [INFO] [stderr] 193 | provider: &Box, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `&Provider` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::borrowed_box)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrowed_box [INFO] [stderr] [INFO] [stderr] warning: you seem to be trying to use `&Box`. Consider using just `&T` [INFO] [stderr] --> src/lib.rs:193:15 [INFO] [stderr] | [INFO] [stderr] 193 | provider: &Box, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `&Provider` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::borrowed_box)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrowed_box [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.53s [INFO] running `"docker" "inspect" "8317478637b73ea5700dbd6da8c7c81176886e3e46943904621b08a2ffb668c1"` [INFO] running `"docker" "rm" "-f" "8317478637b73ea5700dbd6da8c7c81176886e3e46943904621b08a2ffb668c1"` [INFO] [stdout] 8317478637b73ea5700dbd6da8c7c81176886e3e46943904621b08a2ffb668c1