[INFO] updating cached repository cvmfs/cvmfs-notify-client [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cvmfs/cvmfs-notify-client [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cvmfs/cvmfs-notify-client" "work/ex/clippy-test-run/sources/stable/gh/cvmfs/cvmfs-notify-client"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/cvmfs/cvmfs-notify-client'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cvmfs/cvmfs-notify-client" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/cvmfs/cvmfs-notify-client"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/cvmfs/cvmfs-notify-client'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fd568629d54380e4e83f80f3536ea0698bc57dcf [INFO] sha for GitHub repo cvmfs/cvmfs-notify-client: fd568629d54380e4e83f80f3536ea0698bc57dcf [INFO] validating manifest of cvmfs/cvmfs-notify-client 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 cvmfs/cvmfs-notify-client 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 cvmfs/cvmfs-notify-client [INFO] finished frobbing cvmfs/cvmfs-notify-client [INFO] frobbed toml for cvmfs/cvmfs-notify-client written to work/ex/clippy-test-run/sources/stable/gh/cvmfs/cvmfs-notify-client/Cargo.toml [INFO] started frobbing cvmfs/cvmfs-notify-client [INFO] finished frobbing cvmfs/cvmfs-notify-client [INFO] frobbed toml for cvmfs/cvmfs-notify-client written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/cvmfs/cvmfs-notify-client/Cargo.toml [INFO] crate cvmfs/cvmfs-notify-client 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 cvmfs/cvmfs-notify-client against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/cvmfs/cvmfs-notify-client:/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] c1c48bc8d5ce50a33dc18a9e6d29f10f3fa1a395cb81d3ab39e4addc296fff64 [INFO] running `"docker" "start" "-a" "c1c48bc8d5ce50a33dc18a9e6d29f10f3fa1a395cb81d3ab39e4addc296fff64"` [INFO] [stderr] Checking iovec v0.1.1 [INFO] [stderr] Checking env_logger v0.5.0 [INFO] [stderr] Checking bytes v0.4.6 [INFO] [stderr] Checking mio v0.6.12 [INFO] [stderr] Checking tokio-io v0.1.4 [INFO] [stderr] Checking ws v0.7.3 [INFO] [stderr] Checking tokio-core v0.1.12 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking hyper v0.11.14 [INFO] [stderr] Checking cvmfs_notify_client v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/listen.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | min_revision: min_revision, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `min_revision` [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/listen.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | out: out, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `out` [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/listen.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | req: req, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `req` [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/listen.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | continuous: continuous, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `continuous` [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/listen.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | verbose: verbose, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `verbose` [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/listen.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | min_revision: min_revision, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `min_revision` [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/listen.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | out: out, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `out` [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/listen.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | req: req, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `req` [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/listen.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | continuous: continuous, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `continuous` [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/listen.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | verbose: verbose, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `verbose` [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 29.21s [INFO] running `"docker" "inspect" "c1c48bc8d5ce50a33dc18a9e6d29f10f3fa1a395cb81d3ab39e4addc296fff64"` [INFO] running `"docker" "rm" "-f" "c1c48bc8d5ce50a33dc18a9e6d29f10f3fa1a395cb81d3ab39e4addc296fff64"` [INFO] [stdout] c1c48bc8d5ce50a33dc18a9e6d29f10f3fa1a395cb81d3ab39e4addc296fff64