[INFO] updating cached repository svalat/hpc_allocator_rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/svalat/hpc_allocator_rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/svalat/hpc_allocator_rust" "work/ex/clippy-test-run/sources/stable/gh/svalat/hpc_allocator_rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/svalat/hpc_allocator_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/svalat/hpc_allocator_rust" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/svalat/hpc_allocator_rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/svalat/hpc_allocator_rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e9964428774b8359d7ab56e24f2ac7c145f570a2 [INFO] sha for GitHub repo svalat/hpc_allocator_rust: e9964428774b8359d7ab56e24f2ac7c145f570a2 [INFO] validating manifest of svalat/hpc_allocator_rust 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 svalat/hpc_allocator_rust 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 svalat/hpc_allocator_rust [INFO] finished frobbing svalat/hpc_allocator_rust [INFO] frobbed toml for svalat/hpc_allocator_rust written to work/ex/clippy-test-run/sources/stable/gh/svalat/hpc_allocator_rust/Cargo.toml [INFO] started frobbing svalat/hpc_allocator_rust [INFO] finished frobbing svalat/hpc_allocator_rust [INFO] frobbed toml for svalat/hpc_allocator_rust written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/svalat/hpc_allocator_rust/Cargo.toml [INFO] crate svalat/hpc_allocator_rust has a lockfile. skipping [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 svalat/hpc_allocator_rust against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/svalat/hpc_allocator_rust:/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] f2b2491f7f15810f2fe5f03abf87a12dfa9bd706669149a7ef85282cd6160c3e [INFO] running `"docker" "start" "-a" "f2b2491f7f15810f2fe5f03abf87a12dfa9bd706669149a7ef85282cd6160c3e"` [INFO] [stderr] warning: unused manifest key: package.panic [INFO] [stderr] Checking libc v0.2.41 [INFO] [stderr] Checking mpc_allocator_rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `#[panic_handler]` [INFO] [stderr] --> src/lib.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/common/shared.rs:86:4 [INFO] [stderr] | [INFO] [stderr] 86 | data: data, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `data` [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/common/shared.rs:94:4 [INFO] [stderr] | [INFO] [stderr] 94 | data: data, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `data` [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/common/list.rs:76:4 [INFO] [stderr] | [INFO] [stderr] 76 | cur: cur, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cur` [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/common/list.rs:405:5 [INFO] [stderr] | [INFO] [stderr] 405 | value:value, [INFO] [stderr] | ^^^^^^^^^^^ help: replace it with: `value` [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/chunk/huge.rs:32:4 [INFO] [stderr] | [INFO] [stderr] 32 | mmsource: mmsource, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `mmsource` [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/chunk/medium/manager.rs:55:4 [INFO] [stderr] | [INFO] [stderr] 55 | use_lock: use_lock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `use_lock` [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/chunk/medium/manager.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | mmsource: mmsource, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `mmsource` [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/chunk/small/manager.rs:63:4 [INFO] [stderr] | [INFO] [stderr] 63 | use_lock: use_lock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `use_lock` [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/chunk/small/manager.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | mmsource: mmsource, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `mmsource` [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/mmsource/cached.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | total_size: total_size, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `total_size` [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/mmsource/cached.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | max_size: max_size, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `max_size` [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/mmsource/cached.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | threashold: threashold, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `threashold` [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/mmsource/cached.rs:116:13 [INFO] [stderr] | [INFO] [stderr] 116 | keep_residut: keep_residut, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `keep_residut` [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/mmsource/cached.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | registry: registry, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `registry` [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/posix/local.rs:52:4 [INFO] [stderr] | [INFO] [stderr] 52 | registry: registry, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `registry` [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/posix/local.rs:59:4 [INFO] [stderr] | [INFO] [stderr] 59 | use_lock: use_lock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `use_lock` [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[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `#[panic_handler]` [INFO] [stderr] --> src/lib.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/common/shared.rs:86:4 [INFO] [stderr] | [INFO] [stderr] 86 | data: data, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `data` [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/common/shared.rs:94:4 [INFO] [stderr] | [INFO] [stderr] 94 | data: data, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `data` [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/common/list.rs:76:4 [INFO] [stderr] | [INFO] [stderr] 76 | cur: cur, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cur` [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/common/list.rs:405:5 [INFO] [stderr] | [INFO] [stderr] 405 | value:value, [INFO] [stderr] | ^^^^^^^^^^^ help: replace it with: `value` [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/chunk/huge.rs:32:4 [INFO] [stderr] | [INFO] [stderr] 32 | mmsource: mmsource, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `mmsource` [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/chunk/medium/manager.rs:55:4 [INFO] [stderr] | [INFO] [stderr] 55 | use_lock: use_lock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `use_lock` [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/chunk/medium/manager.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | mmsource: mmsource, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `mmsource` [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/chunk/small/manager.rs:63:4 [INFO] [stderr] | [INFO] [stderr] 63 | use_lock: use_lock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `use_lock` [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/chunk/small/manager.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | mmsource: mmsource, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `mmsource` [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/mmsource/cached.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | total_size: total_size, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `total_size` [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/mmsource/cached.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | max_size: max_size, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `max_size` [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/mmsource/cached.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | threashold: threashold, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `threashold` [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/mmsource/cached.rs:116:13 [INFO] [stderr] | [INFO] [stderr] 116 | keep_residut: keep_residut, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `keep_residut` [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/mmsource/cached.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | registry: registry, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `registry` [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/posix/local.rs:52:4 [INFO] [stderr] | [INFO] [stderr] 52 | registry: registry, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `registry` [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/posix/local.rs:59:4 [INFO] [stderr] | [INFO] [stderr] 59 | use_lock: use_lock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `use_lock` [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[E0658]: The attribute `panic_implementation` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) [INFO] [stderr] --> src/export.rs:52:3 [INFO] [stderr] | [INFO] [stderr] 52 | #[panic_implementation] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0557, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0557`. [INFO] [stderr] error: Could not compile `mpc_allocator_rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #![feature(lang_items,libc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #![feature(core_intrinsics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(asm)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0554, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `mpc_allocator_rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f2b2491f7f15810f2fe5f03abf87a12dfa9bd706669149a7ef85282cd6160c3e"` [INFO] running `"docker" "rm" "-f" "f2b2491f7f15810f2fe5f03abf87a12dfa9bd706669149a7ef85282cd6160c3e"` [INFO] [stdout] f2b2491f7f15810f2fe5f03abf87a12dfa9bd706669149a7ef85282cd6160c3e