nixbot

builds

succeeded setup checks.aarch64-linux.clippy · build #51 · raw

1these 9 derivations will be built:2 /nix/store/4mwq6np6293hrr96w033vps2sxgx7pxk-condtype-1.3.0.drv3 /nix/store/bc9cvxx747jy2phifq319kdvpp5rldcv-libmimalloc-sys-0.1.49.drv4 /nix/store/dz0lp6wi1x30dprqbsiizqwkdlv1j02c-mimalloc-0.1.52.drv5 /nix/store/n7valm3bygx6271xj2s1flnv69fxbj0s-divan-macros-0.1.21.drv6 /nix/store/sfk559hf2cd80rm8pxmrhyi9fx0fdbwf-divan-0.1.21.drv7 /nix/store/ss9920cf35v9i4k4kkq4sywp32jdx0bc-xxhash-rust-0.8.18.drv8 /nix/store/y5sk7k644z75c95ln3dv3bznway3f25c-redb-4.2.0.drv9 /nix/store/43cpb5rxargbh13b6ifd5001sfky8ygi-cargo-vendor-dir.drv10 /nix/store/6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv11these 3 paths will be fetched (165.6 KiB download, 697.7 KiB unpacked):12 /nix/store/z65k5l7kr0184dzb5505z5yfxdwgjhhv-clap-4.6.113 /nix/store/1nlmv4s1iszb9lzc6sj23678qmdds4bn-regex-lite-0.1.914 /nix/store/ky70xkazdqxz7l4h8my8ck8yvscv9k0j-terminal_size-0.4.415Failed to find a machine for remote build!16derivation: sfk559hf2cd80rm8pxmrhyi9fx0fdbwf-divan-0.1.21.drv17required (system, features): (aarch64-linux, [])181 available machines:19(systems, maxjobs, supportedFeatures, mandatoryFeatures)20([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])21Failed to find a machine for remote build!22derivation: n7valm3bygx6271xj2s1flnv69fxbj0s-divan-macros-0.1.21.drv23required (system, features): (aarch64-linux, [])241 available machines:25(systems, maxjobs, supportedFeatures, mandatoryFeatures)26([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])27Failed to find a machine for remote build!28derivation: 6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv29required (system, features): (aarch64-linux, [])301 available machines:31(systems, maxjobs, supportedFeatures, mandatoryFeatures)32([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])33error: Cannot build '/nix/store/6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv'.34 Reason: builder failed with exit code 101.35 Output paths:36 /nix/store/q4rq7917lyvqlvx95ih5jr80vglamql9-zfs-dedup-clippy-0.1.037 Last 25 log lines:38 > 51 | for (dst, h) in buf[HEADER..].chunks_exact_mut(HASH_LEN).zip(e.hashes) {39 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `as_chunks` instead: `as_chunks_mut::<HASH_LEN>().0.iter()`40 > |41 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#chunks_exact_to_as_chunks42 > = note: `-D clippy::chunks-exact-to-as-chunks` implied by `-D warnings`43 > = help: to override `-D warnings` add `#[allow(clippy::chunks_exact_to_as_chunks)]`44 >45 > error: using `chunks_exact` with a constant chunk size46 > --> src/cache.rs:78:3547 > |48 > 78 | hashes: buf[HEADER..].chunks_exact(HASH_LEN).map(arr).collect(),49 > | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `as_chunks` instead: `as_chunks::<HASH_LEN>().0.iter()`50 > |51 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#chunks_exact_to_as_chunks52 >53 > error: using `chunks_exact_mut` with a constant chunk size54 > --> src/clone.rs:130:1955 > |56 > 130 | for c in data.chunks_exact_mut(8) {57 > | ^^^^^^^^^^^^^^^^^^^ help: consider using `as_chunks` instead: `as_chunks_mut::<8>().0`58 > |59 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#chunks_exact_to_as_chunks60 >61 > error: could not compile `zfs-dedup` (lib) due to 3 previous errors62 > warning: build failed, waiting for other jobs to finish...63 For full logs, run:64 nix log /nix/store/6v348r8vwp6mb1z7xhi385k6n0q5sxd1-zfs-dedup-clippy-0.1.0.drv