nixbot

builds

Mic92/zfs-dedup build #51 failed

branch main · PR #49 · commit 4208b61d89 · · took 39s · eval 4s

2 failed
failed attributes
status attribute duration
failed checks.aarch64-linux.clippy 19s
zfs-dedup-clippy-0.1.0: --> src/clone.rs:130:19 | 130 | for c in data.chunks_exact_mut(8) { | ^^^^^^^^^^^^^^^^^^^ help: conside …
zfs-dedup-clippy-0.1.0:
   --> 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...
failed checks.x86_64-linux.clippy 15s
zfs-dedup-clippy-0.1.0: --> src/clone.rs:130:19 | 130 | for c in data.chunks_exact_mut(8) { | ^^^^^^^^^^^^^^^^^^^ help: conside …
zfs-dedup-clippy-0.1.0:
   --> 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...
4 succeeded
succeeded attributes
status attribute duration
loading…