[INFO] updating cached repository asonix/rust-worker-pool [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/asonix/rust-worker-pool [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/asonix/rust-worker-pool" "work/ex/clippy-test-run/sources/stable/gh/asonix/rust-worker-pool"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/asonix/rust-worker-pool'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/asonix/rust-worker-pool" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/asonix/rust-worker-pool"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/asonix/rust-worker-pool'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d464e0bf404bfb5a59323e13d9b41cfdda61c2f0 [INFO] sha for GitHub repo asonix/rust-worker-pool: d464e0bf404bfb5a59323e13d9b41cfdda61c2f0 [INFO] validating manifest of asonix/rust-worker-pool 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 asonix/rust-worker-pool 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 asonix/rust-worker-pool [INFO] finished frobbing asonix/rust-worker-pool [INFO] frobbed toml for asonix/rust-worker-pool written to work/ex/clippy-test-run/sources/stable/gh/asonix/rust-worker-pool/Cargo.toml [INFO] started frobbing asonix/rust-worker-pool [INFO] finished frobbing asonix/rust-worker-pool [INFO] frobbed toml for asonix/rust-worker-pool written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/asonix/rust-worker-pool/Cargo.toml [INFO] crate asonix/rust-worker-pool 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 asonix/rust-worker-pool against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/asonix/rust-worker-pool:/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] c98eab6cfcf7a22e881c1c2085d9bd63f10b015b064bbe10c9aecdf47ae3662d [INFO] running `"docker" "start" "-a" "c98eab6cfcf7a22e881c1c2085d9bd63f10b015b064bbe10c9aecdf47ae3662d"` [INFO] [stderr] Checking splay_tree v0.2.8 [INFO] [stderr] Checking nbchan v0.1.0 [INFO] [stderr] Checking handy_async v0.2.12 [INFO] [stderr] Checking relay v0.1.0 [INFO] [stderr] Checking futures-cpupool v0.1.7 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking mime v0.3.5 [INFO] [stderr] Checking hyper v0.11.6 [INFO] [stderr] Checking fibers v0.1.8 [INFO] [stderr] Checking worker-pool v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [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/lib.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 97 | message: message, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `message` [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/lib.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [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/lib.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 97 | message: message, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `message` [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] Finished dev [unoptimized + debuginfo] target(s) in 20.60s [INFO] running `"docker" "inspect" "c98eab6cfcf7a22e881c1c2085d9bd63f10b015b064bbe10c9aecdf47ae3662d"` [INFO] running `"docker" "rm" "-f" "c98eab6cfcf7a22e881c1c2085d9bd63f10b015b064bbe10c9aecdf47ae3662d"` [INFO] [stdout] c98eab6cfcf7a22e881c1c2085d9bd63f10b015b064bbe10c9aecdf47ae3662d