[INFO] updating cached repository mk-tool/lemoned_naglfar [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mk-tool/lemoned_naglfar [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mk-tool/lemoned_naglfar" "work/ex/clippy-test-run/sources/stable/gh/mk-tool/lemoned_naglfar"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/mk-tool/lemoned_naglfar'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mk-tool/lemoned_naglfar" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mk-tool/lemoned_naglfar"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mk-tool/lemoned_naglfar'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f6b114d0073e1e8a5a474f9b67ef577e9d494898 [INFO] sha for GitHub repo mk-tool/lemoned_naglfar: f6b114d0073e1e8a5a474f9b67ef577e9d494898 [INFO] validating manifest of mk-tool/lemoned_naglfar 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 mk-tool/lemoned_naglfar 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 mk-tool/lemoned_naglfar [INFO] finished frobbing mk-tool/lemoned_naglfar [INFO] frobbed toml for mk-tool/lemoned_naglfar written to work/ex/clippy-test-run/sources/stable/gh/mk-tool/lemoned_naglfar/Cargo.toml [INFO] started frobbing mk-tool/lemoned_naglfar [INFO] finished frobbing mk-tool/lemoned_naglfar [INFO] frobbed toml for mk-tool/lemoned_naglfar written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mk-tool/lemoned_naglfar/Cargo.toml [INFO] crate mk-tool/lemoned_naglfar has a lockfile. skipping [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 mk-tool/lemoned_naglfar against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/mk-tool/lemoned_naglfar:/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] 8cd4dfc958b983bd9649e7abf3e1119af7e28b19c18ecc1958f2170a7629b6e2 [INFO] running `"docker" "start" "-a" "8cd4dfc958b983bd9649e7abf3e1119af7e28b19c18ecc1958f2170a7629b6e2"` [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Checking phf v0.7.22 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Checking tendril v0.4.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.1 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling html5ever v0.22.3 [INFO] [stderr] Compiling markup5ever v0.7.2 [INFO] [stderr] Checking lemoned_naglfar v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | const VERSION_STR: &'static str = env!("CARGO_PKG_VERSION"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [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/main.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | const VERSION_STR: &'static str = env!("CARGO_PKG_VERSION"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [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] Finished dev [unoptimized + debuginfo] target(s) in 39.84s [INFO] running `"docker" "inspect" "8cd4dfc958b983bd9649e7abf3e1119af7e28b19c18ecc1958f2170a7629b6e2"` [INFO] running `"docker" "rm" "-f" "8cd4dfc958b983bd9649e7abf3e1119af7e28b19c18ecc1958f2170a7629b6e2"` [INFO] [stdout] 8cd4dfc958b983bd9649e7abf3e1119af7e28b19c18ecc1958f2170a7629b6e2