[INFO] crate shadertoy-rs 0.4.4 is already in cache [INFO] extracting crate shadertoy-rs 0.4.4 into work/ex/clippy-test-run/sources/stable/reg/shadertoy-rs/0.4.4 [INFO] extracting crate shadertoy-rs 0.4.4 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/shadertoy-rs/0.4.4 [INFO] validating manifest of shadertoy-rs-0.4.4 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 shadertoy-rs-0.4.4 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 shadertoy-rs-0.4.4 [INFO] finished frobbing shadertoy-rs-0.4.4 [INFO] frobbed toml for shadertoy-rs-0.4.4 written to work/ex/clippy-test-run/sources/stable/reg/shadertoy-rs/0.4.4/Cargo.toml [INFO] started frobbing shadertoy-rs-0.4.4 [INFO] finished frobbing shadertoy-rs-0.4.4 [INFO] frobbed toml for shadertoy-rs-0.4.4 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/shadertoy-rs/0.4.4/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 shadertoy-rs-0.4.4 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/shadertoy-rs/0.4.4:/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] 6c2ef41249468fdd192e92d5d3fa14c5fdb748efe230ad57ea93dfc6cd1dbb1e [INFO] running `"docker" "start" "-a" "6c2ef41249468fdd192e92d5d3fa14c5fdb748efe230ad57ea93dfc6cd1dbb1e"` [INFO] [stderr] Compiling glutin v0.13.1 [INFO] [stderr] Checking wayland-sys v0.12.5 [INFO] [stderr] Checking png v0.7.0 [INFO] [stderr] Checking gfx_core v0.8.3 [INFO] [stderr] Checking wayland-client v0.12.5 [INFO] [stderr] Checking image v0.13.0 [INFO] [stderr] Checking wayland-protocols v0.12.5 [INFO] [stderr] Checking wayland-kbd v0.13.1 [INFO] [stderr] Checking wayland-window v0.13.3 [INFO] [stderr] Checking winit v0.11.3 [INFO] [stderr] Checking gfx_device_gl v0.15.5 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx_window_glutin v0.21.0 [INFO] [stderr] Checking shadertoy-rs v0.4.4 (/opt/crater/workdir) [INFO] [stderr] warning: Calling `subsec_millis()` is more concise than this calculation [INFO] [stderr] --> src/runner.rs:236:65 [INFO] [stderr] | [INFO] [stderr] 236 | let elapsed_ms = (elapsed.as_secs() * 1000) + u64::from(elapsed.subsec_nanos()/1_000_000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `elapsed.subsec_millis()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::duration_subsec)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duration_subsec [INFO] [stderr] [INFO] [stderr] warning: Calling `subsec_millis()` is more concise than this calculation [INFO] [stderr] --> src/runner.rs:236:65 [INFO] [stderr] | [INFO] [stderr] 236 | let elapsed_ms = (elapsed.as_secs() * 1000) + u64::from(elapsed.subsec_nanos()/1_000_000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `elapsed.subsec_millis()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::duration_subsec)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duration_subsec [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.08s [INFO] running `"docker" "inspect" "6c2ef41249468fdd192e92d5d3fa14c5fdb748efe230ad57ea93dfc6cd1dbb1e"` [INFO] running `"docker" "rm" "-f" "6c2ef41249468fdd192e92d5d3fa14c5fdb748efe230ad57ea93dfc6cd1dbb1e"` [INFO] [stdout] 6c2ef41249468fdd192e92d5d3fa14c5fdb748efe230ad57ea93dfc6cd1dbb1e