these 9 derivations will be built: /nix/store/4mwq6np6293hrr96w033vps2sxgx7pxk-condtype-1.3.0.drv /nix/store/bc9cvxx747jy2phifq319kdvpp5rldcv-libmimalloc-sys-0.1.49.drv /nix/store/dz0lp6wi1x30dprqbsiizqwkdlv1j02c-mimalloc-0.1.52.drv /nix/store/n7valm3bygx6271xj2s1flnv69fxbj0s-divan-macros-0.1.21.drv /nix/store/sfk559hf2cd80rm8pxmrhyi9fx0fdbwf-divan-0.1.21.drv /nix/store/ss9920cf35v9i4k4kkq4sywp32jdx0bc-xxhash-rust-0.8.18.drv /nix/store/y5sk7k644z75c95ln3dv3bznway3f25c-redb-4.2.0.drv /nix/store/43cpb5rxargbh13b6ifd5001sfky8ygi-cargo-vendor-dir.drv /nix/store/6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv these 3 paths will be fetched (165.6 KiB download, 697.7 KiB unpacked): /nix/store/z65k5l7kr0184dzb5505z5yfxdwgjhhv-clap-4.6.1 /nix/store/1nlmv4s1iszb9lzc6sj23678qmdds4bn-regex-lite-0.1.9 /nix/store/ky70xkazdqxz7l4h8my8ck8yvscv9k0j-terminal_size-0.4.4 Failed to find a machine for remote build! derivation: sfk559hf2cd80rm8pxmrhyi9fx0fdbwf-divan-0.1.21.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: n7valm3bygx6271xj2s1flnv69fxbj0s-divan-macros-0.1.21.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: 6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) error: Cannot build '/nix/store/6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/q4rq7917lyvqlvx95ih5jr80vglamql9-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/6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv