[INFO] updating cached repository autozimu/LanguageClient-neovim [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/autozimu/LanguageClient-neovim [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/autozimu/LanguageClient-neovim" "work/ex/clippy-test-run/sources/stable/gh/autozimu/LanguageClient-neovim"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/autozimu/LanguageClient-neovim'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/autozimu/LanguageClient-neovim" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/autozimu/LanguageClient-neovim"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/autozimu/LanguageClient-neovim'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 12a1f60cb25754c6e63c56a4df79aed280377710 [INFO] sha for GitHub repo autozimu/LanguageClient-neovim: 12a1f60cb25754c6e63c56a4df79aed280377710 [INFO] validating manifest of autozimu/LanguageClient-neovim 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 autozimu/LanguageClient-neovim 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 autozimu/LanguageClient-neovim [INFO] finished frobbing autozimu/LanguageClient-neovim [INFO] frobbed toml for autozimu/LanguageClient-neovim written to work/ex/clippy-test-run/sources/stable/gh/autozimu/LanguageClient-neovim/Cargo.toml [INFO] started frobbing autozimu/LanguageClient-neovim [INFO] finished frobbing autozimu/LanguageClient-neovim [INFO] frobbed toml for autozimu/LanguageClient-neovim written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/autozimu/LanguageClient-neovim/Cargo.toml [INFO] crate autozimu/LanguageClient-neovim 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 autozimu/LanguageClient-neovim against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/autozimu/LanguageClient-neovim:/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] f67fdb649fc29a22d094380ab40880662b1b4c21f2fb644330874a974b7e26d9 [INFO] running `"docker" "start" "-a" "f67fdb649fc29a22d094380ab40880662b1b4c21f2fb644330874a974b7e26d9"` [INFO] [stderr] Compiling languageclient v0.1.132 (/opt/crater/workdir) [INFO] [stderr] Checking pathdiff v0.1.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking serde-value v0.5.3 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking tokio-io v0.1.10 [INFO] [stderr] Checking jsonrpc-core v9.0.0 [INFO] [stderr] Checking log4rs v0.8.1 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking structopt v0.2.13 [INFO] [stderr] Checking languageserver-types v0.51.1 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking notify v4.0.6 [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/languageclient.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `write_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/logger.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[allow(write_literal)] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::write_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/vim.rs:184:13 [INFO] [stderr] | [INFO] [stderr] 184 | #[allow(needless_pass_by_value)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/languageclient.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `write_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/logger.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[allow(write_literal)] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::write_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/vim.rs:184:13 [INFO] [stderr] | [INFO] [stderr] 184 | #[allow(needless_pass_by_value)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/languageclient.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/utils.rs:209:23 [INFO] [stderr] | [INFO] [stderr] 209 | line: 99999999, [INFO] [stderr] | ^^^^^^^^ help: consider: `99_999_999` [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] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/languageclient.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.12s [INFO] running `"docker" "inspect" "f67fdb649fc29a22d094380ab40880662b1b4c21f2fb644330874a974b7e26d9"` [INFO] running `"docker" "rm" "-f" "f67fdb649fc29a22d094380ab40880662b1b4c21f2fb644330874a974b7e26d9"` [INFO] [stdout] f67fdb649fc29a22d094380ab40880662b1b4c21f2fb644330874a974b7e26d9