[INFO] crate get_if_addrs 0.5.3 is already in cache [INFO] extracting crate get_if_addrs 0.5.3 into work/ex/clippy-test-run/sources/stable/reg/get_if_addrs/0.5.3 [INFO] extracting crate get_if_addrs 0.5.3 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/get_if_addrs/0.5.3 [INFO] validating manifest of get_if_addrs-0.5.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 get_if_addrs-0.5.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 get_if_addrs-0.5.3 [INFO] finished frobbing get_if_addrs-0.5.3 [INFO] frobbed toml for get_if_addrs-0.5.3 written to work/ex/clippy-test-run/sources/stable/reg/get_if_addrs/0.5.3/Cargo.toml [INFO] started frobbing get_if_addrs-0.5.3 [INFO] finished frobbing get_if_addrs-0.5.3 [INFO] frobbed toml for get_if_addrs-0.5.3 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/get_if_addrs/0.5.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 get_if_addrs-0.5.3 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/get_if_addrs/0.5.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" "-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] ec5113de708d9b6a59ee712635d6017e92020d9e3251f05fffdb93e56d2a11a8 [INFO] running `"docker" "start" "-a" "ec5113de708d9b6a59ee712635d6017e92020d9e3251f05fffdb93e56d2a11a8"` [INFO] [stderr] Checking get_if_addrs v0.5.3 (/opt/crater/workdir) [INFO] [stderr] error: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` [INFO] [stderr] --> src/lib.rs:25:46 [INFO] [stderr] | [INFO] [stderr] 25 | overflowing_literals, plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:21:90 [INFO] [stderr] | [INFO] [stderr] 21 | exceeding_bitshifts, mutable_transmutes, no_mangle_const_items, unknown_crate_types, warnings [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` [INFO] [stderr] --> src/lib.rs:25:69 [INFO] [stderr] | [INFO] [stderr] 25 | overflowing_literals, plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] error: lint name `unicode_not_nfc` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::unicode_not_nfc` [INFO] [stderr] [INFO] [stderr] error: lint name `wrong_pub_self_convention` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_pub_self_convention` [INFO] [stderr] [INFO] [stderr] error: lint name `option_unwrap_used` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:62 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_unwrap_used` [INFO] [stderr] [INFO] [stderr] error: lint name `use_debug` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:41:45 [INFO] [stderr] | [INFO] [stderr] 41 | #![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::use_debug` [INFO] [stderr] [INFO] [stderr] error: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:41:56 [INFO] [stderr] | [INFO] [stderr] 41 | #![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:542:21 [INFO] [stderr] | [INFO] [stderr] 542 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: #[deny(clippy::redundant_field_names)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:543:21 [INFO] [stderr] | [INFO] [stderr] 543 | addr: addr, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `addr` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` [INFO] [stderr] --> src/lib.rs:25:46 [INFO] [stderr] | [INFO] [stderr] 25 | overflowing_literals, plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:21:90 [INFO] [stderr] | [INFO] [stderr] 21 | exceeding_bitshifts, mutable_transmutes, no_mangle_const_items, unknown_crate_types, warnings [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` [INFO] [stderr] --> src/lib.rs:25:69 [INFO] [stderr] | [INFO] [stderr] 25 | overflowing_literals, plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] error: lint name `unicode_not_nfc` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::unicode_not_nfc` [INFO] [stderr] [INFO] [stderr] error: lint name `wrong_pub_self_convention` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_pub_self_convention` [INFO] [stderr] [INFO] [stderr] error: lint name `option_unwrap_used` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:62 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_unwrap_used` [INFO] [stderr] [INFO] [stderr] error: lint name `use_debug` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:41:45 [INFO] [stderr] | [INFO] [stderr] 41 | #![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::use_debug` [INFO] [stderr] [INFO] [stderr] error: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:41:56 [INFO] [stderr] | [INFO] [stderr] 41 | #![cfg_attr(feature = "cargo-clippy", allow(use_debug, too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:542:21 [INFO] [stderr] | [INFO] [stderr] 542 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | deny(clippy, unicode_not_nfc, wrong_pub_self_convention, option_unwrap_used) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: #[deny(clippy::redundant_field_names)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:543:21 [INFO] [stderr] | [INFO] [stderr] 543 | addr: addr, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `addr` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:173:56 [INFO] [stderr] | [INFO] [stderr] 173 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] error: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:182:56 [INFO] [stderr] | [INFO] [stderr] 182 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `get_if_addrs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:173:56 [INFO] [stderr] | [INFO] [stderr] 173 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] error: lint name `cast_ptr_alignment` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:182:56 [INFO] [stderr] | [INFO] [stderr] 182 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_ptr_alignment` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `get_if_addrs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ec5113de708d9b6a59ee712635d6017e92020d9e3251f05fffdb93e56d2a11a8"` [INFO] running `"docker" "rm" "-f" "ec5113de708d9b6a59ee712635d6017e92020d9e3251f05fffdb93e56d2a11a8"` [INFO] [stdout] ec5113de708d9b6a59ee712635d6017e92020d9e3251f05fffdb93e56d2a11a8