these 9 derivations will be built: /nix/store/17rnysdr0r64iwwbf62hivyrbyjgjcf8-xxhash-rust-0.8.18.drv /nix/store/5194kyzn9wgjxpgkv698bvsj4vs5yc2g-condtype-1.3.0.drv /nix/store/89zln1v7a72qvk0hv49acnzwfrn7qivq-divan-macros-0.1.21.drv /nix/store/cdg1fvahpppm7n896p0b3i7znymkkp05-mimalloc-0.1.52.drv /nix/store/kq2yx1bc5nrxp96bpshlwz49ss2wsysz-divan-0.1.21.drv /nix/store/qcfdsvl33w6jkn6wzjjrkpz75sqfd0s8-redb-4.2.0.drv /nix/store/ryjgd5w5zrmr5lp6wh9r6l3w01iryd2v-libmimalloc-sys-0.1.49.drv /nix/store/ia0yaf4ybbfki10nd6zr9qqysf0cfv3a-cargo-vendor-dir.drv /nix/store/x12m0pf6l9vhr3y0hx8lbva714awah9d-zfs-dedup-clippy-0.1.0.drv these 3 paths will be fetched (165.6 KiB download, 697.7 KiB unpacked): /nix/store/kbrdcgdg8bnn5p8sny383hlcmk8pnqnz-clap-4.6.1 /nix/store/blmmpp9wcvf6wzd3x15vbgrpqml29f12-regex-lite-0.1.9 /nix/store/dxhxyvvzvd42n0322fgiiaddmgpkvx4d-terminal_size-0.4.4 error: Cannot build '/nix/store/x12m0pf6l9vhr3y0hx8lbva714awah9d-zfs-dedup-clippy-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/ycsh7dhaafhhjy7fj6xfrayzgf313978-zfs-dedup-clippy-0.1.0 Last 25 log lines: > 51 | for (dst, h) in buf[HEADER..].chunks_exact_mut(HASH_LEN).zip(e.hashes) { > | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `as_chunks` instead: `as_chunks_mut::().0.iter()` > | > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#chunks_exact_to_as_chunks > = note: `-D clippy::chunks-exact-to-as-chunks` implied by `-D warnings` > = help: to override `-D warnings` add `#[allow(clippy::chunks_exact_to_as_chunks)]` > > error: using `chunks_exact` with a constant chunk size > --> src/cache.rs:78:35 > | > 78 | hashes: buf[HEADER..].chunks_exact(HASH_LEN).map(arr).collect(), > | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `as_chunks` instead: `as_chunks::().0.iter()` > | > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#chunks_exact_to_as_chunks > > error: using `chunks_exact_mut` with a constant chunk size > --> src/clone.rs:130:19 > | > 130 | for c in data.chunks_exact_mut(8) { > | ^^^^^^^^^^^^^^^^^^^ help: consider using `as_chunks` instead: `as_chunks_mut::<8>().0` > | > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#chunks_exact_to_as_chunks > > error: could not compile `zfs-dedup` (lib) due to 3 previous errors > warning: build failed, waiting for other jobs to finish... For full logs, run: nix log /nix/store/x12m0pf6l9vhr3y0hx8lbva714awah9d-zfs-dedup-clippy-0.1.0.drv