[INFO] crate abscissa_derive 0.0.2 is already in cache [INFO] extracting crate abscissa_derive 0.0.2 into work/ex/clippy-test-run/sources/stable/reg/abscissa_derive/0.0.2 [INFO] extracting crate abscissa_derive 0.0.2 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/abscissa_derive/0.0.2 [INFO] validating manifest of abscissa_derive-0.0.2 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 abscissa_derive-0.0.2 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 abscissa_derive-0.0.2 [INFO] finished frobbing abscissa_derive-0.0.2 [INFO] frobbed toml for abscissa_derive-0.0.2 written to work/ex/clippy-test-run/sources/stable/reg/abscissa_derive/0.0.2/Cargo.toml [INFO] started frobbing abscissa_derive-0.0.2 [INFO] finished frobbing abscissa_derive-0.0.2 [INFO] frobbed toml for abscissa_derive-0.0.2 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/abscissa_derive/0.0.2/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 abscissa_derive-0.0.2 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/reg/abscissa_derive/0.0.2:/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] 60cb20788aa4f6d5b7843ba6a6480e49ad10ac685e532a95003959298ccf955b [INFO] running `"docker" "start" "-a" "60cb20788aa4f6d5b7843ba6a6480e49ad10ac685e532a95003959298ccf955b"` [INFO] [stderr] Checking abscissa_derive v0.0.2 (/opt/crater/workdir) [INFO] [stderr] error: lint name `useless_attribute` 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:27:40 [INFO] [stderr] | [INFO] [stderr] 27 | #[allow(unused_imports, unknown_lints, useless_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::useless_attribute` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | #![deny(warnings, unused_import_braces, unused_qualifications)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/options/opts/attr.rs:26:28 [INFO] [stderr] | [INFO] [stderr] 26 | #[allow(unknown_lints, cyclomatic_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] error: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/options/mod.rs:208:24 [INFO] [stderr] | [INFO] [stderr] 208 | #[allow(unknown_lints, cyclomatic_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] error: lint name `useless_attribute` 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:27:40 [INFO] [stderr] | [INFO] [stderr] 27 | #[allow(unused_imports, unknown_lints, useless_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::useless_attribute` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | #![deny(warnings, unused_import_braces, unused_qualifications)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/options/opts/attr.rs:26:28 [INFO] [stderr] | [INFO] [stderr] 26 | #[allow(unknown_lints, cyclomatic_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] error: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/options/mod.rs:208:24 [INFO] [stderr] | [INFO] [stderr] 208 | #[allow(unknown_lints, cyclomatic_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] error: lint name `useless_attribute` 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:27:40 [INFO] [stderr] | [INFO] [stderr] 27 | #[allow(unused_imports, unknown_lints, useless_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::useless_attribute` [INFO] [stderr] [INFO] [stderr] error: lint name `useless_attribute` 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:27:40 [INFO] [stderr] | [INFO] [stderr] 27 | #[allow(unused_imports, unknown_lints, useless_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::useless_attribute` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `abscissa_derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `abscissa_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "60cb20788aa4f6d5b7843ba6a6480e49ad10ac685e532a95003959298ccf955b"` [INFO] running `"docker" "rm" "-f" "60cb20788aa4f6d5b7843ba6a6480e49ad10ac685e532a95003959298ccf955b"` [INFO] [stdout] 60cb20788aa4f6d5b7843ba6a6480e49ad10ac685e532a95003959298ccf955b