[INFO] crate tokio-jsonrpc 0.9.1 is already in cache [INFO] extracting crate tokio-jsonrpc 0.9.1 into work/ex/clippy-test-run/sources/stable/reg/tokio-jsonrpc/0.9.1 [INFO] extracting crate tokio-jsonrpc 0.9.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/tokio-jsonrpc/0.9.1 [INFO] validating manifest of tokio-jsonrpc-0.9.1 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 tokio-jsonrpc-0.9.1 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 tokio-jsonrpc-0.9.1 [INFO] finished frobbing tokio-jsonrpc-0.9.1 [INFO] frobbed toml for tokio-jsonrpc-0.9.1 written to work/ex/clippy-test-run/sources/stable/reg/tokio-jsonrpc/0.9.1/Cargo.toml [INFO] started frobbing tokio-jsonrpc-0.9.1 [INFO] finished frobbing tokio-jsonrpc-0.9.1 [INFO] frobbed toml for tokio-jsonrpc-0.9.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/tokio-jsonrpc/0.9.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 tokio-jsonrpc-0.9.1 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/reg/tokio-jsonrpc/0.9.1:/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] 7261ac9842ed056fcf2d2601322fd3418bec8040fe26ef3aa4b4e538a83ea369 [INFO] running `"docker" "start" "-a" "7261ac9842ed056fcf2d2601322fd3418bec8040fe26ef3aa4b4e538a83ea369"` [INFO] [stderr] Checking version-sync v0.5.0 [INFO] [stderr] Checking tokio-jsonrpc v0.9.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/endpoint.rs:170:13 [INFO] [stderr] | [INFO] [stderr] 170 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [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/endpoint.rs:170:13 [INFO] [stderr] | [INFO] [stderr] 170 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [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: this let-binding has unit value. Consider omitting `let () =` [INFO] [stderr] --> src/server.rs:831:9 [INFO] [stderr] | [INFO] [stderr] 831 | let () = jsonrpc_params!(params,); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::let_unit_value)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> examples/time_client.rs:52:56 [INFO] [stderr] | [INFO] [stderr] 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> examples/time_server.rs:133:28 [INFO] [stderr] | [INFO] [stderr] 133 | connection.framed(LineCodec::new()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> examples/echo_params.rs:32:31 [INFO] [stderr] | [INFO] [stderr] 32 | let jsonized = stream.framed(LineCodec::new()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> tests/endpoint.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> tests/endpoint.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | Framed, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> tests/endpoint.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | Framed, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> tests/endpoint.rs:90:12 [INFO] [stderr] | [INFO] [stderr] 90 | s1.framed(LineCodec::new()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> tests/endpoint.rs:91:12 [INFO] [stderr] | [INFO] [stderr] 91 | s2.framed(LineCodec::new()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.29s [INFO] running `"docker" "inspect" "7261ac9842ed056fcf2d2601322fd3418bec8040fe26ef3aa4b4e538a83ea369"` [INFO] running `"docker" "rm" "-f" "7261ac9842ed056fcf2d2601322fd3418bec8040fe26ef3aa4b4e538a83ea369"` [INFO] [stdout] 7261ac9842ed056fcf2d2601322fd3418bec8040fe26ef3aa4b4e538a83ea369