[INFO] updating cached repository antweiss/cargo-commentratio [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/antweiss/cargo-commentratio [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/antweiss/cargo-commentratio" "work/ex/clippy-test-run/sources/stable/gh/antweiss/cargo-commentratio"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/antweiss/cargo-commentratio'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/antweiss/cargo-commentratio" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/antweiss/cargo-commentratio"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/antweiss/cargo-commentratio'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a526a4aac369ccc8910233242768094991d04cfd [INFO] sha for GitHub repo antweiss/cargo-commentratio: a526a4aac369ccc8910233242768094991d04cfd [INFO] validating manifest of antweiss/cargo-commentratio 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 antweiss/cargo-commentratio 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 antweiss/cargo-commentratio [INFO] finished frobbing antweiss/cargo-commentratio [INFO] frobbed toml for antweiss/cargo-commentratio written to work/ex/clippy-test-run/sources/stable/gh/antweiss/cargo-commentratio/Cargo.toml [INFO] started frobbing antweiss/cargo-commentratio [INFO] finished frobbing antweiss/cargo-commentratio [INFO] frobbed toml for antweiss/cargo-commentratio written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/antweiss/cargo-commentratio/Cargo.toml [INFO] crate antweiss/cargo-commentratio 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 antweiss/cargo-commentratio against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/antweiss/cargo-commentratio:/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] bdb84ad4d50844f9bbad22cea15b5b632fc9dc3c955ab5808ea8b52a12761743 [INFO] running `"docker" "start" "-a" "bdb84ad4d50844f9bbad22cea15b5b632fc9dc3c955ab5808ea8b52a12761743"` [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking globset v0.4.2 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking clap-verbosity-flag v0.1.0 [INFO] [stderr] Checking parking_lot v0.7.0 [INFO] [stderr] Checking ignore v0.4.4 [INFO] [stderr] Checking console v0.7.0 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking quicli v0.3.1 [INFO] [stderr] Checking indicatif v0.9.0 [INFO] [stderr] Checking dialoguer v0.1.0 [INFO] [stderr] Checking cargo-commentratio v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: you seem to be trying to use match to destructure a single infallible pattern. Consider using `let` [INFO] [stderr] --> src/main.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / let args: Args = match Cli::from_args() { [INFO] [stderr] 32 | | Cli::Commentratio(args) => args, [INFO] [stderr] 33 | | }; [INFO] [stderr] | |______^ help: try this: `let Cli::Commentratio(args) = Cli::from_args();` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::infallible_destructuring_match)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#infallible_destructuring_match [INFO] [stderr] [INFO] [stderr] warning: you seem to be trying to use match to destructure a single infallible pattern. Consider using `let` [INFO] [stderr] --> src/main.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / let args: Args = match Cli::from_args() { [INFO] [stderr] 32 | | Cli::Commentratio(args) => args, [INFO] [stderr] 33 | | }; [INFO] [stderr] | |______^ help: try this: `let Cli::Commentratio(args) = Cli::from_args();` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::infallible_destructuring_match)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#infallible_destructuring_match [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.56s [INFO] running `"docker" "inspect" "bdb84ad4d50844f9bbad22cea15b5b632fc9dc3c955ab5808ea8b52a12761743"` [INFO] running `"docker" "rm" "-f" "bdb84ad4d50844f9bbad22cea15b5b632fc9dc3c955ab5808ea8b52a12761743"` [INFO] [stdout] bdb84ad4d50844f9bbad22cea15b5b632fc9dc3c955ab5808ea8b52a12761743