[INFO] updating cached repository mattgathu/duma [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mattgathu/duma [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mattgathu/duma" "work/ex/clippy-test-run/sources/stable/gh/mattgathu/duma"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/mattgathu/duma'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mattgathu/duma" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mattgathu/duma"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mattgathu/duma'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6059ae31de49a768a573f42c96f7a7be794a9eca [INFO] sha for GitHub repo mattgathu/duma: 6059ae31de49a768a573f42c96f7a7be794a9eca [INFO] validating manifest of mattgathu/duma 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 mattgathu/duma 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 mattgathu/duma [INFO] finished frobbing mattgathu/duma [INFO] frobbed toml for mattgathu/duma written to work/ex/clippy-test-run/sources/stable/gh/mattgathu/duma/Cargo.toml [INFO] started frobbing mattgathu/duma [INFO] finished frobbing mattgathu/duma [INFO] frobbed toml for mattgathu/duma written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mattgathu/duma/Cargo.toml [INFO] crate mattgathu/duma 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 mattgathu/duma against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/mattgathu/duma:/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] 31462ea80dc3c85181e0532da04bf7994dd5f5984965a7eb3357af214b25f5f5 [INFO] running `"docker" "start" "-a" "31462ea80dc3c85181e0532da04bf7994dd5f5984965a7eb3357af214b25f5f5"` [INFO] [stderr] Compiling getopts v0.2.15 [INFO] [stderr] Checking smallvec v0.4.2 [INFO] [stderr] Checking difference v1.0.0 [INFO] [stderr] Checking clicolors-control v0.1.0 [INFO] [stderr] Checking colored v1.5.2 [INFO] [stderr] Checking libflate v0.1.11 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Checking clap v2.31.2 [INFO] [stderr] Checking backtrace-sys v0.1.14 [INFO] [stderr] Checking serde_urlencoded v0.5.1 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking tokio-tls v0.1.3 [INFO] [stderr] Checking backtrace v0.3.3 [INFO] [stderr] Checking parking_lot_core v0.2.3 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Checking hyper-tls v0.1.2 [INFO] [stderr] Checking parking_lot v0.4.5 [INFO] [stderr] Checking ftp v2.2.1 [INFO] [stderr] Checking console v0.5.0 [INFO] [stderr] Checking reqwest v0.7.3 [INFO] [stderr] Compiling skeptic v0.5.0 [INFO] [stderr] Compiling assert_cli v0.4.0 [INFO] [stderr] Checking indicatif v0.7.0 [INFO] [stderr] Checking duma v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | url: url, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `url` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:136:13 [INFO] [stderr] | [INFO] [stderr] 136 | url: url, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `url` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | headers: headers, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `headers` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | timeout: timeout, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `timeout` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | proxies: proxies, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `proxies` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | url: url, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `url` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:136:13 [INFO] [stderr] | [INFO] [stderr] 136 | url: url, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `url` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | headers: headers, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `headers` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | timeout: timeout, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `timeout` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/core.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | proxies: proxies, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `proxies` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: useless use of `format!` [INFO] [stderr] --> src/download.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | format!("{}", name) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider using .to_string(): `name.to_string()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::useless_format)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: useless use of `format!` [INFO] [stderr] --> src/download.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | format!("{}", name) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider using .to_string(): `name.to_string()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::useless_format)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.47s [INFO] running `"docker" "inspect" "31462ea80dc3c85181e0532da04bf7994dd5f5984965a7eb3357af214b25f5f5"` [INFO] running `"docker" "rm" "-f" "31462ea80dc3c85181e0532da04bf7994dd5f5984965a7eb3357af214b25f5f5"` [INFO] [stdout] 31462ea80dc3c85181e0532da04bf7994dd5f5984965a7eb3357af214b25f5f5