[INFO] crate rustfbp 0.3.34 is already in cache [INFO] extracting crate rustfbp 0.3.34 into work/ex/clippy-test-run/sources/stable/reg/rustfbp/0.3.34 [INFO] extracting crate rustfbp 0.3.34 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rustfbp/0.3.34 [INFO] validating manifest of rustfbp-0.3.34 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 rustfbp-0.3.34 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 rustfbp-0.3.34 [INFO] finished frobbing rustfbp-0.3.34 [INFO] frobbed toml for rustfbp-0.3.34 written to work/ex/clippy-test-run/sources/stable/reg/rustfbp/0.3.34/Cargo.toml [INFO] started frobbing rustfbp-0.3.34 [INFO] finished frobbing rustfbp-0.3.34 [INFO] frobbed toml for rustfbp-0.3.34 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rustfbp/0.3.34/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 rustfbp-0.3.34 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/rustfbp/0.3.34:/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] 98db9410796177f475e8be46427374c87a92f4ef17b3b973e5be7abb46a089b6 [INFO] running `"docker" "start" "-a" "98db9410796177f475e8be46427374c87a92f4ef17b3b973e5be7abb46a089b6"` [INFO] [stderr] Checking libloading v0.4.3 [INFO] [stderr] Checking capnp v0.8.17 [INFO] [stderr] Checking rustfbp v0.3.34 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/scheduler.rs:168:13 [INFO] [stderr] | [INFO] [stderr] 168 | th: th, [INFO] [stderr] | ^^^^^^ help: replace it with: `th` [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/scheduler.rs:197:36 [INFO] [stderr] | [INFO] [stderr] 197 | sort: sort, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `sort` [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/scheduler.rs:198:36 [INFO] [stderr] | [INFO] [stderr] 198 | start: start, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `start` [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/scheduler.rs:779:13 [INFO] [stderr] | [INFO] [stderr] 779 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [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/ports.rs:194:13 [INFO] [stderr] | [INFO] [stderr] 194 | must_sched: must_sched, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `must_sched` [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/ports.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/ports.rs:201:13 [INFO] [stderr] | [INFO] [stderr] 201 | sched: sched, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `sched` [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/ports.rs:202:13 [INFO] [stderr] | [INFO] [stderr] 202 | must_sched: must_sched, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `must_sched` [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/scheduler.rs:168:13 [INFO] [stderr] | [INFO] [stderr] 168 | th: th, [INFO] [stderr] | ^^^^^^ help: replace it with: `th` [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/scheduler.rs:197:36 [INFO] [stderr] | [INFO] [stderr] 197 | sort: sort, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `sort` [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/scheduler.rs:198:36 [INFO] [stderr] | [INFO] [stderr] 198 | start: start, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `start` [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/scheduler.rs:779:13 [INFO] [stderr] | [INFO] [stderr] 779 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [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/ports.rs:194:13 [INFO] [stderr] | [INFO] [stderr] 194 | must_sched: must_sched, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `must_sched` [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/ports.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/ports.rs:201:13 [INFO] [stderr] | [INFO] [stderr] 201 | sched: sched, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `sched` [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/ports.rs:202:13 [INFO] [stderr] | [INFO] [stderr] 202 | must_sched: must_sched, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `must_sched` [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[E0463]: can't find crate for `alloc_system` [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate alloc_system; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `rustfbp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `alloc_system` [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate alloc_system; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `rustfbp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "98db9410796177f475e8be46427374c87a92f4ef17b3b973e5be7abb46a089b6"` [INFO] running `"docker" "rm" "-f" "98db9410796177f475e8be46427374c87a92f4ef17b3b973e5be7abb46a089b6"` [INFO] [stdout] 98db9410796177f475e8be46427374c87a92f4ef17b3b973e5be7abb46a089b6