[INFO] updating cached repository vishy1618/gcm [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/vishy1618/gcm [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/vishy1618/gcm" "work/ex/clippy-test-run/sources/stable/gh/vishy1618/gcm"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/vishy1618/gcm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vishy1618/gcm" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/vishy1618/gcm"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/vishy1618/gcm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 53f9f18f86fb0e732525f04a99b5bea58656b321 [INFO] sha for GitHub repo vishy1618/gcm: 53f9f18f86fb0e732525f04a99b5bea58656b321 [INFO] validating manifest of vishy1618/gcm 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 vishy1618/gcm 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 vishy1618/gcm [INFO] finished frobbing vishy1618/gcm [INFO] frobbed toml for vishy1618/gcm written to work/ex/clippy-test-run/sources/stable/gh/vishy1618/gcm/Cargo.toml [INFO] started frobbing vishy1618/gcm [INFO] finished frobbing vishy1618/gcm [INFO] frobbed toml for vishy1618/gcm written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/vishy1618/gcm/Cargo.toml [INFO] crate vishy1618/gcm 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 vishy1618/gcm against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/vishy1618/gcm:/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] 22a607cb0bd6c3ce0d334d38401155878b3dcfd2ae04c642173cc3484a9a6d67 [INFO] running `"docker" "start" "-a" "22a607cb0bd6c3ce0d334d38401155878b3dcfd2ae04c642173cc3484a9a6d67"` [INFO] [stderr] Checking serde v1.0.7 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Checking native-tls v0.1.1 [INFO] [stderr] Checking hyper-native-tls v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.7 [INFO] [stderr] Checking serde_json v1.0.2 [INFO] [stderr] Checking gcm v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/message/mod.rs:76:7 [INFO] [stderr] | [INFO] [stderr] 76 | to: to, [INFO] [stderr] | ^^^^^^ help: replace it with: `to` [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/notification/mod.rs:63:7 [INFO] [stderr] | [INFO] [stderr] 63 | title: title, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `title` [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/message/mod.rs:76:7 [INFO] [stderr] | [INFO] [stderr] 76 | to: to, [INFO] [stderr] | ^^^^^^ help: replace it with: `to` [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/notification/mod.rs:63:7 [INFO] [stderr] | [INFO] [stderr] 63 | title: title, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `title` [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: long literal lacking separators [INFO] [stderr] --> src/message/tests.rs:194:42 [INFO] [stderr] | [INFO] [stderr] 194 | assert_eq!(result.message_id.unwrap(), 2000000); [INFO] [stderr] | ^^^^^^^ help: consider: `2_000_000` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.82s [INFO] running `"docker" "inspect" "22a607cb0bd6c3ce0d334d38401155878b3dcfd2ae04c642173cc3484a9a6d67"` [INFO] running `"docker" "rm" "-f" "22a607cb0bd6c3ce0d334d38401155878b3dcfd2ae04c642173cc3484a9a6d67"` [INFO] [stdout] 22a607cb0bd6c3ce0d334d38401155878b3dcfd2ae04c642173cc3484a9a6d67