[INFO] crate volition 0.0.17 is already in cache [INFO] extracting crate volition 0.0.17 into work/ex/clippy-test-run/sources/stable/reg/volition/0.0.17 [INFO] extracting crate volition 0.0.17 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/volition/0.0.17 [INFO] validating manifest of volition-0.0.17 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 volition-0.0.17 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 volition-0.0.17 [INFO] finished frobbing volition-0.0.17 [INFO] frobbed toml for volition-0.0.17 written to work/ex/clippy-test-run/sources/stable/reg/volition/0.0.17/Cargo.toml [INFO] started frobbing volition-0.0.17 [INFO] finished frobbing volition-0.0.17 [INFO] frobbed toml for volition-0.0.17 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/volition/0.0.17/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 volition-0.0.17 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/volition/0.0.17:/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] e4ce3e217672d29459f18c408c2f9c5f7639e8bacd5507bc14cbb573b6f964c2 [INFO] running `"docker" "start" "-a" "e4ce3e217672d29459f18c408c2f9c5f7639e8bacd5507bc14cbb573b6f964c2"` [INFO] [stderr] Checking libloading v0.5.0 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Checking x11-dl v2.18.3 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.20.12 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking wayland-commons v0.20.12 [INFO] [stderr] Checking wayland-client v0.20.12 [INFO] [stderr] Checking wayland-protocols v0.20.12 [INFO] [stderr] Checking smithay-client-toolkit v0.2.6 [INFO] [stderr] Checking winit v0.16.2 [INFO] [stderr] Checking volition v0.0.17 (/opt/crater/workdir) [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:49 [INFO] [stderr] | [INFO] [stderr] 225 | let logi_pos = LogicalPosition::new(h_width as f64, h_height as f64); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(h_width)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:65 [INFO] [stderr] | [INFO] [stderr] 225 | let logi_pos = LogicalPosition::new(h_width as f64, h_height as f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(h_height)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:49 [INFO] [stderr] | [INFO] [stderr] 225 | let logi_pos = LogicalPosition::new(h_width as f64, h_height as f64); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(h_width)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:65 [INFO] [stderr] | [INFO] [stderr] 225 | let logi_pos = LogicalPosition::new(h_width as f64, h_height as f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(h_height)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.11s [INFO] running `"docker" "inspect" "e4ce3e217672d29459f18c408c2f9c5f7639e8bacd5507bc14cbb573b6f964c2"` [INFO] running `"docker" "rm" "-f" "e4ce3e217672d29459f18c408c2f9c5f7639e8bacd5507bc14cbb573b6f964c2"` [INFO] [stdout] e4ce3e217672d29459f18c408c2f9c5f7639e8bacd5507bc14cbb573b6f964c2