[INFO] updating cached repository rustyhorde/mussh [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rustyhorde/mussh [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rustyhorde/mussh" "work/ex/clippy-test-run/sources/stable/gh/rustyhorde/mussh"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/rustyhorde/mussh'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rustyhorde/mussh" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/rustyhorde/mussh"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/rustyhorde/mussh'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] adf17048a79afa74a0b6e482c6899aea24d250c7 [INFO] sha for GitHub repo rustyhorde/mussh: adf17048a79afa74a0b6e482c6899aea24d250c7 [INFO] validating manifest of rustyhorde/mussh 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 rustyhorde/mussh 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 rustyhorde/mussh [INFO] finished frobbing rustyhorde/mussh [INFO] frobbed toml for rustyhorde/mussh written to work/ex/clippy-test-run/sources/stable/gh/rustyhorde/mussh/Cargo.toml [INFO] started frobbing rustyhorde/mussh [INFO] finished frobbing rustyhorde/mussh [INFO] frobbed toml for rustyhorde/mussh written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/rustyhorde/mussh/Cargo.toml [INFO] crate rustyhorde/mussh has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on the registry index [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting rustyhorde/mussh against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/rustyhorde/mussh:/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] 7c5f6aa959fd206c096d5d11361ac2b7b1cda91f590b0e22568ebd5220048325 [INFO] running `"docker" "start" "-a" "7c5f6aa959fd206c096d5d11361ac2b7b1cda91f590b0e22568ebd5220048325"` [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Checking rustc-demangle v0.1.10 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling sys-info v0.5.6 [INFO] [stderr] Checking time v0.1.41 [INFO] [stderr] Checking isatty v0.1.9 [INFO] [stderr] Checking dirs v1.0.4 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Checking error-chain v0.12.0 [INFO] [stderr] Checking slog-term v2.4.0 [INFO] [stderr] Checking ssh2 v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Checking mussh v2.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `unseparated_literal_suffix` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:10:45 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", allow(unseparated_literal_suffix, use_self))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unseparated_literal_suffix` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:10:73 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", allow(unseparated_literal_suffix, use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `unseparated_literal_suffix` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:10:45 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", allow(unseparated_literal_suffix, use_self))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unseparated_literal_suffix` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:10:73 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", allow(unseparated_literal_suffix, use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `unseparated_literal_suffix` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:10:45 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", allow(unseparated_literal_suffix, use_self))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unseparated_literal_suffix` [INFO] [stderr] [INFO] [stderr] warning: lint name `unseparated_literal_suffix` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:10:45 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", allow(unseparated_literal_suffix, use_self))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unseparated_literal_suffix` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.20s [INFO] running `"docker" "inspect" "7c5f6aa959fd206c096d5d11361ac2b7b1cda91f590b0e22568ebd5220048325"` [INFO] running `"docker" "rm" "-f" "7c5f6aa959fd206c096d5d11361ac2b7b1cda91f590b0e22568ebd5220048325"` [INFO] [stdout] 7c5f6aa959fd206c096d5d11361ac2b7b1cda91f590b0e22568ebd5220048325