[INFO] crate nom-hpgl 0.2.0 is already in cache [INFO] extracting crate nom-hpgl 0.2.0 into work/ex/clippy-test-run/sources/stable/reg/nom-hpgl/0.2.0 [INFO] extracting crate nom-hpgl 0.2.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/nom-hpgl/0.2.0 [INFO] validating manifest of nom-hpgl-0.2.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 nom-hpgl-0.2.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 nom-hpgl-0.2.0 [INFO] finished frobbing nom-hpgl-0.2.0 [INFO] frobbed toml for nom-hpgl-0.2.0 written to work/ex/clippy-test-run/sources/stable/reg/nom-hpgl/0.2.0/Cargo.toml [INFO] started frobbing nom-hpgl-0.2.0 [INFO] finished frobbing nom-hpgl-0.2.0 [INFO] frobbed toml for nom-hpgl-0.2.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/nom-hpgl/0.2.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 nom-hpgl-0.2.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/nom-hpgl/0.2.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" "-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] e115a61530ac182504fc451f6d89b4bb8840ef90a31a990379d3b946badf353b [INFO] running `"docker" "start" "-a" "e115a61530ac182504fc451f6d89b4bb8840ef90a31a990379d3b946badf353b"` [INFO] [stderr] Checking svg v0.5.12 [INFO] [stderr] Checking nom-hpgl v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Checking rayon v0.9.0 [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/commands/vector.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | |x| Command::Vector(x) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `Command::Vector` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_closure)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/commands/line_fill_attribute.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | |x| Command::LineFillAttribute(x) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `Command::LineFillAttribute` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/commands/config_status.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | x.round() == 1.0 [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: consider comparing them within some error: `(x.round() - 1.0).abs() < error` [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::float_cmp)] on by default [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/commands/config_status.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | x.round() == 1.0 [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/commands/config_status.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | |x| Command::ConfigStatus(x) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `Command::ConfigStatus` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/commands/advanced_text.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | |x| Command::AdvancedText(x) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `Command::AdvancedText` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/commands/character.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | |x| Command::Character(x) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `Command::Character` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `nom-hpgl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e115a61530ac182504fc451f6d89b4bb8840ef90a31a990379d3b946badf353b"` [INFO] running `"docker" "rm" "-f" "e115a61530ac182504fc451f6d89b4bb8840ef90a31a990379d3b946badf353b"` [INFO] [stdout] e115a61530ac182504fc451f6d89b4bb8840ef90a31a990379d3b946badf353b