[INFO] crate mvcc 0.0.1 is already in cache [INFO] extracting crate mvcc 0.0.1 into work/ex/clippy-test-run/sources/stable/reg/mvcc/0.0.1 [INFO] extracting crate mvcc 0.0.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/mvcc/0.0.1 [INFO] validating manifest of mvcc-0.0.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 mvcc-0.0.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 mvcc-0.0.1 [INFO] finished frobbing mvcc-0.0.1 [INFO] frobbed toml for mvcc-0.0.1 written to work/ex/clippy-test-run/sources/stable/reg/mvcc/0.0.1/Cargo.toml [INFO] started frobbing mvcc-0.0.1 [INFO] finished frobbing mvcc-0.0.1 [INFO] frobbed toml for mvcc-0.0.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/mvcc/0.0.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 mvcc-0.0.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/mvcc/0.0.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] 13c640945c6aa6b8fc58e96404805d68aff2cdd3d35c29625e787eed890d9066 [INFO] running `"docker" "start" "-a" "13c640945c6aa6b8fc58e96404805d68aff2cdd3d35c29625e787eed890d9066"` [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking pagetable v0.0.3 [INFO] [stderr] Checking sled_sync v0.2.2 [INFO] [stderr] Checking historian v3.0.11 [INFO] [stderr] Checking pagecache v0.6.0 [INFO] [stderr] Checking sled v0.15.21 [INFO] [stderr] Checking mvcc v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/tx.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | db: db, [INFO] [stderr] | ^^^^^^ help: replace it with: `db` [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/tx.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | chain: chain, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `chain` [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/db.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | tree: tree, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tree` [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/db.rs:210:29 [INFO] [stderr] | [INFO] [stderr] 210 | wts: wts, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `wts` [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/tx.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | db: db, [INFO] [stderr] | ^^^^^^ help: replace it with: `db` [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/tx.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | chain: chain, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `chain` [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/db.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | tree: tree, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tree` [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/db.rs:210:29 [INFO] [stderr] | [INFO] [stderr] 210 | wts: wts, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `wts` [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[E0432]: unresolved import `sled::DbResult` [INFO] [stderr] --> src/db.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use sled::{Config, DbResult, Tree}; [INFO] [stderr] | ^^^^^^^^ no `DbResult` in the root. Did you mean to use `Result`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sled::DbResult` [INFO] [stderr] --> src/db.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use sled::{Config, DbResult, Tree}; [INFO] [stderr] | ^^^^^^^^ no `DbResult` in the root. Did you mean to use `Result`? [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/db.rs:11:31 [INFO] [stderr] | [INFO] [stderr] 11 | const TS_SAFETY_BUFFER: u64 = 4294967296; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `4_294_967_296` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/db.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | const TS_PERSIST_KEY: &'static [u8] = b"tx_persist"; [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/db.rs:11:31 [INFO] [stderr] | [INFO] [stderr] 11 | const TS_SAFETY_BUFFER: u64 = 4294967296; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `4_294_967_296` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/db.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | const TS_PERSIST_KEY: &'static [u8] = b"tx_persist"; [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `mvcc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `mvcc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "13c640945c6aa6b8fc58e96404805d68aff2cdd3d35c29625e787eed890d9066"` [INFO] running `"docker" "rm" "-f" "13c640945c6aa6b8fc58e96404805d68aff2cdd3d35c29625e787eed890d9066"` [INFO] [stdout] 13c640945c6aa6b8fc58e96404805d68aff2cdd3d35c29625e787eed890d9066