[INFO] updating cached repository AGhost-7/schedule-m8 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AGhost-7/schedule-m8 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AGhost-7/schedule-m8" "work/ex/clippy-test-run/sources/stable/gh/AGhost-7/schedule-m8"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/AGhost-7/schedule-m8'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AGhost-7/schedule-m8" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/AGhost-7/schedule-m8"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/AGhost-7/schedule-m8'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 81b141783df6e135e8ea5bd2a0c491e978a037c0 [INFO] sha for GitHub repo AGhost-7/schedule-m8: 81b141783df6e135e8ea5bd2a0c491e978a037c0 [INFO] validating manifest of AGhost-7/schedule-m8 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 AGhost-7/schedule-m8 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 AGhost-7/schedule-m8 [INFO] finished frobbing AGhost-7/schedule-m8 [INFO] frobbed toml for AGhost-7/schedule-m8 written to work/ex/clippy-test-run/sources/stable/gh/AGhost-7/schedule-m8/Cargo.toml [INFO] started frobbing AGhost-7/schedule-m8 [INFO] finished frobbing AGhost-7/schedule-m8 [INFO] frobbed toml for AGhost-7/schedule-m8 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/AGhost-7/schedule-m8/Cargo.toml [INFO] crate AGhost-7/schedule-m8 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 AGhost-7/schedule-m8 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/AGhost-7/schedule-m8:/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] ee153a4ecafce06abe9c5ec446a799f2bc91391dc1670c0f602f596af2978134 [INFO] running `"docker" "start" "-a" "ee153a4ecafce06abe9c5ec446a799f2bc91391dc1670c0f602f596af2978134"` [INFO] [stderr] Checking serde_json v1.0.1 [INFO] [stderr] Checking uuid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.2 [INFO] [stderr] Checking hyper v0.10.9 [INFO] [stderr] Checking schedule-m8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/scheduler.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | rx: rx, [INFO] [stderr] | ^^^^^^ help: replace it with: `rx` [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/scheduler.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | tx: tx, [INFO] [stderr] | ^^^^^^ help: replace it with: `tx` [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/scheduler.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | rx: rx, [INFO] [stderr] | ^^^^^^ help: replace it with: `rx` [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/scheduler.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | tx: tx, [INFO] [stderr] | ^^^^^^ help: replace it with: `tx` [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: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/main.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | .unwrap_or("0.0.0.0:8001".to_owned()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|_| "0.0.0.0:8001".to_owned())` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::or_fun_call)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] warning: use of `unwrap_or` followed by a function call [INFO] [stderr] --> src/main.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | .unwrap_or("0.0.0.0:8001".to_owned()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|_| "0.0.0.0:8001".to_owned())` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::or_fun_call)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.20s [INFO] running `"docker" "inspect" "ee153a4ecafce06abe9c5ec446a799f2bc91391dc1670c0f602f596af2978134"` [INFO] running `"docker" "rm" "-f" "ee153a4ecafce06abe9c5ec446a799f2bc91391dc1670c0f602f596af2978134"` [INFO] [stdout] ee153a4ecafce06abe9c5ec446a799f2bc91391dc1670c0f602f596af2978134