setup
checks.aarch64-darwin.clippy
· build #199
· raw
1these 2 derivations will be built:2 /nix/store/bcmm12y7r5gmx5jlvcaklzrqmh3bamlp-harmonia-deps-3.2.0.drv3 /nix/store/r4kzb82g9qp6fpmdl8wx867jmigrjx5g-harmonia-clippy-3.2.0.drv4error: build of '/nix/store/r4kzb82g9qp6fpmdl8wx867jmigrjx5g-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/r4kzb82g9qp6fpmdl8wx867jmigrjx5g-harmonia-clippy-3.2.0.drv'.5 Reason: builder failed with exit code 101.6 Output paths:7 /nix/store/drs9wdpvx1y6ykbcc19j6mxcg0lq0bqr-harmonia-clippy-3.2.08 Last 25 log lines:9 > 191 | | }10 > | |_________^11 > |12 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if13 > help: collapse nested if block14 > |15 > 187 ~ if r > 016 > 188 ~ && let Some(p) = extract_cstr_path(&buf) {17 > 189 | add_unchecked(store_prefix, &p, unchecked);18 > 190 ~ }19 > |20 >21 > error: can be more succinctly written as a byte str22 > --> harmonia-store-gc/src/temp_roots.rs:210:2323 > |24 > 210 | if ack != [b'1'] {25 > | ^^^^^^ help: try: `*b"1"`26 > |27 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#byte_char_slices28 > = note: `-D clippy::byte-char-slices` implied by `-D warnings`29 > = help: to override `-D warnings` add `#[allow(clippy::byte_char_slices)]`30 >31 > error: could not compile `harmonia-store-gc` (lib test) due to 3 previous errors32 > warning: build failed, waiting for other jobs to finish...33 > error: could not compile `harmonia-store-gc` (lib) due to 3 previous errors34 For full logs, run:35 nix log /nix/store/r4kzb82g9qp6fpmdl8wx867jmigrjx5g-harmonia-clippy-3.2.0.drv36error: Cannot build '/nix/store/r4kzb82g9qp6fpmdl8wx867jmigrjx5g-harmonia-clippy-3.2.0.drv'.37 Reason: builder failed with exit code 1.38 Output paths:39 /nix/store/drs9wdpvx1y6ykbcc19j6mxcg0lq0bqr-harmonia-clippy-3.2.0