[INFO] crate borsholder 0.9.3 is already in cache [INFO] extracting crate borsholder 0.9.3 into work/ex/clippy-test-run/sources/stable/reg/borsholder/0.9.3 [INFO] extracting crate borsholder 0.9.3 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/borsholder/0.9.3 [INFO] validating manifest of borsholder-0.9.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 borsholder-0.9.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 borsholder-0.9.3 [INFO] finished frobbing borsholder-0.9.3 [INFO] frobbed toml for borsholder-0.9.3 written to work/ex/clippy-test-run/sources/stable/reg/borsholder/0.9.3/Cargo.toml [INFO] started frobbing borsholder-0.9.3 [INFO] finished frobbing borsholder-0.9.3 [INFO] frobbed toml for borsholder-0.9.3 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/borsholder/0.9.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 borsholder-0.9.3 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/borsholder/0.9.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] 08fa66bc1880b7f710d465e9719d72efd26c13a32d30993f67f2da3d732a4d6c [INFO] running `"docker" "start" "-a" "08fa66bc1880b7f710d465e9719d72efd26c13a32d30993f67f2da3d732a4d6c"` [INFO] [stderr] Compiling serde_json v1.0.37 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Compiling cssparser-macros v0.3.5 [INFO] [stderr] Compiling selectors v0.20.0 [INFO] [stderr] Checking string_cache v0.7.3 [INFO] [stderr] Checking reqwest v0.8.8 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Compiling markup5ever v0.7.5 [INFO] [stderr] Checking cssparser v0.24.1 [INFO] [stderr] Checking structopt v0.2.14 [INFO] [stderr] Checking html5ever v0.22.5 [INFO] [stderr] Checking kuchiki v0.7.2 [INFO] [stderr] Checking borsholder v0.9.3 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `clippy_pedantic` 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:14:54 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `indexing_slicing` 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:15:45 [INFO] [stderr] | [INFO] [stderr] 15 | #![cfg_attr(feature = "cargo-clippy", allow(indexing_slicing, similar_names))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::indexing_slicing` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` 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:15:63 [INFO] [stderr] | [INFO] [stderr] 15 | #![cfg_attr(feature = "cargo-clippy", allow(indexing_slicing, similar_names))] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` 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:14:54 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `indexing_slicing` 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:15:45 [INFO] [stderr] | [INFO] [stderr] 15 | #![cfg_attr(feature = "cargo-clippy", allow(indexing_slicing, similar_names))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::indexing_slicing` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` 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:15:63 [INFO] [stderr] | [INFO] [stderr] 15 | #![cfg_attr(feature = "cargo-clippy", allow(indexing_slicing, similar_names))] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` 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:14:54 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` 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:14:54 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "cargo-clippy", warn(warnings, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `missing_docs_in_private_items` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/github.rs:22:49 [INFO] [stderr] | [INFO] [stderr] 22 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::missing_docs_in_private_items` [INFO] [stderr] [INFO] [stderr] warning: 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/render.rs:150:52 [INFO] [stderr] | [INFO] [stderr] 150 | #[cfg_attr(feature = "cargo-clippy", allow(use_debug))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::use_debug` [INFO] [stderr] [INFO] [stderr] warning: 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/render.rs:224:48 [INFO] [stderr] | [INFO] [stderr] 224 | #[cfg_attr(feature = "cargo-clippy", allow(use_debug))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::use_debug` [INFO] [stderr] [INFO] [stderr] warning: lint name `missing_docs_in_private_items` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/timeline.rs:11:49 [INFO] [stderr] | [INFO] [stderr] 11 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::missing_docs_in_private_items` [INFO] [stderr] [INFO] [stderr] warning: lint name `print_stdout` 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:65:44 [INFO] [stderr] | [INFO] [stderr] 65 | #[cfg_attr(feature = "cargo-clippy", allow(print_stdout))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: lint name `missing_docs_in_private_items` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/github.rs:22:49 [INFO] [stderr] | [INFO] [stderr] 22 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::missing_docs_in_private_items` [INFO] [stderr] [INFO] [stderr] warning: 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/render.rs:150:52 [INFO] [stderr] | [INFO] [stderr] 150 | #[cfg_attr(feature = "cargo-clippy", allow(use_debug))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::use_debug` [INFO] [stderr] [INFO] [stderr] warning: 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/render.rs:224:48 [INFO] [stderr] | [INFO] [stderr] 224 | #[cfg_attr(feature = "cargo-clippy", allow(use_debug))] [INFO] [stderr] | ^^^^^^^^^ help: change it to: `clippy::use_debug` [INFO] [stderr] [INFO] [stderr] warning: lint name `missing_docs_in_private_items` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/timeline.rs:11:49 [INFO] [stderr] | [INFO] [stderr] 11 | #![cfg_attr(feature = "cargo-clippy", allow(missing_docs_in_private_items))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::missing_docs_in_private_items` [INFO] [stderr] [INFO] [stderr] warning: lint name `print_stdout` 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:65:44 [INFO] [stderr] | [INFO] [stderr] 65 | #[cfg_attr(feature = "cargo-clippy", allow(print_stdout))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead [INFO] [stderr] --> src/render.rs:195:10 [INFO] [stderr] | [INFO] [stderr] 195 | tera.register_global_function("sqrt", Box::new(|mut params| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Tera::register_global_function': Use `register_function` instead [INFO] [stderr] --> src/render.rs:195:10 [INFO] [stderr] | [INFO] [stderr] 195 | tera.register_global_function("sqrt", Box::new(|mut params| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `"docker" "inspect" "08fa66bc1880b7f710d465e9719d72efd26c13a32d30993f67f2da3d732a4d6c"` [INFO] running `"docker" "rm" "-f" "08fa66bc1880b7f710d465e9719d72efd26c13a32d30993f67f2da3d732a4d6c"` [INFO] [stdout] 08fa66bc1880b7f710d465e9719d72efd26c13a32d30993f67f2da3d732a4d6c