setup
checks.aarch64-darwin.clippy
· build #338
· raw
1these 2 derivations will be built:2 /nix/store/b3v0r7wdds4ryp54dqxsiaywpg5s41ac-harmonia-deps-3.2.0.drv3 /nix/store/f2rcl44bj5vg4c59qz77pgzsrf3srall-harmonia-clippy-3.2.0.drv4error: build of '/nix/store/f2rcl44bj5vg4c59qz77pgzsrf3srall-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/f2rcl44bj5vg4c59qz77pgzsrf3srall-harmonia-clippy-3.2.0.drv'.5 Reason: builder failed with exit code 101.6 Output paths:7 /nix/store/2k5m9k2wwplri46cf9mhkkh94aczymfn-harmonia-clippy-3.2.08 Last 25 log lines:9 > 111 | add_unchecked(store_prefix, s, unchecked);10 > 112 ~ }11 > |12 >13 > error: this `if` statement can be collapsed14 > --> harmonia-store-gc/src/roots/runtime_roots.rs:187:915 > |16 > 187 | / if r > 0 {17 > 188 | | if let Some(p) = extract_cstr_path(&buf) {18 > 189 | | add_unchecked(store_prefix, &p, unchecked);19 > 190 | | }20 > 191 | | }21 > | |_________^22 > |23 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if24 > help: collapse nested if block25 > |26 > 187 ~ if r > 027 > 188 ~ && let Some(p) = extract_cstr_path(&buf) {28 > 189 | add_unchecked(store_prefix, &p, unchecked);29 > 190 ~ }30 > |31 >32 > error: could not compile `harmonia-store-gc` (lib test) due to 2 previous errors33 > warning: build failed, waiting for other jobs to finish...34 For full logs, run:35 nix log /nix/store/f2rcl44bj5vg4c59qz77pgzsrf3srall-harmonia-clippy-3.2.0.drv36error: Cannot build '/nix/store/f2rcl44bj5vg4c59qz77pgzsrf3srall-harmonia-clippy-3.2.0.drv'.37 Reason: builder failed with exit code 1.38 Output paths:39 /nix/store/2k5m9k2wwplri46cf9mhkkh94aczymfn-harmonia-clippy-3.2.0