[INFO] crate unic-ucd-segment 0.7.0 is already in cache [INFO] extracting crate unic-ucd-segment 0.7.0 into work/ex/clippy-test-run/sources/stable/reg/unic-ucd-segment/0.7.0 [INFO] extracting crate unic-ucd-segment 0.7.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/unic-ucd-segment/0.7.0 [INFO] validating manifest of unic-ucd-segment-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-ucd-segment-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-ucd-segment-0.7.0 [INFO] finished frobbing unic-ucd-segment-0.7.0 [INFO] frobbed toml for unic-ucd-segment-0.7.0 written to work/ex/clippy-test-run/sources/stable/reg/unic-ucd-segment/0.7.0/Cargo.toml [INFO] started frobbing unic-ucd-segment-0.7.0 [INFO] finished frobbing unic-ucd-segment-0.7.0 [INFO] frobbed toml for unic-ucd-segment-0.7.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/unic-ucd-segment/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-ucd-segment-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-7/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-ucd-segment/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] 063e131815e9f838ac545e959c6484d3d27c1a3c03f658d9447e1b8371edb1a2 [INFO] running `"docker" "start" "-a" "063e131815e9f838ac545e959c6484d3d27c1a3c03f658d9447e1b8371edb1a2"` [INFO] [stderr] Checking unic-char-range v0.7.0 [INFO] [stderr] Checking unic-ucd-version v0.7.0 [INFO] [stderr] Checking unic-char-property v0.7.0 [INFO] [stderr] Checking unic-ucd-segment v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: the function has a cyclomatic complexity of 33 [INFO] [stderr] --> src/grapheme_cluster_break.rs:364:5 [INFO] [stderr] | [INFO] [stderr] 364 | / fn test_bmp() { [INFO] [stderr] 365 | | // Hebrew [INFO] [stderr] 366 | | assert_eq!(GCB::of('\u{0590}'), GCB::Other); [INFO] [stderr] 367 | | assert_eq!(GCB::of('\u{05D0}'), GCB::Other); [INFO] [stderr] ... | [INFO] [stderr] 407 | | assert_eq!(GCB::of('\u{FFFF}'), GCB::Other); [INFO] [stderr] 408 | | } [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] warning: the function has a cyclomatic complexity of 33 [INFO] [stderr] --> src/sentence_break.rs:279:5 [INFO] [stderr] | [INFO] [stderr] 279 | / fn test_bmp() { [INFO] [stderr] 280 | | // Hebrew [INFO] [stderr] 281 | | assert_eq!(SB::of('\u{0590}'), SB::Other); [INFO] [stderr] 282 | | assert_eq!(SB::of('\u{05D0}'), SB::OLetter); [INFO] [stderr] ... | [INFO] [stderr] 322 | | assert_eq!(SB::of('\u{FFFF}'), SB::Other); [INFO] [stderr] 323 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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] warning: the function has a cyclomatic complexity of 33 [INFO] [stderr] --> src/word_break.rs:372:5 [INFO] [stderr] | [INFO] [stderr] 372 | / fn test_bmp() { [INFO] [stderr] 373 | | // Hebrew [INFO] [stderr] 374 | | assert_eq!(WB::of('\u{0590}'), WB::Other); [INFO] [stderr] 375 | | assert_eq!(WB::of('\u{05D0}'), WB::HebrewLetter); [INFO] [stderr] ... | [INFO] [stderr] 415 | | assert_eq!(WB::of('\u{FFFF}'), WB::Other); [INFO] [stderr] 416 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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 4.32s [INFO] running `"docker" "inspect" "063e131815e9f838ac545e959c6484d3d27c1a3c03f658d9447e1b8371edb1a2"` [INFO] running `"docker" "rm" "-f" "063e131815e9f838ac545e959c6484d3d27c1a3c03f658d9447e1b8371edb1a2"` [INFO] [stdout] 063e131815e9f838ac545e959c6484d3d27c1a3c03f658d9447e1b8371edb1a2