setup
checks.aarch64-darwin.clippy
· build #210
· raw
1this derivation will be built:2 /nix/store/3skcw1ws044l09p71qjrvvnzdqilzzk1-harmonia-clippy-3.2.0.drv3error: build of '/nix/store/3skcw1ws044l09p71qjrvvnzdqilzzk1-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/3skcw1ws044l09p71qjrvvnzdqilzzk1-harmonia-clippy-3.2.0.drv'.4 Reason: builder failed with exit code 101.5 Output paths:6 /nix/store/zlsg5711gz4j02gmfbdpqa7x4am8bq70-harmonia-clippy-3.2.07 Last 25 log lines:8 > 111 | add_unchecked(store_prefix, s, unchecked);9 > 112 ~ }10 > |11 >12 > error: this `if` statement can be collapsed13 > --> harmonia-store-gc/src/roots/runtime_roots.rs:187:914 > |15 > 187 | / if r > 0 {16 > 188 | | if let Some(p) = extract_cstr_path(&buf) {17 > 189 | | add_unchecked(store_prefix, &p, unchecked);18 > 190 | | }19 > 191 | | }20 > | |_________^21 > |22 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if23 > help: collapse nested if block24 > |25 > 187 ~ if r > 026 > 188 ~ && let Some(p) = extract_cstr_path(&buf) {27 > 189 | add_unchecked(store_prefix, &p, unchecked);28 > 190 ~ }29 > |30 >31 > error: could not compile `harmonia-store-gc` (lib) due to 2 previous errors32 > error: could not compile `harmonia-store-gc` (lib test) due to 2 previous errors33 For full logs, run:34 nix log /nix/store/3skcw1ws044l09p71qjrvvnzdqilzzk1-harmonia-clippy-3.2.0.drv35error: Cannot build '/nix/store/3skcw1ws044l09p71qjrvvnzdqilzzk1-harmonia-clippy-3.2.0.drv'.36 Reason: builder failed with exit code 1.37 Output paths:38 /nix/store/zlsg5711gz4j02gmfbdpqa7x4am8bq70-harmonia-clippy-3.2.0