[INFO] crate rubbl_core 0.1.1 is already in cache [INFO] extracting crate rubbl_core 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/rubbl_core/0.1.1 [INFO] extracting crate rubbl_core 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rubbl_core/0.1.1 [INFO] validating manifest of rubbl_core-0.1.1 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 rubbl_core-0.1.1 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 rubbl_core-0.1.1 [INFO] finished frobbing rubbl_core-0.1.1 [INFO] frobbed toml for rubbl_core-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/rubbl_core/0.1.1/Cargo.toml [INFO] started frobbing rubbl_core-0.1.1 [INFO] finished frobbing rubbl_core-0.1.1 [INFO] frobbed toml for rubbl_core-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rubbl_core/0.1.1/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 rubbl_core-0.1.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/rubbl_core/0.1.1:/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] 5e8a32123fa367712a3ab6403c0f4e52351c771e2d38f4044de0ba648e0f5ac7 [INFO] running `"docker" "start" "-a" "5e8a32123fa367712a3ab6403c0f4e52351c771e2d38f4044de0ba648e0f5ac7"` [INFO] [stderr] Checking ndarray v0.11.2 [INFO] [stderr] Checking rubbl_core v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/io.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | inner: inner, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `inner` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/io.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | inner: inner, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `inner` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | chatter: chatter, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `chatter` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | note_spec: note_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `note_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | warning_spec: warning_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `warning_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | severe_spec: severe_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `severe_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | fatal_spec: fatal_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `fatal_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/mod.rs:210:13 [INFO] [stderr] | [INFO] [stderr] 210 | kind: kind, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `kind` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/mod.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | err: err, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `err` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/io.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | inner: inner, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `inner` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/io.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | inner: inner, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `inner` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | chatter: chatter, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `chatter` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | note_spec: note_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `note_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | warning_spec: warning_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `warning_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | severe_spec: severe_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `severe_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/termcolor.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | fatal_spec: fatal_spec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `fatal_spec` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/mod.rs:210:13 [INFO] [stderr] | [INFO] [stderr] 210 | kind: kind, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `kind` [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] warning: redundant field names in struct initialization [INFO] [stderr] --> src/notify/mod.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | err: err, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `err` [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] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/notify/termcolor.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | for fail in err.causes() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/notify/termcolor.rs:154:27 [INFO] [stderr] | [INFO] [stderr] 154 | for fail in e.causes() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/notify/termcolor.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | for fail in err.causes() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/notify/termcolor.rs:154:27 [INFO] [stderr] | [INFO] [stderr] 154 | for fail in e.causes() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: you should consider deriving a `Default` implementation for `notify::NoopNotificationBackend` [INFO] [stderr] --> src/notify/mod.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | / pub fn new() -> NoopNotificationBackend { [INFO] [stderr] 168 | | NoopNotificationBackend { } [INFO] [stderr] 169 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::new_without_default_derive)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default_derive [INFO] [stderr] help: try this [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Default)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: you should consider deriving a `Default` implementation for `notify::BufferingNotificationBackend` [INFO] [stderr] --> src/notify/mod.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / pub fn new() -> Self { [INFO] [stderr] 193 | | Self { buf: Vec::new() } [INFO] [stderr] 194 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default_derive [INFO] [stderr] help: try this [INFO] [stderr] | [INFO] [stderr] 186 | #[derive(Default)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: you should consider deriving a `Default` implementation for `notify::NoopNotificationBackend` [INFO] [stderr] --> src/notify/mod.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | / pub fn new() -> NoopNotificationBackend { [INFO] [stderr] 168 | | NoopNotificationBackend { } [INFO] [stderr] 169 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::new_without_default_derive)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default_derive [INFO] [stderr] help: try this [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Default)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: you should consider deriving a `Default` implementation for `notify::BufferingNotificationBackend` [INFO] [stderr] --> src/notify/mod.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / pub fn new() -> Self { [INFO] [stderr] 193 | | Self { buf: Vec::new() } [INFO] [stderr] 194 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default_derive [INFO] [stderr] help: try this [INFO] [stderr] | [INFO] [stderr] 186 | #[derive(Default)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.42s [INFO] running `"docker" "inspect" "5e8a32123fa367712a3ab6403c0f4e52351c771e2d38f4044de0ba648e0f5ac7"` [INFO] running `"docker" "rm" "-f" "5e8a32123fa367712a3ab6403c0f4e52351c771e2d38f4044de0ba648e0f5ac7"` [INFO] [stdout] 5e8a32123fa367712a3ab6403c0f4e52351c771e2d38f4044de0ba648e0f5ac7