[INFO] crate unic 0.7.0 is already in cache [INFO] extracting crate unic 0.7.0 into work/ex/clippy-test-run/sources/stable/reg/unic/0.7.0 [INFO] extracting crate unic 0.7.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/unic/0.7.0 [INFO] validating manifest of unic-0.7.0 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 unic-0.7.0 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 unic-0.7.0 [INFO] finished frobbing unic-0.7.0 [INFO] frobbed toml for unic-0.7.0 written to work/ex/clippy-test-run/sources/stable/reg/unic/0.7.0/Cargo.toml [INFO] started frobbing unic-0.7.0 [INFO] finished frobbing unic-0.7.0 [INFO] frobbed toml for unic-0.7.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/unic/0.7.0/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 unic-0.7.0 against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/unic/0.7.0:/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 -Dclippy::into_iter_on_array" "-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] ebcacfd79ae27f5efd815c175a4f998fccabec10d898d0da6ed7f493925ae527 [INFO] running `"docker" "start" "-a" "ebcacfd79ae27f5efd815c175a4f998fccabec10d898d0da6ed7f493925ae527"` [INFO] [stderr] Checking unic-char-range v0.7.0 [INFO] [stderr] Checking unic-idna-punycode v0.7.0 [INFO] [stderr] Checking unic-char-property v0.7.0 [INFO] [stderr] Checking unic-ucd-category v0.7.0 [INFO] [stderr] Checking unic-ucd-name v0.7.0 [INFO] [stderr] Checking unic-ucd-age v0.7.0 [INFO] [stderr] Checking unic-ucd-ident v0.7.0 [INFO] [stderr] Checking unic-ucd-case v0.7.0 [INFO] [stderr] Checking unic-ucd-segment v0.7.0 [INFO] [stderr] Checking unic-emoji-char v0.7.0 [INFO] [stderr] Checking unic-ucd-bidi v0.7.0 [INFO] [stderr] Checking unic-ucd-common v0.7.0 [INFO] [stderr] Checking unic-idna-mapping v0.7.0 [INFO] [stderr] Checking unic-char v0.7.0 [INFO] [stderr] Checking unic-emoji v0.7.0 [INFO] [stderr] Checking unic-bidi v0.7.0 [INFO] [stderr] Checking unic-ucd-normal v0.7.0 [INFO] [stderr] Checking unic-segment v0.7.0 [INFO] [stderr] Checking unic-normal v0.7.0 [INFO] [stderr] Checking unic-idna v0.7.0 [INFO] [stderr] Checking unic-ucd v0.7.0 [INFO] [stderr] Checking unic v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes [INFO] [stderr] --> examples/bidi_example.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg_attr(rustfmt, rustfmt_skip)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::deprecated_cfg_attr)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_cfg_attr [INFO] [stderr] [INFO] [stderr] warning: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes [INFO] [stderr] --> tests/basics_test.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #[cfg_attr(rustfmt, rustfmt_skip)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::deprecated_cfg_attr)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_cfg_attr [INFO] [stderr] [INFO] [stderr] warning: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes [INFO] [stderr] --> examples/ucd_bidi_traits_example.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg_attr(rustfmt, rustfmt_skip)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::deprecated_cfg_attr)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_cfg_attr [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 31 [INFO] [stderr] --> tests/basics_test.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / fn test_sample() { [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | // Age [INFO] [stderr] 28 | | [INFO] [stderr] ... | [INFO] [stderr] 142 | | ); [INFO] [stderr] 143 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cyclomatic_complexity)] on by default [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.83s [INFO] running `"docker" "inspect" "ebcacfd79ae27f5efd815c175a4f998fccabec10d898d0da6ed7f493925ae527"` [INFO] running `"docker" "rm" "-f" "ebcacfd79ae27f5efd815c175a4f998fccabec10d898d0da6ed7f493925ae527"` [INFO] [stdout] ebcacfd79ae27f5efd815c175a4f998fccabec10d898d0da6ed7f493925ae527