[INFO] crate ucd-util 0.1.3 is already in cache [INFO] extracting crate ucd-util 0.1.3 into work/ex/clippy-test-run/sources/stable/reg/ucd-util/0.1.3 [INFO] extracting crate ucd-util 0.1.3 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ucd-util/0.1.3 [INFO] validating manifest of ucd-util-0.1.3 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 ucd-util-0.1.3 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 ucd-util-0.1.3 [INFO] finished frobbing ucd-util-0.1.3 [INFO] frobbed toml for ucd-util-0.1.3 written to work/ex/clippy-test-run/sources/stable/reg/ucd-util/0.1.3/Cargo.toml [INFO] started frobbing ucd-util-0.1.3 [INFO] finished frobbing ucd-util-0.1.3 [INFO] frobbed toml for ucd-util-0.1.3 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ucd-util/0.1.3/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 ucd-util-0.1.3 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-6/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/ucd-util/0.1.3:/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] eeae42ff65fd6d943ae3d4e7f503c8b509d045121eee39efbb450e23a0d879f8 [INFO] running `"docker" "start" "-a" "eeae42ff65fd6d943ae3d4e7f503c8b509d045121eee39efbb450e23a0d879f8"` [INFO] [stderr] Checking ucd-util v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/hangul.rs:10:35 [INFO] [stderr] | [INFO] [stderr] 10 | pub const RANGE_HANGUL_SYLLABLE: &'static [(u32, u32)] = &[ [INFO] [stderr] | -^^^^^^^------------- help: consider removing `'static`: `&[(u32, u32)]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ideograph.rs:4:29 [INFO] [stderr] | [INFO] [stderr] 4 | pub const RANGE_IDEOGRAPH: &'static [(u32, u32)] = &[ [INFO] [stderr] | -^^^^^^^------------- help: consider removing `'static`: `&[(u32, u32)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/jamo_short_name.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | pub const JAMO_SHORT_NAME: &'static [(u32, &'static str)] = &[ [INFO] [stderr] | -^^^^^^^---------------------- help: consider removing `'static`: `&[(u32, &'static str)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/jamo_short_name.rs:7:45 [INFO] [stderr] | [INFO] [stderr] 7 | pub const JAMO_SHORT_NAME: &'static [(u32, &'static str)] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_names.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_NAMES: &'static [(&'static str, &'static str)] = &[ [INFO] [stderr] | -^^^^^^^------------------------------- help: consider removing `'static`: `&[(&'static str, &'static str)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_names.rs:7:39 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_NAMES: &'static [(&'static str, &'static str)] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_names.rs:7:53 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_NAMES: &'static [(&'static str, &'static str)] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_values.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_VALUES: &'static [(&'static str, &'static [(&'static str, &'static str)])] = &[ [INFO] [stderr] | -^^^^^^^---------------------------------------------------------- help: consider removing `'static`: `&[(&'static str, &'static [(&'static str, &'static str)])]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_values.rs:7:40 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_VALUES: &'static [(&'static str, &'static [(&'static str, &'static str)])] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_values.rs:7:54 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_VALUES: &'static [(&'static str, &'static [(&'static str, &'static str)])] = &[ [INFO] [stderr] | -^^^^^^^------------------------------- help: consider removing `'static`: `&[(&'static str, &'static str)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_values.rs:7:65 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_VALUES: &'static [(&'static str, &'static [(&'static str, &'static str)])] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/property_values.rs:7:79 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PROPERTY_VALUES: &'static [(&'static str, &'static [(&'static str, &'static str)])] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/hangul.rs:10:35 [INFO] [stderr] | [INFO] [stderr] 10 | pub const RANGE_HANGUL_SYLLABLE: &'static [(u32, u32)] = &[ [INFO] [stderr] | -^^^^^^^------------- help: consider removing `'static`: `&[(u32, u32)]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ideograph.rs:4:29 [INFO] [stderr] | [INFO] [stderr] 4 | pub const RANGE_IDEOGRAPH: &'static [(u32, u32)] = &[ [INFO] [stderr] | -^^^^^^^------------- help: consider removing `'static`: `&[(u32, u32)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/jamo_short_name.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | pub const JAMO_SHORT_NAME: &'static [(u32, &'static str)] = &[ [INFO] [stderr] | -^^^^^^^---------------------- help: consider removing `'static`: `&[(u32, &'static str)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/unicode_tables/jamo_short_name.rs:7:45 [INFO] [stderr] | [INFO] [stderr] 7 | pub const JAMO_SHORT_NAME: &'static [(u32, &'static str)] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: an inclusive range would be more readable [INFO] [stderr] --> src/hangul.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | for cp in 0xAC00..(0xD7A3 + 1) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use: `0xAC00..=0xD7A3` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::range_plus_one)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#range_plus_one [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `"docker" "inspect" "eeae42ff65fd6d943ae3d4e7f503c8b509d045121eee39efbb450e23a0d879f8"` [INFO] running `"docker" "rm" "-f" "eeae42ff65fd6d943ae3d4e7f503c8b509d045121eee39efbb450e23a0d879f8"` [INFO] [stdout] eeae42ff65fd6d943ae3d4e7f503c8b509d045121eee39efbb450e23a0d879f8